Update version and changelog

pull/3850/head
Alex Baker 3 months ago
parent 12b1127e6b
commit 903412fdea

@ -1,3 +1,12 @@
### 14.8.2 (2025-09-03)
* Fix all-day calendar events
* Fix crash when clearing completed while grouping by lists
* Update translations
* Croatian - @milotype
* Dutch - @fvbommel
* German - @MisterTechnik
### 14.8.1 (2025-08-24)
* System bar scrim improvements

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

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

@ -1,6 +1,6 @@
[versions]
versionCode = "140804" # increment by 2
versionName = "14.8.1"
versionCode = "140806" # increment by 2
versionName = "14.8.2"
agp = "8.12.2"
android-compileSdk = "36"
android-minSdk = "26"

Loading…
Cancel
Save