Update version and changelog

pull/1322/head
Alex Baker 3 years ago
parent 170cecd6ed
commit 8b0954e8b5

@ -1,3 +1,25 @@
### 11.3.1 (2021-01-26)
* Improve support for recurring tasks with subtasks
* Subtasks will be unchecked after completing a recurring task
* Clear completed will not delete subtasks of recurring tasks
* Improve widget sort header when space is limited
* Add option to hide widget title
* Add Esperanto translations - @jakubfabijan
* Update translations
* Basque - @Thadah
* Croatian - @milotype, @ggdorman
* Dutch - @fvbommel
* Hungarian - kaciokos
* Indonesian - when we were sober
* Italian - @Fs00
* Norwegian Bokmål - @comradekingu
* Polish - @m-aciek, @jakubfabijan, @alex-ter
* Russian - Nikita Epifanov
* Simplified Chinese - @sr093906
* Turkish - @emintufan
* Urdu - Maaz
### 11.3 (2021-01-20)
* 'Hide until' is now 'Start date'

@ -44,8 +44,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 110301
versionName = "11.3"
versionCode = 110302
versionName = "11.3.1"
targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk)
testInstrumentationRunner = "org.tasks.TestRunner"

@ -0,0 +1,7 @@
* Improve support for recurring tasks with subtasks
* Subtasks will be unchecked after completing a recurring task
* Clear completed will not delete subtasks of recurring tasks
* Improve widget sort header when space is limited
* Add option to hide widget title
* Add Esperanto translations - @jakubfabijan
* Update translations
Loading…
Cancel
Save