Skip to content

Commit f864468

Browse files
committed
adding the new features in Whats New
1 parent 273e613 commit f864468

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

app/src/main/kotlin/com/simplemobiletools/filemanager/pro/activities/MainActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,7 @@ class MainActivity : SimpleActivity() {
410410
add(Release(35, R.string.release_35))
411411
add(Release(37, R.string.release_37))
412412
add(Release(71, R.string.release_71))
413+
add(Release(75, R.string.release_75))
413414
checkWhatsNew(this, BuildConfig.VERSION_CODE)
414415
}
415416
}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
<string name="package_name">com.simplemobiletools.filemanager.pro</string>
44

55
<!-- Release notes -->
6+
<string name="release_75">
7+
Allow customizing the bottom navigation bar color\n
8+
Allow toggling between the old renaming by append/prepend and the new pattern
9+
</string>
610
<string name="release_71">Made Search recursive, searching in subfolders too</string>
711
<string name="release_37">
812
Added a toggle for keeping last-modified value at file copy/move/rename\n

0 commit comments

Comments
 (0)