diff --git a/CHANGELOG.md b/CHANGELOG.md index 90f5f9dc6..189f9149d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +### 14.8.5 (2026-01-02) + +* Widget performance improvements +* What's New now opens changelog on GitHub +* Fix automatically opening keyboard for new tasks [#4035](https://github.com/tasks/tasks/issues/4035) +* Fix parent-child cycle causing crash [#4065](https://github.com/tasks/tasks/issues/4065) +* Fix state restoration issue [#4025](https://github.com/tasks/tasks/issues/4025) +* Fix all day calendar entries created on previous day +* Fix Microsoft To Do sync error +* Fix multiple icons missing from widget +* Update translations + * Portuguese - Paulo + * Vietnamese - @ngocanhtve + ### 14.8.4 (2025-12-20) * Fix flashing widgets [#3902](https://github.com/tasks/tasks/issues/3902) diff --git a/fastlane/metadata/android/en-US/changelogs/140826.txt b/fastlane/metadata/android/en-US/changelogs/140826.txt new file mode 100644 index 000000000..6c7df4d95 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/140826.txt @@ -0,0 +1,9 @@ +* Widget performance improvements +* What's New now opens changelog on GitHub +* Fix automatically opening keyboard for new tasks +* Fix parent-child cycle causing crash +* Fix state restoration issue +* Fix all day calendar entries created on previous day +* Fix Microsoft To Do sync error +* Fix multiple icons missing from widget +* Update translations diff --git a/fastlane/metadata/android/en-US/changelogs/140827.txt b/fastlane/metadata/android/en-US/changelogs/140827.txt new file mode 100644 index 000000000..9cdae6d2d --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/140827.txt @@ -0,0 +1 @@ +Initial WearOS release - work in progress! diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 15628a3e3..be8cdc08b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] -versionCode = "140824" # increment by 2 -versionName = "14.8.4" +versionCode = "140826" # increment by 2 +versionName = "14.8.5" agp = "8.13.2" android-compileSdk = "36" android-minSdk = "26"