adding the new editor in release notes

This commit is contained in:
tibbi 2019-12-17 22:51:05 +01:00
parent 24266e46eb
commit 0b5b1925af
2 changed files with 2 additions and 0 deletions

View file

@ -1290,6 +1290,7 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener {
add(Release(221, R.string.release_221)) add(Release(221, R.string.release_221))
add(Release(225, R.string.release_225)) add(Release(225, R.string.release_225))
add(Release(258, R.string.release_258)) add(Release(258, R.string.release_258))
add(Release(277, R.string.release_277))
checkWhatsNew(this, BuildConfig.VERSION_CODE) checkWhatsNew(this, BuildConfig.VERSION_CODE)
} }
} }

View file

@ -6,6 +6,7 @@
<string name="package_name">com.simplemobiletools.gallery.pro</string> <string name="package_name">com.simplemobiletools.gallery.pro</string>
<!-- Release notes --> <!-- Release notes -->
<string name="release_277">Fully replaced the photo editor with a powerful third party library (for resizing images use Menu -> Resize from the fullscreen view, until it gets added in the editor)</string>
<string name="release_258"> <string name="release_258">
Allow customizing the bottom navigation bar color\n Allow customizing the bottom navigation bar color\n
Share files in the order they were selected Share files in the order they were selected