Update version and changelog

pull/3441/head
Alex Baker 10 months ago
parent 3be3bb82ad
commit 508852ff49

@ -1,3 +1,30 @@
### 14.5.4 (2025-03-23)
* Updated remaining date and time pickers to Material 3
* App will remember if you change calendar or clock to text input
* Text input now supported on start and due date pickers
* Remove calendar and clock mode settings
* Open date picker to currently selected month
* Replaced upgrade pop-up with a banner [#1429](https://github.com/tasks/tasks/issues/1429)
* @hady-exc: Fix date picker time zone issues [#3248](https://github.com/tasks/tasks/pull/3248)
* Fix date time picker font scaling issues [#3437](https://github.com/tasks/tasks/issues/3437)
* Fix save task on keyboard done [#3288](https://github.com/tasks/tasks/issues/3288)
* Fix applying date time when dismissing date time pickers
* Fix 3 button navigation bar padding in landscape mode
* Fix out of memory errors in backup import/export
* Update translations
* Brazilian Portuguese - dedakir923
* Bulgarian - 109247019824
* Chinese (Simplified) - Sketch6580
* Dutch - @fvbommel
* Estonian - Priit Jõerüüt
* French - @FlorianLeChat
* German - @franconian
* Italian - @ppasserini
* Romanian - @ygorigor
* Tamil - @TamilNeram
* Turkish - @emintufan
### 14.5.3 (2025-03-20)
* Updated date and time pickers to Material 3

@ -0,0 +1,9 @@
* Updated remaining date and time pickers to Material 3
* Open date picker to currently selected month
* Replaced upgrade pop-up with a banner
* @hady-exc: Fix date picker time zone issues
* Fix date time picker font scaling issues
* Fix save task on keyboard done
* Fix applying date time when dismissing date time pickers
* Fix 3 button navigation bar padding in landscape mode
* Fix out of memory errors in backup import/export

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

@ -1,6 +1,6 @@
[versions]
versionCode = "140512" # increment by 2
versionName = "14.5.3"
versionCode = "140514" # increment by 2
versionName = "14.5.4"
agp = "8.9.0"
android-compileSdk = "35"
android-minSdk = "24"

Loading…
Cancel
Save