updating release notes

This commit is contained in:
tibbi 2017-07-09 23:27:19 +02:00
parent 9ea9c77294
commit 8e5cdf78cd
2 changed files with 2 additions and 0 deletions

View file

@ -480,6 +480,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
add(Release(112, R.string.release_112)) add(Release(112, R.string.release_112))
add(Release(114, R.string.release_114)) add(Release(114, R.string.release_114))
add(Release(115, R.string.release_115)) add(Release(115, R.string.release_115))
add(Release(118, R.string.release_118))
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_118">Added a toggle for replacing Share with Rotate at fullscreen media</string>
<string name="release_115"> <string name="release_115">
Added an indicator of folders located on SD cards Added an indicator of folders located on SD cards
Improved the way of rotating jpg images on the internal storage by modifying the exif tags + added autosave Improved the way of rotating jpg images on the internal storage by modifying the exif tags + added autosave