Update version and changelog

pull/3221/head 14.3.1
Alex Baker 11 months ago
parent e74920cc3d
commit bc5823f857

@ -1,3 +1,19 @@
### 14.3.1 (2025-01-02)
* Fix edit screen disappearing on rotation
* Fix notification bundling issue
* Fix scrolling in custom filter settings
* Remove map theme and desaturation options
* Update translations
* Bulgarian - @StoyanDimitrov
* Chinese (Simplified) - 大王叫我来巡山
* Dutch - @fvbommel
* French - @FlorianLeChat
* German - @p-rogalski
* Italian - @ppasserini
* Korean - Sunjae Choi
* Swedish - @bittin
### 14.3 (2024-12-24)
* "Add widget to home screen" shortcut in list settings

@ -0,0 +1,5 @@
* Fix edit screen disappearing on rotation
* Fix notification bundling issue
* Fix scrolling in custom filter settings
* Remove map theme and desaturation options
* Update translations

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

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

Loading…
Cancel
Save