Update version and changelog

pull/2977/head 13.11
Alex Baker 4 months ago
parent da1139f6a4
commit c2bd95ed06

@ -1,4 +1,4 @@
### 13.11 (2024-07-13)
### 13.11 (2024-07-14)
* New icon picker with over 2,100 icons! (pro feature)
* Fix Todo Agenda Widget integration [todoagenda/#145](https://github.com/andstatus/todoagenda/issues/145)

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

@ -1,3 +0,0 @@
* New icon picker with over 2,100 icons! (pro feature)
* Fix Todo Agenda Widget integration
* Update translations

@ -0,0 +1,4 @@
* New icon picker with over 2,100 icons!
* Fix Todo Agenda Widget integration
* Fix menu search bar on Android 10 and below
* Update translations
Loading…
Cancel
Save