adding some new features in the release notes
This commit is contained in:
parent
5328ce2ad6
commit
59ab762442
|
@ -1233,6 +1233,7 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener {
|
|||
add(Release(217, R.string.release_217))
|
||||
add(Release(220, R.string.release_220))
|
||||
add(Release(221, R.string.release_221))
|
||||
add(Release(225, R.string.release_225))
|
||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,6 +2,11 @@
|
|||
<resources>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_225">
|
||||
Implemented export/importing for app settings and other preferences, like sorting\n
|
||||
Allow hiding Notch on fullscreen view on Android 9+\n
|
||||
Autosave images zoomed at the fullscreen view
|
||||
</string>
|
||||
<string name="release_221">
|
||||
Allow drawing in the editor\n
|
||||
Allow batch rotating images from the thumbnails view (proper thumbnail refreshing might need an app restart)\n
|
||||
|
|
Loading…
Reference in New Issue