adding the new editor in release notes
This commit is contained in:
parent
24266e46eb
commit
0b5b1925af
2 changed files with 2 additions and 0 deletions
|
@ -1290,6 +1290,7 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener {
|
|||
add(Release(221, R.string.release_221))
|
||||
add(Release(225, R.string.release_225))
|
||||
add(Release(258, R.string.release_258))
|
||||
add(Release(277, R.string.release_277))
|
||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
<string name="package_name">com.simplemobiletools.gallery.pro</string>
|
||||
|
||||
<!-- 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">
|
||||
Allow customizing the bottom navigation bar color\n
|
||||
Share files in the order they were selected
|
||||
|
|
Loading…
Reference in a new issue