File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
kotlin/com/simplemobiletools/filemanager/pro/activities Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments