Update version and changelog

pull/3725/head 14.7.4
Alex Baker 5 months ago
parent e576a48eba
commit 7c2cf38788

@ -1,3 +1,19 @@
### 14.7.4 (2025-07-12)
* @devn1x: Fix escaping quotes in iCalendar [#3645](https://github.com/tasks/tasks/pull/3645)
* Limit widget to 25 items on Android 16+
* Android 16 nerfed widget performance 😢
* Fix bug when reconfiguring widget
* Fix default widget group sort order
* Update translations
* Catalan - pitroig
* Chinese (Simplified) - 大王叫我来巡山
* Croatian - @milotype
* German - @Kachelkaiser
* Serbian - @vale-decem
* Swedish - Nick Wick
* Tamil - @TamilNeram
### 14.7.3 (2025-06-13)
* Fix dynamic color

@ -0,0 +1,5 @@
* Fix escaping quotes in iCalendar
* Limit widget to 25 items on Android 16+
* Fix bug when reconfiguring widget
* Fix default widget group sort order
* Update translations

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

@ -1,6 +1,6 @@
[versions]
versionCode = "140710" # increment by 2
versionName = "14.7.3"
versionCode = "140712" # increment by 2
versionName = "14.7.4"
agp = "8.11.1"
android-compileSdk = "36"
android-minSdk = "26"

Loading…
Cancel
Save