Skip to content

Commit

Permalink
Bump to v2.4.0 (build 20400)
Browse files Browse the repository at this point in the history
Signed-off-by: Shengqi Chen <[email protected]>
  • Loading branch information
Harry-Chen committed Jan 15, 2025
1 parent 32caeb6 commit 89ea409
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Changelog

## 2.4.0

* Android: targets SDK 34 and requires minimum SDK 26.
* Upgrade build tools and dependencies.
* Ensure history doesn't become unreadable when an invalid card is read (#26).
* Update App Icons:
* Add adaptive and monochrome icons on Android.
* Add dark and tinted icons on iOS.
* Show Flutter builtin open-source license page instead of handcrafted HTML.

## 2.3.0

* Upgrade to Flutter 3.
* Published to F-Droid.

## 2.2.0

* Support null-safety, refactor i18n.
* Numerous card reading fixes.
* Android: targets SDK 31.
* Support reading MacauPass.

## 2.1.0

* Support reading T-Money.
* Fixed many UI issues, e.g. dark background color for iOS.

## 2.0.0

* Initial release of Flutter version.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: nfsee
description: An NFC data dumper.
publish_to: none

version: 2.3.0+20301
version: 2.4.0+20400

environment:
sdk: ">=3.2.0 <4.0.0"
Expand Down

0 comments on commit 89ea409

Please sign in to comment.