diff --git a/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MainActivity.kt b/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MainActivity.kt index 691df62ca..22c5853e7 100644 --- a/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MainActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MainActivity.kt @@ -1034,6 +1034,7 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener { add(Release(180, R.string.release_180)) add(Release(181, R.string.release_181)) add(Release(182, R.string.release_182)) + add(Release(184, R.string.release_184)) checkWhatsNew(this, BuildConfig.VERSION_CODE) } } diff --git a/app/src/main/res/values/donottranslate.xml b/app/src/main/res/values/donottranslate.xml index 19bdba472..26ab10e3d 100644 --- a/app/src/main/res/values/donottranslate.xml +++ b/app/src/main/res/values/donottranslate.xml @@ -2,6 +2,11 @@ + + Added Panorama photo support\n + Allow forcing portrait/landscape orientation at fullscreen view\n + Allow customizing visible fullscreen bottom actions in the app settings + Allow grouping media thumbnails by some criteria\n Added a Recycle Bin enabled by default, can be disabled in Settings, or from the Bin itself