Update version and changelog

pull/1348/head 11.3.4
Alex Baker 3 years ago
parent d73f250442
commit d695c8e9e6

@ -1,3 +1,18 @@
### 11.3.4 (2021-02-03)
* Adjust start times by one second during sync
([#1326](https://github.com/tasks/tasks/issues/1326))
* Can now sync start time = due time with DAVx⁵, EteSync app, and DecSync CC
* All day start date must come before all day due date with DAVx⁵, EteSync
app, and DecSync CC
* 'Show unstarted' toggled on by default
* Update translations
* Bengali - @Oymate
* Danish - @Tntdruid
* German - Achim Schumacher, @franconian, Martin
* Italian - @Fs00
* Traditional Chinese - @crlambda
### 11.3.3 (2021-01-30)
* Fix all-day due date synchronization

@ -44,8 +44,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 110305
versionName = "11.3.3"
versionCode = 110306
versionName = "11.3.4"
targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk)
testInstrumentationRunner = "org.tasks.TestRunner"

@ -0,0 +1,6 @@
* Adjust start times by one second during sync
* Can now sync start time = due time with DAVx⁵, EteSync app, and DecSync CC
* All day start date must come before all day due date with DAVx⁵, EteSync
app, and DecSync CC
* 'Show unstarted' toggled on by default
* Update translations
Loading…
Cancel
Save