From 4c18b24cae0c65e8c08332699a34a621207ad629 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 9 Dec 2018 22:43:02 +0100 Subject: [PATCH] adding the new checklist type of note in release notes --- .../com/simplemobiletools/notes/pro/activities/MainActivity.kt | 1 + app/src/main/res/values/donottranslate.xml | 1 + 2 files changed, 2 insertions(+) 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 5c8f3ae1..8882fe1d 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 @@ -717,6 +717,7 @@ class MainActivity : SimpleActivity() { add(Release(45, R.string.release_45)) add(Release(49, R.string.release_49)) add(Release(51, R.string.release_51)) + add(Release(57, R.string.release_57)) checkWhatsNew(this, BuildConfig.VERSION_CODE) } } diff --git a/app/src/main/res/values/donottranslate.xml b/app/src/main/res/values/donottranslate.xml index 9451bc6c..27f84e46 100644 --- a/app/src/main/res/values/donottranslate.xml +++ b/app/src/main/res/values/donottranslate.xml @@ -2,6 +2,7 @@ + Added a Checklist type of note Allow creating separate widgets per notes Added undo/redo Allow exporting all notes at once, toggling line wrap and autosave