Update version and changelog

pull/2649/head 13.6.3
Alex Baker 6 months ago
parent 5edc481ffe
commit ee21cc660e

@ -1,8 +1,13 @@
### 13.6.2 (2023-11-30)
### 13.6.3 (2023-11-25)
* Revert "Preserve modification times on initial sync" [#2460](https://github.com/tasks/tasks/issues/2640)
* Fix unnecessary DecSync work
### 13.6.2 (2023-10-30)
* Fix updating modification timestamp on edits
### 13.6.1 (2023-11-27)
### 13.6.1 (2023-10-27)
* Push pending changes when app is backgrounded
* Don't require internet connection for DAVx5/EteSync/DecSync sync

@ -55,8 +55,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 130604
versionName = "13.6.2"
versionCode = 130605
versionName = "13.6.3"
targetSdk = 33
minSdk = 24
testInstrumentationRunner = "org.tasks.TestRunner"

@ -0,0 +1,2 @@
* Revert "Preserve modification times on initial sync"
* Fix unnecessary DecSync work
Loading…
Cancel
Save