mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-02-08 23:48:42 +01:00
adding the new checklist type of note in release notes
This commit is contained in:
parent
76ce7c798f
commit
4c18b24cae
@ -717,6 +717,7 @@ class MainActivity : SimpleActivity() {
|
|||||||
add(Release(45, R.string.release_45))
|
add(Release(45, R.string.release_45))
|
||||||
add(Release(49, R.string.release_49))
|
add(Release(49, R.string.release_49))
|
||||||
add(Release(51, R.string.release_51))
|
add(Release(51, R.string.release_51))
|
||||||
|
add(Release(57, R.string.release_57))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_57">Added a Checklist type of note</string>
|
||||||
<string name="release_51">Allow creating separate widgets per notes</string>
|
<string name="release_51">Allow creating separate widgets per notes</string>
|
||||||
<string name="release_49">Added undo/redo</string>
|
<string name="release_49">Added undo/redo</string>
|
||||||
<string name="release_45">Allow exporting all notes at once, toggling line wrap and autosave</string>
|
<string name="release_45">Allow exporting all notes at once, toggling line wrap and autosave</string>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user