Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
proninyaroslav committed Aug 24, 2021
1 parent 72227a4 commit 6d32dbf
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 3 deletions.
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### Version 1.3.0 (2021-08-24)

* Added USPS support
* Added Italian translation
* [Linux] System tray icon is disabled by default
* Bugfixes:
- [Linux] Sharing and opening links in Flatpak

### Version 1.2.0 (2021-08-12)

* Added:
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* Added USPS support
* Added Italian translation
* [Linux] System tray icon is disabled by default
* Bugfixes:
- [Linux] Sharing and opening links in Flatpak
5 changes: 5 additions & 0 deletions fastlane/metadata/android/ru/changelogs/5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* Добавлена поддержка USPS
* Добавлен Итальянский перевод
* [Linux] Иконка ситемного трея отключена по умолчанию
* Исправление ошибок:
- [Linux] Шеринг и открытие ссылок во Flatpak
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.2.0+4
version: 1.3.0+5

environment:
sdk: '>=2.13.0 <3.0.0'
Expand Down
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: libretrack
base: core18
version: 1.2.0
version: 1.3.0
license: GPL-3.0-or-later
summary: Private, cross-platform package tracking app.
description: |
Expand Down Expand Up @@ -43,7 +43,7 @@ parts:
libretrack:
plugin: flutter
source: https://github.com/proninyaroslav/libretrack.git
source-tag: 1.2.0
source-tag: 1.3.0
flutter-target: lib/main.dart
build-packages:
- libsecret-1-dev
Expand Down

0 comments on commit 6d32dbf

Please sign in to comment.