Skip to content

Commit

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

- Fix "Bad state" crash
- Fix "missing account" message during parcel refresh

### Version 1.6.0 (2024-09-09)

- Added "unlimited" tracking frequency limit
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/12.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fix "Bad state" crash
- Fix "missing account" message during parcel refresh
2 changes: 2 additions & 0 deletions fastlane/metadata/android/ru/changelogs/12.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Исправлен "Bad state" сбой
- Исправлено сообщение "Аккаунт отсутствует" во время обновления посылки
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.6.0+11
version: 1.6.1+12

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.6.0
version: 1.6.1
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.6.0
source-tag: 1.6.1
flutter-target: lib/main.dart
build-packages:
- libsecret-1-dev
Expand Down

0 comments on commit 729ca49

Please sign in to comment.