updating release notes

This commit is contained in:
tibbi 2017-06-29 19:05:49 +02:00
parent 512fb94717
commit e7dd7185e2
2 changed files with 5 additions and 0 deletions

View file

@ -474,6 +474,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
add(Release(108, R.string.release_108))
add(Release(112, R.string.release_112))
add(Release(114, R.string.release_114))
add(Release(115, R.string.release_115))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}

View file

@ -2,6 +2,10 @@
<resources>
<!-- Release notes -->
<string name="release_115">
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
</string>
<string name="release_114">Added an option for automatically hiding the system UI at entering fullscreen mode</string>
<string name="release_112">Added an option for enabling horizontal scrolling</string>
<string name="release_108">Allow setting custom folder covers</string>