From 412c5dfbd38542757daf11108e295713a7ba4d21 Mon Sep 17 00:00:00 2001 From: braniii Date: Mon, 30 Oct 2023 21:31:57 +0100 Subject: [PATCH] Bump to v0.4.1 --- CHANGELOG.md | 10 +++++++++- app/pubspec.yaml | 2 +- fastlane/metadata/android/de/changelogs/8.txt | 10 ++++++++++ fastlane/metadata/android/en-US/changelogs/8.txt | 10 ++++++++++ 4 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/de/changelogs/8.txt create mode 100644 fastlane/metadata/android/en-US/changelogs/8.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 214ead51..74341a4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,13 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.4.1] - 2023-10-30 +### Other changes: +- Upgrade dependencies +- Setup Proguard optimization + + ## [0.4.0] - 2023-10-25 ### API changes warning ⚠️: - App id changed to `de.quantumphysique.trale`, upgrading is not possible! @@ -91,7 +98,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - initial release -[Unreleased]: https://github.com/quantumphysique/trale/compare/v0.4.0...main +[Unreleased]: https://github.com/quantumphysique/trale/compare/v0.4.1...main +[0.4.1]: https://github.com/quantumphysique/trale/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/quantumphysique/trale/compare/v0.3.1...v0.4.0 [0.3.1]: https://github.com/quantumphysique/trale/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/quantumphysique/trale/compare/v0.2.2...v0.3.0 diff --git a/app/pubspec.yaml b/app/pubspec.yaml index e4b77b82..9e0c7324 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.4.0+7 +version: 0.4.1+8 environment: sdk: ">=3.1.0 <4.0.0" diff --git a/fastlane/metadata/android/de/changelogs/8.txt b/fastlane/metadata/android/de/changelogs/8.txt new file mode 100644 index 00000000..18d9afbd --- /dev/null +++ b/fastlane/metadata/android/de/changelogs/8.txt @@ -0,0 +1,10 @@ +0.4.1: +- Geupdatete Abhängigkeiten +- Proguardoptimierungen aufgesetzt + +0.4.0: +- App Id wurde zu `de.quantumphysique.trale` geändert, updaten ist nicht möglich! +- Aufnahmeprozess zu F-Droid gestartet +- Geupdatete Abhängigkeiten und kleine UI Verbesserungen +- Problem behoben um Links zu öffnen +- Verbesserte Ticks für große Intervalle diff --git a/fastlane/metadata/android/en-US/changelogs/8.txt b/fastlane/metadata/android/en-US/changelogs/8.txt new file mode 100644 index 00000000..029979cd --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/8.txt @@ -0,0 +1,10 @@ +0.4.1: +- Upgrade deps +- Add Proguard optimizations + +0.4.0: +- App id changed to `de.quantumphysique.trale`, upgrading is not possible! +- Initialized F-Droid inclusion process +- Upgrade dependencies and minor UI improvements +- Fix missing permission to open links +- Improved ticks for large intervals