Skip to content

Commit ec24485

Browse files
committed
updating Whats new
1 parent 2f73156 commit ec24485

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

app/src/main/kotlin/com/simplemobiletools/camera/activities/MainActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,7 @@ class MainActivity : SimpleActivity(), PreviewListener, PhotoProcessor.MediaSave
589589
add(Release(35, R.string.release_35))
590590
add(Release(39, R.string.release_39))
591591
add(Release(44, R.string.release_44))
592+
add(Release(46, R.string.release_46))
592593
checkWhatsNew(this, BuildConfig.VERSION_CODE)
593594
}
594595
}

app/src/main/res/values/donottranslate.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<resources>
33

44
<!-- Release notes -->
5+
<string name="release_46">Added optional exif metadata saving, enabled by default</string>
56
<string name="release_44">Added a toggle for flipping front camera photos horizontally</string>
67
<string name="release_39">
78
Add an option to focus the photo before capture\n

0 commit comments

Comments
 (0)