Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
abaker committed Feb 3, 2021
1 parent d73f250 commit d695c8e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/110306.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d695c8e

Please sign in to comment.