Update version and changelog

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

@ -1,17 +1,21 @@
### 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
* Removed native EteSync v1 support
* EteSync v1 accounts can still be synchronized with the EteSync app
* Bug fixes
* Translation updates
* Bulgarian - @StoyanDimitrov
* Chinese (Simplified) - @sr093906
* Chinese (Traditional) - @dixon777
* Finnish - @CSharpest, Rami Lehtinen
* French - @FlorianLeChat
* Hungarian - kaciokos
* Italian - J. Lavoie, @Fs00
* Norwegian Bokmål - @comradekingu
* Persian - @Ahmadhosseinbor
* Spanish - @aplopez
* Spanish - @aplopez, @FlorianLeChat
* Ukrainian - @IhorHordiichuk
### 11.12.3 (2021-11-22)

@ -61,7 +61,7 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 111300
versionCode = 111301
versionName = "11.13"
targetSdk = Versions.targetSdk
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
* Removed native EteSync v1 support
* EteSync v1 accounts can still be synchronized with the EteSync app
Loading…
Cancel
Save