updating release notes

This commit is contained in:
tibbi 2017-10-19 21:31:23 +02:00
parent a8169c4128
commit f2538baceb
2 changed files with 2 additions and 0 deletions

View file

@ -636,6 +636,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
add(Release(125, R.string.release_125)) add(Release(125, R.string.release_125))
add(Release(127, R.string.release_127)) add(Release(127, R.string.release_127))
add(Release(133, R.string.release_133)) add(Release(133, R.string.release_133))
add(Release(136, R.string.release_136))
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_136">Added an option to show customizable extended details over fullscreen media</string>
<string name="release_133"> <string name="release_133">
Added fingerprint to hidden item protection\n Added fingerprint to hidden item protection\n
Added a new List view type Added a new List view type