Update version and changelog

pull/3491/head
Alex Baker 8 months ago
parent 137f437d78
commit c4cb9e7d6a

@ -1,3 +1,21 @@
### 14.6.2 (2025-04-06)
* Show error indicators if 'When started' or 'When due' reminders are used
without start or due times
* Fix delay when saving tasks
* Fix populating clock picker with initial value instead of 00:00
* Fix displaying selected calendar month
* Fix grouping by start date in descending order
* Update translations
* Arabic - abdelbasset jabrane
* Danish - @catsnote
* Esperanto - Don Zouras
* German - @Kachelkaiser
* Hebrew - @elid34
* Italian - @Fs00
* Slovak - @jose1711
* Turkish - @emintufan
### 14.6.1 (2025-03-30)
* Restore default sort mode for existing installs

@ -0,0 +1,7 @@
* Show error indicators if 'When started' or 'When due' reminders are used
without start or due times
* Fix delay when saving tasks
* Fix populating clock picker with initial value instead of 00:00
* Fix displaying selected calendar month
* Fix grouping by start date in descending order
* Update translations

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

@ -1,6 +1,6 @@
[versions]
versionCode = "140602" # increment by 2
versionName = "14.6.1"
versionCode = "140604" # increment by 2
versionName = "14.6.2"
agp = "8.9.1"
android-compileSdk = "35"
android-minSdk = "24"

Loading…
Cancel
Save