Update version and changelog

pull/3881/head
Alex Baker 3 months ago
parent e6bbc8d361
commit 844a3a0ff8

@ -1,7 +1,9 @@
### 14.8.2 (2025-09-04)
### 14.8.2 (2025-09-06)
* Fix all-day calendar events
* Fix alarm synchronization
* 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 crash when clearing completed while grouping by lists
* Update translations
* Croatian - @milotype

@ -1,3 +0,0 @@
* Fix all-day calendar events
* Fix crash when clearing completed while grouping by lists
* Update translations

@ -0,0 +1,6 @@
* Fix blank widgets on Android 16 QPR1
* Fix all-day calendar events
* Fix alarm synchronization
* Fix sync failure when migrating data from EteSync to CalDAV
* Fix crash when clearing completed while grouping by lists
* Update translations

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

Loading…
Cancel
Save