From d339760985acad42c2ca0eb60b37903477473844 Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Sat, 12 Feb 2022 13:08:29 -0600 Subject: [PATCH] Update version and changelog --- CHANGELOG.md | 37 +++++++++++++++++++ app/build.gradle.kts | 4 +- .../android/en-US/changelogs/120400.txt | 16 ++++++++ 3 files changed, 55 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/120400.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index dbbea1464..5f6c1c588 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,40 @@ +### 12.4 (2021-02-12) + +🚨 Major internal reminder changes! Please report any issues to +support@tasks.org! 🚨 + +* Relative reminder support + * Quickly add reminders minutes, hours, days, or weeks before due +* Sync reminders with Tasks.org, DAVx5, CalDAV, EteSync, and DecSync CC + * Synchronize relative and absolute reminders +* Tasks.org, CalDAV, and native EteSync sync improvements + * Merge remote changes before pushing local changes + * Not applicable to DAVx5, EteSync app, or DecSync CC +* View and cancel snoozed reminders in task edit screen +* Add 'Has reminder' custom filter criteria +* Fix updating calendar entries after editing task +* Fix search when using top app bar +* Fix task deletion when adding from two devices simultaneously +* Update translations + * Arabic - @mhmdanas + * Basque - Sergio Varela + * Brazilian Portuguese - @Luiz-bro + * Bulgarian - @StoyanDimitrov + * Chinese (Simplified) - Eric + * Croatian - @milotype + * Dutch - @mm4c + * French - @FlorianLeChat, J. Lavoie + * German - J. Lavoie, @qwerty287 + * Hungarian - kaciokos + * Italian - @ppasserini, J. Lavoie, @andrearosso + * Portuguese - @laralem + * Romanian - @simonaiacob + * Russian - @NikGreens + * Spanish - @FlorianLeChat, Sergio Varela + * Turkish - @ersen0, @emintufan + * Ukrainian - @IhorHordiichuk + * Vietnamese - bruh, @unbaseduser + ### 12.3 (2021-02-04) * Add option to disable moving completed tasks to bottom diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 6fdaf0c9c..d15629066 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -57,8 +57,8 @@ android { defaultConfig { testApplicationId = "org.tasks.test" applicationId = "org.tasks" - versionCode = 120301 - versionName = "12.3" + versionCode = 120400 + versionName = "12.4" targetSdk = Versions.targetSdk minSdk = Versions.minSdk testInstrumentationRunner = "org.tasks.TestRunner" diff --git a/fastlane/metadata/android/en-US/changelogs/120400.txt b/fastlane/metadata/android/en-US/changelogs/120400.txt new file mode 100644 index 000000000..9f730c757 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/120400.txt @@ -0,0 +1,16 @@ +🚨 Major internal reminder changes! Please report any issues to +support@tasks.org! 🚨 + +* Relative reminder support + * Quickly add reminders minutes, hours, days, or weeks before due +* Sync reminders with Tasks.org, DAVx5, CalDAV, EteSync, and DecSync CC + * Synchronize relative and absolute reminders +* Tasks.org, CalDAV, and native EteSync sync improvements + * Merge remote changes before pushing local changes + * Not applicable to DAVx5, EteSync app, or DecSync CC +* View and cancel snoozed reminders in task edit screen +* Add 'Has reminder' custom filter criteria +* Fix updating calendar entries after editing task +* Fix search when using top app bar +* Fix task deletion when adding from two devices simultaneously +* Update translations