updating Whats new
This commit is contained in:
parent
2f73156679
commit
ec244858ee
|
@ -589,6 +589,7 @@ class MainActivity : SimpleActivity(), PreviewListener, PhotoProcessor.MediaSave
|
|||
add(Release(35, R.string.release_35))
|
||||
add(Release(39, R.string.release_39))
|
||||
add(Release(44, R.string.release_44))
|
||||
add(Release(46, R.string.release_46))
|
||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<resources>
|
||||
|
||||
<!-- Release notes -->
|
||||
<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_39">
|
||||
Add an option to focus the photo before capture\n
|
||||
|
|
Loading…
Reference in New Issue