Update version and changelog

pull/3420/head 14.5.2
Alex Baker 9 months ago
parent a561fb63f4
commit 9941c0bd8d

@ -1,3 +1,17 @@
### 14.5.2 (2025-03-15)
* Fix items hidden under menu search bar [#3406](https://github.com/tasks/tasks/issues/3406)
* Attempt to fix layout on some foldables
* Fix checking for tasks.org account [#3397](https://github.com/tasks/tasks/issues/3397)
* Slightly reduce donation nagging frequency [#3397](https://github.com/tasks/tasks/issues/3397)
* Update translations
* Danish - Øjvind Fritjof Arnfred
* Hungarian - Kaci
* Malayalam - Clouds Liberty
* Russian - @GREAT-DNG
* Swedish - @bittin
* Tamil - @TamilNeram
### 14.5.1 (2025-03-11)
* Fix performance issue when opening search

@ -0,0 +1,5 @@
* Fix items hidden under menu search bar
* Attempt to fix layout on some foldables
* Fix checking for tasks.org account
* Slightly reduce donation nagging frequency
* Update translations

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

@ -1,6 +1,6 @@
[versions]
versionCode = "140508" # increment by 2
versionName = "14.5.1"
versionCode = "140510" # increment by 2
versionName = "14.5.2"
agp = "8.9.0"
android-compileSdk = "35"
android-minSdk = "24"

Loading…
Cancel
Save