Update version and changelog

pull/3207/head 14.3
Alex Baker 11 months ago
parent 7a51e72ca4
commit 0d14bb2815

@ -1,8 +1,9 @@
### 14.2.2 (2024-12-23)
### 14.3 (2024-12-24)
* Fix long running sync indicators [#3045](https://github.com/tasks/tasks/issues/3045)
* "Add to home screen" shortcut in list settings
* "Add widget to home screen" shortcut in list settings
* "Add shortcut to home screen" shortcut in list settings
* Shortcuts use list icon and color
* Fix long running sync indicators [#3045](https://github.com/tasks/tasks/issues/3045)
* @hady-exc: Migrate list setting screens to Compose [#3163](https://github.com/tasks/tasks/pull/3163)
* Update translations
* Bosnian - @hasak

@ -1,5 +1,6 @@
* Fix long running sync indicators
* "Add to home screen" shortcut in list settings
* "Add widget to home screen" shortcut in list settings
* "Add shortcut to home screen" shortcut in list settings
* Shortcuts use list icon and color
* Fix long running sync indicators
* @hady-exc: Migrate list setting screens to Compose
* Update translations

@ -1,6 +1,6 @@
[versions]
versionCode = "140212" # increment by 2
versionName = "14.2.2"
versionCode = "140300" # increment by 2
versionName = "14.3"
agp = "8.7.3"
android-compileSdk = "35"
android-minSdk = "24"

Loading…
Cancel
Save