mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-03-21 02:50:07 +01:00
adding the per-widget saving color in release notes
This commit is contained in:
parent
21a5c99315
commit
5cc89d4ef3
@ -753,6 +753,7 @@ class MainActivity : SimpleActivity() {
|
||||
add(Release(51, R.string.release_51))
|
||||
add(Release(57, R.string.release_57))
|
||||
add(Release(62, R.string.release_62))
|
||||
add(Release(64, R.string.release_64))
|
||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
}
|
||||
|
@ -3,6 +3,7 @@
|
||||
<string name="package_name">com.simplemobiletools.notes.pro</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_64">Allow setting different text and background color per widget</string>
|
||||
<string name="release_62">Allow customizing the bottom navigation bar color</string>
|
||||
<string name="release_57">Added a Checklist type of note</string>
|
||||
<string name="release_51">Allow creating separate widgets per notes</string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user