Skip to content

Commit 4c18b24

Browse files
committed
adding the new checklist type of note in release notes
1 parent 76ce7c7 commit 4c18b24

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/src/main/kotlin/com/simplemobiletools/notes/pro/activities/MainActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}

app/src/main/res/values/donottranslate.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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>

0 commit comments

Comments
 (0)