From e82ddedd74b572320a7a3e37a73f88935a13f717 Mon Sep 17 00:00:00 2001 From: Campello Manuel <9112949+CampelloManuel@users.noreply.github.com> Date: Wed, 1 May 2024 18:08:25 +0200 Subject: [PATCH] Releasing 7.1.8 from release.sh --- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/71800.txt | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/71800.txt diff --git a/app/build.gradle b/app/build.gradle index 761eae1d..564bb636 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -74,8 +74,8 @@ android { // If these values remain static, incremental builds are optimized and faster. // Also, FDROID is happier. Update them only with ./release.sh - versionCode 71700 - versionName "7.1.7" + versionCode 71800 + versionName "7.1.8" vectorDrawables.useSupportLibrary = true diff --git a/fastlane/metadata/android/en-US/changelogs/71800.txt b/fastlane/metadata/android/en-US/changelogs/71800.txt new file mode 100644 index 00000000..f21dcb16 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/71800.txt @@ -0,0 +1,9 @@ +NoNonsense Notes v7.1.8 + +Highlights: +- Updated translations using Weblate +- Updated dependencies and build tools +- Resize text in some UI elements to avoid it being cut +- Updated automated testing infrastructure +- General stability improvements +- Fixed #509 so now repeating remindes can handle the switch between DST and ST when they are rescheduled \ No newline at end of file