Skip to content

Commit 96c6445

Browse files
committed
updating Whats New
1 parent 9f9b6a1 commit 96c6445

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ class MainActivity : SimpleActivity() {
251251
add(Release(29, R.string.release_29))
252252
add(Release(34, R.string.release_34))
253253
add(Release(35, R.string.release_35))
254+
add(Release(37, R.string.release_37))
254255
checkWhatsNew(this, BuildConfig.VERSION_CODE)
255256
}
256257
}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
<resources>
33

44
<!-- Release notes -->
5+
<string name="release_37">
6+
Added a toggle for keeping last-modified value at file copy/move/rename\n
7+
Added new actionmenu items "Set As", "Open With" and "Copy path to clipboard"
8+
</string>
59
<string name="release_35">
610
Added zip file de/compressing\n
711
Improved root folder handling for rooted devices, if enabled

0 commit comments

Comments
 (0)