Update version and changelog

pull/3276/head 14.4.4
Alex Baker 11 months ago
parent f588551bca
commit bb61bc1ab3

@ -1,3 +1,7 @@
### 14.4.4 (2024-01-19)
* Fix list pickers [#3269](https://github.com/tasks/tasks/issues/3269)
### 14.4.3 (2025-01-18)
* Preserve reminder recurrence when copying tasks

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

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

Loading…
Cancel
Save