updating Whats New

This commit is contained in:
tibbi 2017-10-29 23:45:13 +01:00
parent 9f9b6a154a
commit 96c6445a4b
2 changed files with 5 additions and 0 deletions
app/src/main
kotlin/com/simplemobiletools/filemanager/activities
res/values

@ -251,6 +251,7 @@ class MainActivity : SimpleActivity() {
add(Release(29, R.string.release_29)) add(Release(29, R.string.release_29))
add(Release(34, R.string.release_34)) add(Release(34, R.string.release_34))
add(Release(35, R.string.release_35)) add(Release(35, R.string.release_35))
add(Release(37, R.string.release_37))
checkWhatsNew(this, BuildConfig.VERSION_CODE) checkWhatsNew(this, BuildConfig.VERSION_CODE)
} }
} }

@ -2,6 +2,10 @@
<resources> <resources>
<!-- Release notes --> <!-- Release notes -->
<string name="release_37">
Added a toggle for keeping last-modified value at file copy/move/rename\n
Added new actionmenu items "Set As", "Open With" and "Copy path to clipboard"
</string>
<string name="release_35"> <string name="release_35">
Added zip file de/compressing\n Added zip file de/compressing\n
Improved root folder handling for rooted devices, if enabled Improved root folder handling for rooted devices, if enabled