Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
proninyaroslav committed Aug 12, 2021
1 parent 1b671b1 commit 59cac1d
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 2 deletions.
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/4.txt
Original file line number Diff line number Diff line change
@@ -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
7 changes: 7 additions & 0 deletions fastlane/metadata/android/ru/changelogs/4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
* Добавлено:
- Поддержка Linux
- Отображение местоположения активности в уведомлении
* Улучшено различение статуса посылки
* Исправлено:
- [UPS] Обработка пустого местоположения активности
- Сериализация краш репортов
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
3 changes: 2 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -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: |
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 59cac1d

Please sign in to comment.