Update version and changelog

pull/3348/head
Alex Baker 10 months ago
parent c21c65b62b
commit f6d243e929

@ -1,3 +1,20 @@
### 14.5 (2025-02-16)
* Improve support for foldables
* Improve edge-to-edge support
* Remove options for top app bar and disabling collapsing app bar
* Some features are being removed in order to make development easier for the
upcoming desktop app. The features may return again in a future release.
* Save backup files and attachments to Nextcloud [#1289](https://github.com/tasks/tasks/issues/1289)
* Dismiss notification dialog when pressing cancel [#2116](https://github.com/tasks/tasks/issues/2116)
* Fix missing list chips for subtasks in custom filters
* Fix for database timeouts
* Update translations
* Estonian - Priit Jõerüüt
* German - Colorful Rhino
* Slovak - @jose1711
* Ukrainian - @IhorHordiichuk
### 14.4.8 (2025-02-04)
* Performance improvements

@ -0,0 +1,10 @@
* Improve support for foldables
* Improve edge-to-edge support
* Remove options for top app bar and disabling collapsing app bar
* Some features are being removed in order to make development easier for the
upcoming desktop app. The features may return again in a future release.
* Save backup files and attachments to Nextcloud
* Dismiss notification dialog when pressing cancel
* Fix missing list chips for subtasks in custom filters
* Fix for database timeouts
* Update translations

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

@ -1,6 +1,6 @@
[versions]
versionCode = "140432" # increment by 2
versionName = "14.4.8"
versionCode = "140500" # increment by 2
versionName = "14.5"
agp = "8.8.1"
android-compileSdk = "35"
android-minSdk = "24"

Loading…
Cancel
Save