Skip to content

Commit

Permalink
Version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
proninyaroslav committed Sep 9, 2024
1 parent fa69fc1 commit d97ff13
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 3 deletions.
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### Version 1.6.0 (2024-09-09)

- Added "unlimited" tracking frequency limit
- Migration to asynchronous (non-blocking UI) app preferences
- Bugfixes:
- Infinite progress bar after closing a dialog on tablets and desktop
- Recognition of some non-standard system locales
- Logic of work and display of postal services with the delivered status

### Version 1.5.1 (2024-08-20)

- Fix crash if there is no information about the parcel's movement
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/11.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Added "unlimited" tracking frequency limit
- Migration to asynchronous (non-blocking UI) app preferences
- Bugfixes:
- Infinite progress bar after closing a dialog on tablets and desktop
- Recognition of some non-standard system locales
- Logic of work and display of postal services with the delivered status
6 changes: 6 additions & 0 deletions fastlane/metadata/android/ru/changelogs/11.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Добавлено "неограниченное" ограничение частоты отслеживания
- Переход на асинхронные (неблокирующие UI) настройки приложения
- Исправления ошибок:
- Бесконечный прогресс бар после закрытия диалога на планшетах и десктопе
- Распознавание некоторых нестандартных системных локалей
- Логика работы и отображения почтовых сервисов с доставленным статусом
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.5.1+10
version: 1.6.0+11

environment:
sdk: ">=3.5.0 <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.5.1
version: 1.6.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.5.1
source-tag: 1.6.0
flutter-target: lib/main.dart
build-packages:
- libsecret-1-dev
Expand Down

0 comments on commit d97ff13

Please sign in to comment.