Skip to content

Commit 0a2db99

Browse files
committed
add some new features to Whats New
1 parent 5080011 commit 0a2db99

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,7 @@ class MainActivity : SimpleActivity(), ViewPager.OnPageChangeListener {
538538
add(Release(28, R.string.release_28))
539539
add(Release(29, R.string.release_29))
540540
add(Release(39, R.string.release_39))
541+
add(Release(45, R.string.release_45))
541542
checkWhatsNew(this, BuildConfig.VERSION_CODE)
542543
}
543544
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<resources>
33

44
<!-- Release notes -->
5+
<string name="release_45">Allow exporting all notes at once, toggling line wrap and autosave</string>
56
<string name="release_39">
67
Added a new option to use english language on non-english devices\n
78
Allow scrolling widgets vertically

0 commit comments

Comments
 (0)