Skip to content

Commit

Permalink
Bump NFC Magic version (#91)
Browse files Browse the repository at this point in the history
Co-authored-by: あく <alleteam@gmail.com>
  • Loading branch information
Astra and skotopes authored Dec 19, 2023
1 parent ec6625c commit cf7600a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions nfc_magic/.catalog/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.4

- Auth with password option moved into new submenu "Gen4 actions"
- New function: Get gen4 card revision
- New function: Get gen4 card config (shows only when debug ON)
- New function: Set default config: for 06 A0 gen4 cards "revival". This revision of the cards may "fall into a coma" when interacting with it. In this state, she does not respond to any commands. This problem is solved by writing a standard config to the card

## 1.3
- Fix incorrect gen4 password usage

Expand Down
2 changes: 1 addition & 1 deletion nfc_magic/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ App(
],
stack_size=4 * 1024,
fap_description="Application for writing to NFC tags with modifiable sector 0",
fap_version="1.3",
fap_version="1.4",
fap_icon="assets/125_10px.png",
fap_category="NFC",
fap_private_libs=[
Expand Down

0 comments on commit cf7600a

Please sign in to comment.