Update version and changelog

pull/2977/head
Alex Baker 4 months ago
parent 12f8ba360c
commit 5314736958

@ -1,3 +1,10 @@
### 13.11.1 (2024-07-14)
* Fix crash when collapsing list picker sections
* Enabled Managed DAVx5
* Update translations
* Bulgarian - @StoyanDimitrov
### 13.11 (2024-07-14)
* New icon picker with over 2,100 icons! (pro feature)
@ -22,7 +29,7 @@
* Android 13+ users must grant additional reminder permissions
* Fix completing task multiple times from notification
* Fix deleting new subtasks from edit screen
* Enable Managed DAVx5
* ~~Enable Managed DAVx5~~
* Update translations
* Arabic - @islam2hamy
* Brazilian Portuguese - Jose Delvani

@ -51,8 +51,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 131104
versionName = "13.11"
versionCode = 131105
versionName = "13.11.1"
targetSdk = libs.versions.android.targetSdk.get().toInt()
minSdk = libs.versions.android.minSdk.get().toInt()
testInstrumentationRunner = "org.tasks.TestRunner"

@ -0,0 +1,3 @@
* Fix crash when collapsing list picker sections
* Enabled Managed DAVx5
* Update translations
Loading…
Cancel
Save