Update version and changelog

pull/3606/head
Alex Baker 7 months ago
parent 147c9f44d2
commit 0e5e6e9b05

@ -1,3 +1,24 @@
### 14.7.2 (2025-05-18)
* Remove Microsoft Authentication Library from F-Droid builds [#3581](https://github.com/tasks/tasks/issues/3581)
* Remove contacts permission added by Microsoft Authentication Library
* Enable video attachments
* Fix wallpaper theme
* Fix handling multiple attachments
* Update translations
* Arabic - abdelbasset jabrane
* Bulgarian - 109247019824
* Catalan - @Crashillo
* Czech - @Fjuro
* Danish - @catsnote
* Dutch - @fvbommel
* Esperanto - Don Zouras
* Estonian - Priit Jõerüüt
* Hungarian - Kaci
* Italian - @ppasserini
* Turkish - @emintufan
* Ukrainian - @IhorHordiichuk
### 14.7.1 (2025-05-04)
* Fix app closing itself automatically [#3366](https://github.com/tasks/tasks/issues/3366)

@ -0,0 +1,6 @@
* Remove Microsoft Authentication Library from F-Droid builds
* Remove contacts permission added by Microsoft Authentication Library
* Enable video attachments
* Fix wallpaper theme
* Fix handling multiple attachments
* Update translations

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

@ -1,6 +1,6 @@
[versions]
versionCode = "140704" # increment by 2
versionName = "14.7.1"
versionCode = "140706" # increment by 2
versionName = "14.7.2"
agp = "8.10.0"
android-compileSdk = "35"
android-minSdk = "26"

Loading…
Cancel
Save