Update version and changelog

pull/3276/head 14.4.3
Alex Baker 11 months ago
parent 48dbebbe04
commit 05896fd46a

@ -1,3 +1,14 @@
### 14.4.3 (2025-01-18)
* Preserve reminder recurrence when copying tasks
* Refresh task list after changing settings
* Fix missing chips for local lists
* Fix changes being lost when completing task from edit screen
* Update translations
* German - @franconian
* Turkish - @emintufan
* Ukrainian - @IhorHordiichuk
### 14.4.2 (2025-01-16)
* Fix crash on missing account

@ -0,0 +1,5 @@
* Preserve reminder recurrence when copying tasks
* Refresh task list after changing settings
* Fix missing chips for local lists
* Fix changes being lost when completing task from edit screen
* Update translations

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

@ -1,6 +1,6 @@
[versions]
versionCode = "140410" # increment by 2
versionName = "14.4.2"
versionCode = "140412" # increment by 2
versionName = "14.4.3"
agp = "8.8.0"
android-compileSdk = "35"
android-minSdk = "24"

Loading…
Cancel
Save