File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
kotlin/com/simplemobiletools/notes/pro/activities Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -764,6 +764,7 @@ class MainActivity : SimpleActivity() {
764
764
add(Release (57 , R .string.release_57))
765
765
add(Release (62 , R .string.release_62))
766
766
add(Release (64 , R .string.release_64))
767
+ add(Release (67 , R .string.release_67))
767
768
checkWhatsNew(this , BuildConfig .VERSION_CODE )
768
769
}
769
770
}
Original file line number Diff line number Diff line change 3
3
<string name =" package_name" >com.simplemobiletools.notes.pro</string >
4
4
5
5
<!-- 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 >
6
10
<string name =" release_64" >Allow setting different text and background color per widget</string >
7
11
<string name =" release_62" >Allow customizing the bottom navigation bar color</string >
8
12
<string name =" release_57" >Added a Checklist type of note</string >
You can’t perform that action at this time.
0 commit comments