Update version and changelog

pull/3386/head 14.5
Alex Baker 9 months ago
parent 870ecadc56
commit 012a0e5949

@ -1,4 +1,4 @@
### 14.5 (2025-03-01)
### 14.5 (2025-03-04)
* Material 3 - work in progress
* Side navigation drawer
@ -9,8 +9,11 @@
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)
* Performance improvements
* Fix Microsoft To Do sync failure
* Fix missing list chips for subtasks in custom filters
* Fix for database timeouts
* Fix infinite subtask recursion
* Update translations
* Belarusian - @fobo66
* Estonian - Priit Jõerüüt

@ -5,6 +5,9 @@
* Remove options for top app bar and disabling collapsing app bar
* Save backup files and attachments to Nextcloud
* Dismiss notification dialog when pressing cancel
* Performance improvements
* Fix Microsoft To Do sync failure
* Fix missing list chips for subtasks in custom filters
* Fix for database timeouts
* Fix infinite subtask recursion
* Update translations

@ -1,5 +1,5 @@
[versions]
versionCode = "140502" # increment by 2
versionCode = "140504" # increment by 2
versionName = "14.5"
agp = "8.8.2"
android-compileSdk = "35"

Loading…
Cancel
Save