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() {
717
717
add(Release (45 , R .string.release_45))
718
718
add(Release (49 , R .string.release_49))
719
719
add(Release (51 , R .string.release_51))
720
+ add(Release (57 , R .string.release_57))
720
721
checkWhatsNew(this , BuildConfig .VERSION_CODE )
721
722
}
722
723
}
Original file line number Diff line number Diff line change 2
2
<resources >
3
3
4
4
<!-- Release notes -->
5
+ <string name =" release_57" >Added a Checklist type of note</string >
5
6
<string name =" release_51" >Allow creating separate widgets per notes</string >
6
7
<string name =" release_49" >Added undo/redo</string >
7
8
<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