From 729ca49ef79e52782f6ac96efdf864f2c33a82d9 Mon Sep 17 00:00:00 2001 From: Yaroslav Pronin Date: Tue, 10 Sep 2024 12:36:05 +0300 Subject: [PATCH] Version 1.6.1 --- NEWS.md | 5 +++++ fastlane/metadata/android/en-US/changelogs/12.txt | 2 ++ fastlane/metadata/android/ru/changelogs/12.txt | 2 ++ pubspec.yaml | 2 +- snap/snapcraft.yaml | 4 ++-- 5 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/12.txt create mode 100644 fastlane/metadata/android/ru/changelogs/12.txt diff --git a/NEWS.md b/NEWS.md index 0c6e36b..e367d10 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +### Version 1.6.1 (2024-09-10) + +- Fix "Bad state" crash +- Fix "missing account" message during parcel refresh + ### Version 1.6.0 (2024-09-09) - Added "unlimited" tracking frequency limit diff --git a/fastlane/metadata/android/en-US/changelogs/12.txt b/fastlane/metadata/android/en-US/changelogs/12.txt new file mode 100644 index 0000000..3c758aa --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/12.txt @@ -0,0 +1,2 @@ +- Fix "Bad state" crash +- Fix "missing account" message during parcel refresh diff --git a/fastlane/metadata/android/ru/changelogs/12.txt b/fastlane/metadata/android/ru/changelogs/12.txt new file mode 100644 index 0000000..1b4023b --- /dev/null +++ b/fastlane/metadata/android/ru/changelogs/12.txt @@ -0,0 +1,2 @@ +- Исправлен "Bad state" сбой +- Исправлено сообщение "Аккаунт отсутствует" во время обновления посылки diff --git a/pubspec.yaml b/pubspec.yaml index 87ce589..ea8939b 100644 --- a/pubspec.yaml +++ b/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: 1.6.0+11 +version: 1.6.1+12 environment: sdk: ">=3.5.0 <4.0.0" diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 29d2c94..d472a24 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: libretrack base: core22 -version: 1.6.0 +version: 1.6.1 license: GPL-3.0-or-later summary: Private, cross-platform package tracking app. description: | @@ -43,7 +43,7 @@ parts: libretrack: plugin: flutter source: https://github.com/proninyaroslav/libretrack.git - source-tag: 1.6.0 + source-tag: 1.6.1 flutter-target: lib/main.dart build-packages: - libsecret-1-dev