adding the new option for password protection to release notes
This commit is contained in:
parent
a5f52416b4
commit
c7039df24a
|
@ -1239,6 +1239,7 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener {
|
|||
add(Release(184, R.string.release_184))
|
||||
add(Release(201, R.string.release_201))
|
||||
add(Release(202, R.string.release_202))
|
||||
add(Release(206, R.string.release_206))
|
||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<resources>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_206">Added a new option for password protecting file deletion/move</string>
|
||||
<string name="release_202">Added a new option for showing the Recycle Bin as the last folder</string>
|
||||
<string name="release_201">
|
||||
Added a new settings toggle \"Show images in the highest possible quality\"\n
|
||||
|
|
Loading…
Reference in New Issue