From 4ca80e08c5d246afaff5674ca095009dbd61a992 Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Fri, 11 Mar 2022 23:26:26 -0600 Subject: [PATCH] Update version and changelog --- CHANGELOG.md | 39 +++++++++++++++++++ app/build.gradle.kts | 4 +- .../android/en-US/changelogs/120600.txt | 17 ++++++++ 3 files changed, 58 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/120600.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index cf4ef7e22..663cb5e61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,42 @@ +### 12.6 (2022-03-11) + +* Configure notifications to repeat at custom intervals + ([#3](https://github.com/tasks/tasks/issues/3)) + * Notifications can repeat by minute, hour, day, or weekly intervals +* Add 'Snoozed' filter ([#1633](https://github.com/tasks/tasks/issues/1633)) +* Add 'Notifications' filter +* CalDAV/DAVx5 server selection setting + * This replaces 'Let server schedule recurring tasks' + * Synology Calendar users must set this to fix sync + ([#1802](https://github.com/tasks/tasks/issues/1802)) + * Mailbox.org and Open-Xchange users must set this to prevent duplicate + repeating tasks +* Set geofence radius in place settings +* Remove DAVx5/EteSync app accounts when native CalDAV/EteSync enabled +* Clear reminders when they are dismissed in Thunderbird +* Fix reminder synchronization +* Fix crash in task edit screen +* Fix prompt to discard changes +* Fix crash during 12.4 upgrade +* Update translations + * Bulgarian - @StoyanDimitrov + * Chinese (Simplified) - @Crystal-RainSlide, @Geeyun-JY3, Eric + * Croatian - @milotype + * Dutch - @mm4c, @fvbommel + * French - J. Lavoie, @FlorianLeChat + * German - @eldiep, J. Lavoie + * Hungarian - kaciokos + * Italian - @ppasserini, J. Lavoie + * Portuguese (Brazilian) - @hugomg + * Romanian - @simonaiacob + * Russian - @Allineer + * Spanish - @toni-em, @FlorianLeChat, @Romerolweb + * Swedish - @reportxx + * Turkish - @ersen0 + * Ukrainian - @IhorHordiichuk + * Urdue - @Crystal-RainSlide + * Vietnamese - @unbaseduser + ### 12.5 (2022-02-27) * Choose custom random reminder period diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 72c0f432e..b41ceaf0b 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 = 120500 - versionName = "12.5" + versionCode = 120600 + versionName = "12.6" targetSdk = Versions.targetSdk minSdk = Versions.minSdk testInstrumentationRunner = "org.tasks.TestRunner" diff --git a/fastlane/metadata/android/en-US/changelogs/120600.txt b/fastlane/metadata/android/en-US/changelogs/120600.txt new file mode 100644 index 000000000..29272ef28 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/120600.txt @@ -0,0 +1,17 @@ +* Configure notifications to repeat at custom intervals + * Notifications can repeat by minute, hour, day, or weekly intervals +* Add 'Snoozed' filter +* Add 'Notifications' filter +* CalDAV/DAVx5 server selection setting + * This replaces 'Let server schedule recurring tasks' + * Synology Calendar users must set this to fix sync + * Mailbox.org/Open-Xchange users must set this to prevent duplicate repeating + tasks +* Set geofence radius in place settings +* Remove DAVx5/EteSync app accounts when native CalDAV/EteSync enabled +* Clear reminders when they are dismissed in Thunderbird +* Fix reminder synchronization +* Fix crash in task edit screen +* Fix prompt to discard changes +* Fix crash during 12.4 upgrade +* Update translations