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() {
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 }
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments