From d73a9d27953cac121da4187fd3508024f7306fbe Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Tue, 24 Oct 2023 12:56:58 -0500 Subject: [PATCH] Update version and changelog --- CHANGELOG.md | 21 +++++++++++++++++++ app/build.gradle.kts | 4 ++-- .../android/en-US/changelogs/130602.txt | 10 +++++++++ 3 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/130602.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index fc4170ee5..f3239baf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +### 13.6.1 (2023-11-24) + +* Push pending changes when app is backgrounded +* Don't require internet connection for DAVx5/EteSync/DecSync sync +* Don't perform background sync for DAVx5/EteSync/DecSync + * Background sync is performed by the sync app +* Preserve modification times on initial sync [#2496](https://github.com/tasks/tasks/issues/2496) +* Replace deprecated method call [#2547](https://github.com/tasks/tasks/pull/2547) - @kmj-99 +* Improve task list scrolling performance +* Fix hourly recurrence bug +* Update translations + * Chinese (Simplified) - Eric + * Croatian - @milotype + * Czech - @ceskyDJ + * Finnish - @millerii + * French - Lionel HANNEQUIN, Bruno Duyé + * Japanese - Kazushi Hayama + * Portuguese - @loucurapt + * Romanian - @ygorigor + * Swedish - @bittin + ### 13.6 (2023-10-07) * Change priority with multi-select [#2257](https://github.com/tasks/tasks/pull/2452) - @vulewuxe86 diff --git a/app/build.gradle.kts b/app/build.gradle.kts index fbe9124a7..4ba00a3a8 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -55,8 +55,8 @@ android { defaultConfig { testApplicationId = "org.tasks.test" applicationId = "org.tasks" - versionCode = 130601 - versionName = "13.6" + versionCode = 130602 + versionName = "13.6.1" targetSdk = 33 minSdk = 24 testInstrumentationRunner = "org.tasks.TestRunner" diff --git a/fastlane/metadata/android/en-US/changelogs/130602.txt b/fastlane/metadata/android/en-US/changelogs/130602.txt new file mode 100644 index 000000000..49b900ab0 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/130602.txt @@ -0,0 +1,10 @@ +* Push pending changes when app is backgrounded +* Don't require internet connection for DAVx5/EteSync/DecSync sync +* Don't perform background sync for DAVx5/EteSync/DecSync + * Background sync is performed by the sync app +* Preserve modification times on initial sync +* Replace deprecated method call +* Improve task list scrolling performance +* Fix hourly recurrence bug +* Update translations +