mention recursive search at the release notes

This commit is contained in:
tibbi
2019-03-29 11:05:26 +01:00
parent e9568227e8
commit 9d045c30d8
2 changed files with 2 additions and 0 deletions

View File

@ -404,6 +404,7 @@ class MainActivity : SimpleActivity() {
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)) add(Release(37, R.string.release_37))
add(Release(71, R.string.release_71))
checkWhatsNew(this, BuildConfig.VERSION_CODE) checkWhatsNew(this, BuildConfig.VERSION_CODE)
} }
} }

View File

@ -2,6 +2,7 @@
<resources> <resources>
<!-- Release notes --> <!-- Release notes -->
<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
Added new actionmenu items "Set As", "Open With" and "Copy path to clipboard" Added new actionmenu items "Set As", "Open With" and "Copy path to clipboard"