diff --git a/app/src/main/kotlin/com/simplemobiletools/filemanager/pro/activities/MainActivity.kt b/app/src/main/kotlin/com/simplemobiletools/filemanager/pro/activities/MainActivity.kt
index f1ca9260..03ed2948 100644
--- a/app/src/main/kotlin/com/simplemobiletools/filemanager/pro/activities/MainActivity.kt
+++ b/app/src/main/kotlin/com/simplemobiletools/filemanager/pro/activities/MainActivity.kt
@@ -410,6 +410,7 @@ class MainActivity : SimpleActivity() {
add(Release(35, R.string.release_35))
add(Release(37, R.string.release_37))
add(Release(71, R.string.release_71))
+ add(Release(75, R.string.release_75))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}
diff --git a/app/src/main/res/values/donottranslate.xml b/app/src/main/res/values/donottranslate.xml
index 5596c53b..d8789f51 100644
--- a/app/src/main/res/values/donottranslate.xml
+++ b/app/src/main/res/values/donottranslate.xml
@@ -3,6 +3,10 @@
com.simplemobiletools.filemanager.pro
+
+ Allow customizing the bottom navigation bar color\n
+ Allow toggling between the old renaming by append/prepend and the new pattern
+
Made Search recursive, searching in subfolders too
Added a toggle for keeping last-modified value at file copy/move/rename\n