Update version and changelog

pull/1719/head 11.13
Alex Baker 4 years ago
parent 1de07c8937
commit b59316db78

@ -1,17 +1,21 @@
### 11.13 (2021-12-31) ### 11.13 (2021-12-31)
* Play a sound when a task is completed * Add option to play a sound when a task is completed
* Accept audio attachments shared from other apps * Accept audio attachments shared from other apps
* Removed native EteSync v1 support * Removed native EteSync v1 support
* EteSync v1 accounts can still be synchronized with the EteSync app * EteSync v1 accounts can still be synchronized with the EteSync app
* Bug fixes * Bug fixes
* Translation updates * Translation updates
* Bulgarian - @StoyanDimitrov * Bulgarian - @StoyanDimitrov
* Chinese (Simplified) - @sr093906
* Chinese (Traditional) - @dixon777 * Chinese (Traditional) - @dixon777
* Finnish - @CSharpest, Rami Lehtinen * Finnish - @CSharpest, Rami Lehtinen
* French - @FlorianLeChat
* Hungarian - kaciokos
* Italian - J. Lavoie, @Fs00 * Italian - J. Lavoie, @Fs00
* Norwegian Bokmål - @comradekingu
* Persian - @Ahmadhosseinbor * Persian - @Ahmadhosseinbor
* Spanish - @aplopez * Spanish - @aplopez, @FlorianLeChat
* Ukrainian - @IhorHordiichuk * Ukrainian - @IhorHordiichuk
### 11.12.3 (2021-11-22) ### 11.12.3 (2021-11-22)

@ -61,7 +61,7 @@ android {
defaultConfig { defaultConfig {
testApplicationId = "org.tasks.test" testApplicationId = "org.tasks.test"
applicationId = "org.tasks" applicationId = "org.tasks"
versionCode = 111300 versionCode = 111301
versionName = "11.13" versionName = "11.13"
targetSdk = Versions.targetSdk targetSdk = Versions.targetSdk
minSdk = Versions.minSdk minSdk = Versions.minSdk

@ -1,4 +1,4 @@
* Play a sound when a task is completed * Add option to play a sound when a task is completed
* Accept audio attachments shared from other apps * Accept audio attachments shared from other apps
* Removed native EteSync v1 support * Removed native EteSync v1 support
* EteSync v1 accounts can still be synchronized with the EteSync app * EteSync v1 accounts can still be synchronized with the EteSync app
Loading…
Cancel
Save