adding some new items at the release notes

This commit is contained in:
tibbi 2019-12-08 20:28:39 +01:00
parent e7be99c528
commit 3384d93329
2 changed files with 5 additions and 0 deletions

View File

@ -764,6 +764,7 @@ class MainActivity : SimpleActivity() {
add(Release(57, R.string.release_57)) add(Release(57, R.string.release_57))
add(Release(62, R.string.release_62)) add(Release(62, R.string.release_62))
add(Release(64, R.string.release_64)) add(Release(64, R.string.release_64))
add(Release(67, R.string.release_67))
checkWhatsNew(this, BuildConfig.VERSION_CODE) checkWhatsNew(this, BuildConfig.VERSION_CODE)
} }
} }

View File

@ -3,6 +3,10 @@
<string name="package_name">com.simplemobiletools.notes.pro</string> <string name="package_name">com.simplemobiletools.notes.pro</string>
<!-- Release notes --> <!-- 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_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_62">Allow customizing the bottom navigation bar color</string>
<string name="release_57">Added a Checklist type of note</string> <string name="release_57">Added a Checklist type of note</string>