mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-03-20 18:40:20 +01:00
adding undo/redo in release notes
This commit is contained in:
parent
d47226edf2
commit
8efb97dbd0
app/src/main
@ -611,6 +611,7 @@ class MainActivity : SimpleActivity(), ViewPager.OnPageChangeListener {
|
||||
add(Release(29, R.string.release_29))
|
||||
add(Release(39, R.string.release_39))
|
||||
add(Release(45, R.string.release_45))
|
||||
add(Release(49, R.string.release_49))
|
||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
}
|
||||
|
@ -2,6 +2,7 @@
|
||||
<resources>
|
||||
|
||||
<!-- Release notes -->
|
||||
<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_39">
|
||||
Added a new option to use english language on non-english devices\n
|
||||
|
Loading…
x
Reference in New Issue
Block a user