diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d572f3b1..1b91bdfcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/fastlane/metadata/android/en-US/changelogs/140514.txt b/fastlane/metadata/android/en-US/changelogs/140514.txt new file mode 100644 index 000000000..3569b46aa --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/140514.txt @@ -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 diff --git a/fastlane/metadata/android/en-US/changelogs/140515.txt b/fastlane/metadata/android/en-US/changelogs/140515.txt new file mode 100644 index 000000000..9cdae6d2d --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/140515.txt @@ -0,0 +1 @@ +Initial WearOS release - work in progress! diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5c29dfdd3..4390a9591 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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"