diff --git a/app/src/main/kotlin/com/simplemobiletools/notes/pro/activities/MainActivity.kt b/app/src/main/kotlin/com/simplemobiletools/notes/pro/activities/MainActivity.kt index d372b533..212a2520 100644 --- a/app/src/main/kotlin/com/simplemobiletools/notes/pro/activities/MainActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/notes/pro/activities/MainActivity.kt @@ -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) } } diff --git a/app/src/main/res/values/donottranslate.xml b/app/src/main/res/values/donottranslate.xml index c08f8415..f5d0f40f 100644 --- a/app/src/main/res/values/donottranslate.xml +++ b/app/src/main/res/values/donottranslate.xml @@ -3,6 +3,7 @@ com.simplemobiletools.notes.pro + Allow setting different text and background color per widget Allow customizing the bottom navigation bar color Added a Checklist type of note Allow creating separate widgets per notes