Update version and changelog

pull/3197/head
Alex Baker 12 months ago
parent 5d44fa5753
commit 5e3da97b29

@ -1,4 +1,20 @@
### 14.2.1 (2024-02-03) ### 14.2.2 (2024-12-18)
* 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
* Bulgarian - @StoyanDimitrov
* Croatian - @milotype
* Esperanto - Don Zouras
* Finnish - @pHamala, @Ricky-Tigg
* German - @p-rogalski, @franconian, @Atalanttore
* Hungarian - Kaci
* Korean - Sunjae Choi
* Spanish - gallegonovato
* Swedish - Nick Wick
### 14.2.1 (2024-12-03)
* Fix save button when 'Back button saves task' is enabled [#3149](https://github.com/tasks/tasks/issues/3149) * Fix save button when 'Back button saves task' is enabled [#3149](https://github.com/tasks/tasks/issues/3149)
* Fix customizing edit screen order screen * Fix customizing edit screen order screen

@ -0,0 +1,3 @@
* Fix long running sync indicators
* @hady-exc: Migrate list setting screens to Compose
* Update translations

@ -0,0 +1 @@
Initial WearOS release - work in progress!

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

Loading…
Cancel
Save