From daf45747facc9d05af8b6ebd5c45aef41a11e851 Mon Sep 17 00:00:00 2001 From: Campello Manuel <9112949+CampelloManuel@users.noreply.github.com> Date: Thu, 5 Jan 2023 14:51:52 +0100 Subject: [PATCH] Releasing 7.1.2 from release.sh --- app/build.gradle | 4 ++-- .../metadata/android/en-US/changelogs/71200.txt | 13 +++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/71200.txt diff --git a/app/build.gradle b/app/build.gradle index cc96b969a..a5fbdc77e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -73,8 +73,8 @@ android { // require a full app build and reinstallation, even for the smallest change. // If these values are fixed, incremental builds are optimized. // Also, f-droid prefers these values to be static => update them manually, please. - versionCode 71100 - versionName "7.1.1" + versionCode 71200 + versionName "7.1.2" vectorDrawables.useSupportLibrary = true diff --git a/fastlane/metadata/android/en-US/changelogs/71200.txt b/fastlane/metadata/android/en-US/changelogs/71200.txt new file mode 100644 index 000000000..0981daebd --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/71200.txt @@ -0,0 +1,13 @@ +NoNonsense Notes v7.1.2 + +Highlights: +- Translated using Weblate +- voice search works again +- more date formats to choose from +- show "next month" and year when tasks are ordered by date +- support for android auto backup + +Details: +- UI tweaks for dialogs +- bug fixes +- removed all obsolete google tasks code, this should hide the annoying google account dialog \ No newline at end of file