Skip to content

v1.0

Compare
Choose a tag to compare
@wizzomafizzo wizzomafizzo released this 21 Jan 12:47
· 83 commits to main since this release
842477d

TapTo v1.0 is now released! This is intended as a migration release, with fairly minimal obvious changes, except to move the project to its own repository and rebrand from "NFC script" to TapTo.

It should be a straightforward change for you, just download these files to the Scripts folder on your MiSTer and run tapto from the Scripts menu. TapTo will do the rest, making any necessary changes to switch you over from the nfc script.

TapTo will replace the NFC script in the MiSTer Extensions repo on update_all and be available there. This change will automatically happen, but you'll have old NFC script files hanging around until TapTo is run for the first time.

New Features

  • A new exit_game option has been added, which makes it so when a token has been removed from the reader it will quit the core back to the menu. This is disabled by default, but can be enabled by adding exit_game = yes to your tapto.ini file.

Changes From NFC Script

  • Executable is renamed to tapto.sh.
  • All files stored in /tmp are now stored in /tmp/tapto.
    • All /tmp files are renamed from "nfc" to "tapto" where appropriate.
    • Except for /tmp/NFCSCAN, which is now called /tmp/TOKENREAD.
  • The nfc.ini file is now called tapto.ini.
    • Header of .ini file is now [tapto].
  • The log file format has been changed to JSON.
  • The nfcui script has been renamed to taptui and now supports TapTo.

The nfc.csv remains the same, and the Remote app has already been updated to support TapTo.