File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
kotlin/com/simplemobiletools/notes/pro/activities Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -753,6 +753,7 @@ class MainActivity : SimpleActivity() {
753753 add(Release (49 , R .string.release_49))
754754 add(Release (51 , R .string.release_51))
755755 add(Release (57 , R .string.release_57))
756+ add(Release (62 , R .string.release_62))
756757 checkWhatsNew(this , BuildConfig .VERSION_CODE )
757758 }
758759 }
Original file line number Diff line number Diff line change 22<resources >
33
44 <!-- Release notes -->
5+ <string name =" release_62" >Allow customizing the bottom navigation bar color</string >
56 <string name =" release_57" >Added a Checklist type of note</string >
67 <string name =" release_51" >Allow creating separate widgets per notes</string >
78 <string name =" release_49" >Added undo/redo</string >
You can’t perform that action at this time.
0 commit comments