adding the new features in Whats New

This commit is contained in:
tibbi
2019-07-31 23:56:26 +02:00
parent 273e613c75
commit f8644685cc
2 changed files with 5 additions and 0 deletions

View File

@ -410,6 +410,7 @@ class MainActivity : SimpleActivity() {
add(Release(35, R.string.release_35)) add(Release(35, R.string.release_35))
add(Release(37, R.string.release_37)) add(Release(37, R.string.release_37))
add(Release(71, R.string.release_71)) add(Release(71, R.string.release_71))
add(Release(75, R.string.release_75))
checkWhatsNew(this, BuildConfig.VERSION_CODE) checkWhatsNew(this, BuildConfig.VERSION_CODE)
} }
} }

View File

@ -3,6 +3,10 @@
<string name="package_name">com.simplemobiletools.filemanager.pro</string> <string name="package_name">com.simplemobiletools.filemanager.pro</string>
<!-- Release notes --> <!-- Release notes -->
<string name="release_75">
Allow customizing the bottom navigation bar color\n
Allow toggling between the old renaming by append/prepend and the new pattern
</string>
<string name="release_71">Made Search recursive, searching in subfolders too</string> <string name="release_71">Made Search recursive, searching in subfolders too</string>
<string name="release_37"> <string name="release_37">
Added a toggle for keeping last-modified value at file copy/move/rename\n Added a toggle for keeping last-modified value at file copy/move/rename\n