From 59cac1d5ddae3ea17ccb6e15edd99988f7959b1f Mon Sep 17 00:00:00 2001 From: proninyaroslav Date: Thu, 12 Aug 2021 18:13:38 +0300 Subject: [PATCH] Version 1.2.0 --- NEWS.md | 10 ++++++++++ fastlane/metadata/android/en-US/changelogs/4.txt | 7 +++++++ fastlane/metadata/android/ru/changelogs/4.txt | 7 +++++++ pubspec.yaml | 2 +- snap/snapcraft.yaml | 3 ++- 5 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/4.txt create mode 100644 fastlane/metadata/android/ru/changelogs/4.txt diff --git a/NEWS.md b/NEWS.md index 972aed8..9133a9a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,13 @@ +### Version 1.2.0 (2021-08-12) + +* Added: + - Linux support + - Showing activity location in the notification +* Improving package status differentiation +* Bugfixes: + - [UPS] Handling empty activity location + - Crash report serializing + ### Version 1.1.0 (2021-07-31) * Added Russian Post support diff --git a/fastlane/metadata/android/en-US/changelogs/4.txt b/fastlane/metadata/android/en-US/changelogs/4.txt new file mode 100644 index 0000000..cc70d76 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/4.txt @@ -0,0 +1,7 @@ +* Added: + - Linux support + - Showing activity location in the notification +* Improving package status differentiation +* Bugfixes: + - [UPS] Handling empty activity location + - Crash report serializing diff --git a/fastlane/metadata/android/ru/changelogs/4.txt b/fastlane/metadata/android/ru/changelogs/4.txt new file mode 100644 index 0000000..d3752a4 --- /dev/null +++ b/fastlane/metadata/android/ru/changelogs/4.txt @@ -0,0 +1,7 @@ +* Добавлено: + - Поддержка Linux + - Отображение местоположения активности в уведомлении +* Улучшено различение статуса посылки +* Исправлено: + - [UPS] Обработка пустого местоположения активности + - Сериализация краш репортов diff --git a/pubspec.yaml b/pubspec.yaml index 341fa6f..72d101f 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.1.0+3 +version: 1.2.0+4 environment: sdk: '>=2.13.0 <3.0.0' diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 7f8b2da..39fa49c 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: libretrack base: core18 -version: 1.1.0 +version: 1.2.0 license: GPL-3.0-or-later summary: Private, cross-platform package tracking app. description: | @@ -51,6 +51,7 @@ parts: libretrack: plugin: flutter source: https://github.com/proninyaroslav/libretrack.git + source-tag: 1.2.0 flutter-target: lib/main.dart build-packages: - libsecret-1-dev