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 @@ -717,6 +717,7 @@ class MainActivity : SimpleActivity() {
717717 add(Release (45 , R .string.release_45))
718718 add(Release (49 , R .string.release_49))
719719 add(Release (51 , R .string.release_51))
720+ add(Release (57 , R .string.release_57))
720721 checkWhatsNew(this , BuildConfig .VERSION_CODE )
721722 }
722723 }
Original file line number Diff line number Diff line change 22<resources >
33
44 <!-- Release notes -->
5+ <string name =" release_57" >Added a Checklist type of note</string >
56 <string name =" release_51" >Allow creating separate widgets per notes</string >
67 <string name =" release_49" >Added undo/redo</string >
78 <string name =" release_45" >Allow exporting all notes at once, toggling line wrap and autosave</string >
You can’t perform that action at this time.
0 commit comments