Update version and changelog

pull/1722/head
Alex Baker 2 years ago
parent a16941b9b1
commit b008545b02

@ -1,13 +1,15 @@
### 12.0 (2022-01-04)
### 12.0 (2022-01-06)
* New bottom app bar
* Improve privacy and security by removing RECORD_AUDIO permission
* Miscellaneous design updates
* Improve privacy and security by removing RECORD_AUDIO and
WRITE_EXTERNAL_STORAGE permissions
* Attaching an audio note will launch your device's audio recorder
* Remove WRITE_EXTERNAL_STORAGE permission
* Translation updates
* Catalan - @Solatec
* Dutch - @mm4c
* German - @qwerty287
* Italian - @ppasserini
* Italian - @ppasserini, @Fs00
* Portuguese - @SantosSi
* Romanian - @simonaiacob
* Ukrainian - @IhorHordiichuk

@ -61,7 +61,7 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 120000
versionCode = 120001
versionName = "12.0"
targetSdk = Versions.targetSdk
minSdk = Versions.minSdk

@ -1,4 +0,0 @@
* New bottom app bar
* Improve privacy and security by removing RECORD_AUDIO permission
* Attaching an audio note will launch your device's audio recorder
* Translation updates

@ -0,0 +1,6 @@
* New bottom app bar
* Miscellaneous design updates
* Improve privacy and security by removing RECORD_AUDIO and
WRITE_EXTERNAL_STORAGE permissions
* Attaching an audio note will launch your device's audio recorder
* Translation updates
Loading…
Cancel
Save