Update version and changelog

pull/2948/head
Alex Baker 5 months ago
parent 8547fa2459
commit 59d81f5755

@ -1,15 +1,20 @@
### 13.10 (2024-06-16)
### 13.10 (2024-06-21)
* Add search bar to drawer
* Add search bar to list picker
* 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
* Update translations
* Arabic - @islam2hamy
* Brazilian Portuguese - Jose Delvani
* Chinese (Simplified) - 大王叫我来巡山
* Chinese (Traditional) - hugoalh
* Croatian - @milotype
* German - min7-i
* Spanish - gallegonovato
* Turkish - @oersen
### 13.9.9 (2024-05-30)

@ -54,7 +54,7 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 131003
versionCode = 131004
versionName = "13.10"
targetSdk = libs.versions.android.targetSdk.get().toInt()
minSdk = libs.versions.android.minSdk.get().toInt()

Loading…
Cancel
Save