Update version and changelog

pull/1330/head 11.3.1
Alex Baker 5 years ago
parent 1af2b873db
commit ff74fa3ad6

@ -1,15 +1,17 @@
### 11.3.1 (2021-01-26) ### 11.3.1 (2021-01-27)
* Improve support for recurring tasks with subtasks * Improve support for recurring tasks with subtasks
* Subtasks will be unchecked after completing a recurring task * Subtasks will be unchecked after completing a recurring task
* Clear completed will not delete subtasks of recurring tasks * Clear completed will not delete subtasks of recurring tasks
* Improve widget sort header when space is limited * Improve widget sort header when space is limited
* Add option to hide widget title * Add option to hide widget title
* Fix timezone conversions during synchronization
* Add Esperanto translations - @jakubfabijan * Add Esperanto translations - @jakubfabijan
* Update translations * Update translations
* Basque - @Thadah * Basque - @Thadah
* Croatian - @milotype, @ggdorman * Croatian - @milotype, @ggdorman
* Dutch - @fvbommel * Dutch - @fvbommel
* French - @FlorianLeChat
* Hungarian - kaciokos * Hungarian - kaciokos
* Indonesian - when we were sober * Indonesian - when we were sober
* Italian - @Fs00 * Italian - @Fs00
@ -17,7 +19,8 @@
* Polish - @m-aciek, @jakubfabijan, @alex-ter * Polish - @m-aciek, @jakubfabijan, @alex-ter
* Russian - Nikita Epifanov * Russian - Nikita Epifanov
* Simplified Chinese - @sr093906 * Simplified Chinese - @sr093906
* Turkish - @emintufan * Spanish - @FlorianLeChat
* Turkish - @emintufan, Oğuz Ersen
* Urdu - Maaz * Urdu - Maaz
### 11.3 (2021-01-20) ### 11.3 (2021-01-20)

@ -44,7 +44,7 @@ android {
defaultConfig { defaultConfig {
testApplicationId = "org.tasks.test" testApplicationId = "org.tasks.test"
applicationId = "org.tasks" applicationId = "org.tasks"
versionCode = 110302 versionCode = 110303
versionName = "11.3.1" versionName = "11.3.1"
targetSdkVersion(Versions.targetSdk) targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk) minSdkVersion(Versions.minSdk)

@ -3,5 +3,6 @@
* Clear completed will not delete subtasks of recurring tasks * Clear completed will not delete subtasks of recurring tasks
* Improve widget sort header when space is limited * Improve widget sort header when space is limited
* Add option to hide widget title * Add option to hide widget title
* Fix timezone conversions during synchronization
* Add Esperanto translations - @jakubfabijan * Add Esperanto translations - @jakubfabijan
* Update translations * Update translations
Loading…
Cancel
Save