mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-04-02 18:00:12 +02:00
show checklist item sorting in Whats New
This commit is contained in:
parent
7de63f70bf
commit
4e6ec77b47
@ -1169,6 +1169,7 @@ class MainActivity : SimpleActivity() {
|
|||||||
add(Release(64, R.string.release_64))
|
add(Release(64, R.string.release_64))
|
||||||
add(Release(67, R.string.release_67))
|
add(Release(67, R.string.release_67))
|
||||||
add(Release(81, R.string.release_81))
|
add(Release(81, R.string.release_81))
|
||||||
|
add(Release(86, R.string.release_86))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
<string name="package_name">com.simplemobiletools.notes.pro</string>
|
<string name="package_name">com.simplemobiletools.notes.pro</string>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_86">Allow changing checklist item sorting</string>
|
||||||
<string name="release_81">Notes linked to files have been reset, please set them up again</string>
|
<string name="release_81">Notes linked to files have been reset, please set them up again</string>
|
||||||
<string name="release_67">
|
<string name="release_67">
|
||||||
Allow reordering checklist items by dragging, once selection mode by long pressing is activated\n
|
Allow reordering checklist items by dragging, once selection mode by long pressing is activated\n
|
||||||
|
Loading…
x
Reference in New Issue
Block a user