Bump version to 11-2.2
User-facing changes: * Don't backup on metered networks * Disable spell-checker on recovery code input * Disable Nextcloud restore when not installed and no store available * Ask for system authentication before storing a new recovery code * Prevent screenshots of recovery code * Add expert settings with an option for unlimited quota * Allow launching restore through a dialer code * Restrict exported components Others: * Improve .editorconfig setup * Move LocalContactsBackup to product partition * Link FAQ in Readme to make it more discoverable * Compares kotlin-bip39 library with bitcoinj library * Provide an overview over key derivations * document potential information leakage through the long-lived SQL caches * Add warning for third-party tools to README Change-Id: I095af13d0ff010c9602bc323267c074ce7d019a2
This commit is contained in:
parent
746abba63e
commit
08abcb63d7
3 changed files with 24 additions and 4 deletions
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -1,3 +1,23 @@
|
|||
## [11-2.2] - 2021-09-29
|
||||
### User-facing changes
|
||||
* Don't backup on metered networks
|
||||
* Disable spell-checker on recovery code input
|
||||
* Disable Nextcloud restore when not installed and no store available
|
||||
* Ask for system authentication before storing a new recovery code
|
||||
* Prevent screenshots of recovery code
|
||||
* Add expert settings with an option for unlimited quota
|
||||
* Allow launching restore through a dialer code
|
||||
* Restrict exported components
|
||||
|
||||
### Others
|
||||
* Improve .editorconfig setup
|
||||
* Move LocalContactsBackup to product partition
|
||||
* Link FAQ in Readme to make it more discoverable
|
||||
* Compares kotlin-bip39 library with bitcoinj library
|
||||
* Provide an overview over key derivations
|
||||
* document potential information leakage through the long-lived SQL caches
|
||||
* Add warning for third-party tools to README
|
||||
|
||||
## [11-2.1] - 2021-07-06
|
||||
### Updated
|
||||
* Switch to a different BIP39 library due to licensing
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="com.stevesoltys.seedvault"
|
||||
android:versionCode="30000211"
|
||||
android:versionName="11-2.1">
|
||||
android:versionCode="30000221"
|
||||
android:versionName="11-2.2">
|
||||
<!--
|
||||
The version code is the targeted SDK_VERSION plus 6 digits for our own version code.
|
||||
The version name is the targeted Android version followed by - and our own version name.
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="org.calyxos.backup.contacts"
|
||||
android:versionCode="30000211"
|
||||
android:versionName="11-2.1">
|
||||
android:versionCode="30000221"
|
||||
android:versionName="11-2.2">
|
||||
<!--
|
||||
The version code is the targeted SDK_VERSION plus 6 digits for our own version code.
|
||||
The version name is the targeted Android version followed by - and our own version name.
|
||||
|
|
Loading…
Reference in a new issue