Skip to content

Commit 5cc89d4

Browse files
committed
adding the per-widget saving color in release notes
1 parent 21a5c99 commit 5cc89d4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,7 @@ class MainActivity : SimpleActivity() {
753753
add(Release(51, R.string.release_51))
754754
add(Release(57, R.string.release_57))
755755
add(Release(62, R.string.release_62))
756+
add(Release(64, R.string.release_64))
756757
checkWhatsNew(this, BuildConfig.VERSION_CODE)
757758
}
758759
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<string name="package_name">com.simplemobiletools.notes.pro</string>
44

55
<!-- Release notes -->
6+
<string name="release_64">Allow setting different text and background color per widget</string>
67
<string name="release_62">Allow customizing the bottom navigation bar color</string>
78
<string name="release_57">Added a Checklist type of note</string>
89
<string name="release_51">Allow creating separate widgets per notes</string>

0 commit comments

Comments
 (0)