Update version and changelog

pull/2988/head 14.1.1
Alex Baker 1 year ago
parent dcd1424e6e
commit 3e3cafe5d4

@ -1,3 +1,23 @@
### 14.1.1 (2024-11-26)
* Show warning when quiet hours are in effect
* Fix escape character in some localizations [#3046](https://github.com/tasks/tasks/issues/3046)
* Fix comment delete button color [#3102](https://github.com/tasks/tasks/issues/3102)
* Update translations
* Bosnian - @hasak
* Bulgarian - @StoyanDimitrov
* Catalan - raulmagdalena
* Chinese (Simplified) - 大王叫我来巡山
* Croatian - @milotype
* Dutch - @fvbommel
* Esperanto - Don Zouras
* French - @FlorianLeChat
* Hungarian - Kaci
* Italian - @ppasserini
* Polish - @rom4nik
* Spanish - gallegonovato
* Swedish - Nick Wick
### 14.1 (2024-11-20) ### 14.1 (2024-11-20)
* Add 'Help & Feedback > Send application logs' * Add 'Help & Feedback > Send application logs'

@ -16,5 +16,6 @@ class Firebase @Inject constructor() {
fun completeTask(source: String) {} fun completeTask(source: String) {}
val subscribeCooldown = false val subscribeCooldown = false
val subGroupA = false
val nameYourPrice = false
} }

@ -0,0 +1,4 @@
* Show warning when quiet hours are in effect
* Fix escape character in some localizations
* Fix comment delete button color
* Update translations

@ -1,6 +1,6 @@
[versions] [versions]
versionCode = "140100" # increment by 2 versionCode = "140102" # increment by 2
versionName = "14.1" versionName = "14.1.1"
agp = "8.7.2" agp = "8.7.2"
android-compileSdk = "34" android-compileSdk = "34"
android-minSdk = "24" android-minSdk = "24"

Loading…
Cancel
Save