mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-03-23 20:10:07 +01:00
adding some new items at the release notes
This commit is contained in:
parent
e7be99c528
commit
3384d93329
@ -764,6 +764,7 @@ class MainActivity : SimpleActivity() {
|
||||
add(Release(57, R.string.release_57))
|
||||
add(Release(62, R.string.release_62))
|
||||
add(Release(64, R.string.release_64))
|
||||
add(Release(67, R.string.release_67))
|
||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
}
|
||||
|
@ -3,6 +3,10 @@
|
||||
<string name="package_name">com.simplemobiletools.notes.pro</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_67">
|
||||
Allow reordering checklist items by dragging, once selection mode by long pressing is activated\n
|
||||
Added a new settings item for moving undone checklist items at the top automatically
|
||||
</string>
|
||||
<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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user