Skip to content

Commit

Permalink
Version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
proninyaroslav committed Aug 12, 2024
1 parent 2bdf467 commit d448483
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 25 deletions.
52 changes: 30 additions & 22 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,46 +1,54 @@
### Version 1.5.0 (2024-08-12)

- Added PostNord service
- Added QR code generation option
- [Linux] Fixed hiding window in the tray icon
- Small fixes

### Version 1.4.2 (2024-08-06)

* Fix launching on Android
* F-Droid split APK support
- Fix launching on Android
- F-Droid split APK support

### Version 1.4.1 (2024-07-27)

* Disable Android TV support
- Disable Android TV support

### Version 1.4.0 (2024-07-26)

* Android 14 support
* Migrate to Flutter 3
* New translations: Slovak, French
- Android 14 support
- Migrate to Flutter 3
- New translations: Slovak, French

### 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
- 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:
- Linux support
- Showing activity location in the notification
* Improving package status differentiation
* Bugfixes:
- [UPS] Handling empty activity location
- Crash report serializing
- 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
* Added Spanish translation
- Added Russian Post support
- Added Spanish translation

### Version 1.0.1 (2021-07-13)

Bugfixes:
- [UPS] Handling package activity without address
- Clicking of the notification crash

- [UPS] Handling package activity without address
- Clicking of the notification crash

### Version 1.0.0 (2021-06-18)

Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/9.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Added PostNord service
* Added QR code generation option
* [Linux] Fixed hiding window in the tray icon
* Small fixes
4 changes: 4 additions & 0 deletions fastlane/metadata/android/ru/changelogs/9.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Добавлен сервис PostNord
* Добавлена ​​возможность генерации QR-кода
* [Linux] Исправлено скрытие окна в иконку системного трея
* Небольшие исправления
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.4.2+8
version: 1.5.0+9

environment:
sdk: ">=3.4.4 <4.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: core22
version: 1.4.2
version: 1.5.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.4.2
source-tag: 1.5.0
flutter-target: lib/main.dart
build-packages:
- libsecret-1-dev
Expand Down

0 comments on commit d448483

Please sign in to comment.