Update version and changelog

pull/3893/head
Alex Baker 3 months ago
parent 7fa90396b3
commit 6a44bed0e8

@ -1,10 +1,11 @@
### 14.8.2 (2025-09-07)
### 14.8.2 (2025-09-14)
* Fix blank widgets on Android 16 QPR1 [#3847](https://github.com/tasks/tasks/issues/3847)
* Fix all-day calendar events [#1534](https://github.com/tasks/tasks/issues/1534)
* Fix alarm synchronization [#3859](https://github.com/tasks/tasks/issues/3859)
* Fix sync failure when migrating data from EteSync to CalDAV [#3869](https://github.com/tasks/tasks/issues/3869)
* Fix removing values from Microsoft To Do [#3862](https://github.com/tasks/tasks/issues/3862)
* Fix share invites for Nextcloud [#2386](https://github.com/tasks/tasks/issues/2386)
* Fix failure to delete source data when moving to Google Tasks [#3867](https://github.com/tasks/tasks/issues/3867)
* Fix crash when clearing completed while grouping by lists
* Update translations

@ -3,6 +3,7 @@
* Fix alarm synchronization
* Fix sync failure when migrating data from EteSync to CalDAV
* Fix removing values from Microsoft To Do
* Fix share invites for Nextcloud
* Fix failure to delete source data when moving to Google Tasks
* Fix crash when clearing completed while grouping by lists
* Update translations

@ -1,5 +1,5 @@
[versions]
versionCode = "140812" # increment by 2
versionCode = "140814" # increment by 2
versionName = "14.8.2"
agp = "8.13.0"
android-compileSdk = "36"

Loading…
Cancel
Save