adding some new features at the release notes
This commit is contained in:
parent
fee357b4fc
commit
d6793bf656
2 changed files with 7 additions and 0 deletions
|
@ -1232,6 +1232,7 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener {
|
|||
add(Release(213, R.string.release_213))
|
||||
add(Release(217, R.string.release_217))
|
||||
add(Release(220, R.string.release_220))
|
||||
add(Release(221, R.string.release_221))
|
||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,6 +2,12 @@
|
|||
<resources>
|
||||
|
||||
<!-- Release notes -->
|
||||
<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
|
||||
Allow sharing images directly from the editor\n
|
||||
Allow zooming GIFs and videos
|
||||
</string>
|
||||
<string name="release_220">Reverted to the old way of opening videos, opening on separate screen can be enabled in the app settings</string>
|
||||
<string name="release_217">
|
||||
Rewrote video playback, use a separate screen + added fast-forwarding with horizontal swiping\n
|
||||
|
|
Loading…
Reference in a new issue