Update version and changelog

pull/3467/head 14.6.1
Alex Baker 8 months ago
parent 291cad4e5a
commit 9fd50c117c

@ -1,3 +1,9 @@
### 14.6.1 (2025-03-30)
* Restore default sort mode for existing installs
* Fix grouping by due date descending
* Remove shadow from launcher icons
### 14.6 (2025-03-25) ### 14.6 (2025-03-25)
* Add dynamic theme color - requires pro subscription * Add dynamic theme color - requires pro subscription

@ -0,0 +1,3 @@
* Restore default sort mode for existing installs
* Fix grouping by due date descending
* Remove shadow from launcher icons

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

@ -1,6 +1,6 @@
[versions] [versions]
versionCode = "140600" # increment by 2 versionCode = "140602" # increment by 2
versionName = "14.6" versionName = "14.6.1"
agp = "8.9.1" agp = "8.9.1"
android-compileSdk = "35" android-compileSdk = "35"
android-minSdk = "24" android-minSdk = "24"

Loading…
Cancel
Save