Skip to content

Commit 3384d93

Browse files
committed
adding some new items at the release notes
1 parent e7be99c commit 3384d93

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

app/src/main/kotlin/com/simplemobiletools/notes/pro/activities/MainActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,7 @@ class MainActivity : SimpleActivity() {
764764
add(Release(57, R.string.release_57))
765765
add(Release(62, R.string.release_62))
766766
add(Release(64, R.string.release_64))
767+
add(Release(67, R.string.release_67))
767768
checkWhatsNew(this, BuildConfig.VERSION_CODE)
768769
}
769770
}

app/src/main/res/values/donottranslate.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
<string name="package_name">com.simplemobiletools.notes.pro</string>
44

55
<!-- Release notes -->
6+
<string name="release_67">
7+
Allow reordering checklist items by dragging, once selection mode by long pressing is activated\n
8+
Added a new settings item for moving undone checklist items at the top automatically
9+
</string>
610
<string name="release_64">Allow setting different text and background color per widget</string>
711
<string name="release_62">Allow customizing the bottom navigation bar color</string>
812
<string name="release_57">Added a Checklist type of note</string>

0 commit comments

Comments
 (0)