add the photo compression quality in release notes

This commit is contained in:
tibbi 2018-01-13 16:16:59 +01:00
parent a1865811a9
commit 1d41dd1602
2 changed files with 2 additions and 0 deletions

View File

@ -578,6 +578,7 @@ class MainActivity : SimpleActivity(), PreviewListener, PhotoProcessor.MediaSave
add(Release(39, R.string.release_39)) add(Release(39, R.string.release_39))
add(Release(44, R.string.release_44)) add(Release(44, R.string.release_44))
add(Release(46, R.string.release_46)) add(Release(46, R.string.release_46))
add(Release(52, R.string.release_52))
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_52">Allow changing the photo compression quality</string>
<string name="release_46">Added optional exif metadata saving, enabled by default</string> <string name="release_46">Added optional exif metadata saving, enabled by default</string>
<string name="release_44">Added a toggle for flipping front camera photos horizontally</string> <string name="release_44">Added a toggle for flipping front camera photos horizontally</string>
<string name="release_39"> <string name="release_39">