Update version and changelog

pull/3222/head
Alex Baker 11 months ago
parent 4b81ff5d55
commit d6d069f24b

@ -1,3 +1,16 @@
### 14.4 (2025-01-05)
* Microsoft To Do support [#2011](https://github.com/tasks/tasks/issues/2011)
* This feature is in early access, USE AT YOUR OWN RISK
* Enable under 'Advanced' settings
* Subscription changes
* Multiple Google Task accounts are now free to use
* Tasker plugins are now free to use
* Fix crash on empty shortcut labels
* Fix missing settings button on Android 10 and below
* Update translations
* Italian - @ppasserini
### 14.3.1 (2025-01-02)
* Fix edit screen disappearing on rotation

@ -0,0 +1,9 @@
* Microsoft To Do support
* This feature is in early access, USE AT YOUR OWN RISK
* Enable under 'Advanced' settings
* Subscription changes
* Multiple Google Task accounts are now free to use
* Tasker plugins are now free to use
* Fix crash on empty shortcut labels
* Fix missing settings button on Android 10 and below
* Update translations

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

@ -1,6 +1,6 @@
[versions]
versionCode = "140302" # increment by 2
versionName = "14.3.1"
versionCode = "140400" # increment by 2
versionName = "14.4"
agp = "8.7.3"
android-compileSdk = "35"
android-minSdk = "24"

Loading…
Cancel
Save