Update version and changelog

tevm_refactor
Alex Baker 2 weeks ago
parent e1ef924909
commit 1fc6a50d0b

@ -1,3 +1,14 @@
### 13.9.1 (2024-05-08)
* Fix widget crash [#2873](https://github.com/tasks/tasks/issues/2873)
* Fix recurrence unable to finish [#2874](https://github.com/tasks/tasks/issues/2874)
* Fix edit screen being cleared when reopening app [#2857](https://github.com/tasks/tasks/issues/2857)
* Fix performance regressions
* Simplified internal alarm scheduling logic
* Update translations
* Arabic - @islam2hamy
* Bulgarian - @StoyanDimitrov
### 13.9 (2024-05-01)
* @elmuffo: Add swipe-to-snooze [#2839](https://github.com/tasks/tasks/pull/2839)

@ -55,8 +55,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 130900
versionName = "13.9"
versionCode = 130901
versionName = "13.9.1"
targetSdk = 33
minSdk = 24
testInstrumentationRunner = "org.tasks.TestRunner"

@ -0,0 +1,6 @@
* Fix widget crash
* Fix recurrence unable to finish
* Fix edit screen being cleared when reopening app
* Fix performance regressions
* Simplified internal alarm scheduling logic
* Update translations
Loading…
Cancel
Save