Skip to content

Releases: wizzomafizzo/tapto

v1.4

21 May 14:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3...v1.4

v1.3

16 Apr 10:59
69a160e
Compare
Choose a tag to compare

This version of TapTo includes a major backend update that adds an HTTP REST API. It's currently undocumented until its full design is more fleshed out. Feel free to use it, but expect breaking changes until it's officially documented.

What's Changed

New Contributors

Full Changelog: v1.2...v1.3

v1.2

11 Mar 00:51
Compare
Choose a tag to compare
  • Support for launching AmigaVision games has been added Documentation
  • Support for launching ao486 and NeoGeo games has been greatly improved Documentation
  • Launching Famicom Disk System, SG-1000 and WonderSwan Color has now been fixed
  • TapTUI has been updated to support the http.post command (thanks @sigboe)
  • The launch.random command now supports multiple systems with a comma separated list Documentation
  • A -launch flag has been added to the tapto.sh binary allowing to test or manually run token strings

Breaking Changes

  • The argument separator for the http.post command has been changed to a comma , instead of a pipe |. This change was made to simplify parsing of chained commands and to match the format of other commands. Going forward, commands will prefer to use a comma as separator unless impossible.
  • The shorthand method of launching MiSTer cores (e.g. _Console/PSX) has been removed and a new command mister.core has been created to replace it. This was conflicting with a planned future way of writing game launch commands and is a niche feature only supported by MiSTer. Documentation

All Changes

New Contributors

Full Changelog: v1.1...v1.2

v1.1

25 Feb 13:01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0...v1.1

v1.0

21 Jan 12:47
842477d
Compare
Choose a tag to compare

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.

v1.0-beta4

20 Jan 11:25
b5943c3
Compare
Choose a tag to compare
v1.0-beta4 Pre-release
Pre-release

This is a release candidate for the v1.0 release of TapTo for MiSTer.

It's generally identical to the MiSTer Extensions NFC app, except for:

  • Executable name is renamed to tapto.sh
  • All files stored in /tmp are now stored in /tmp/tapto
    • All temp filenames renamed from nfc to tapto where appropriate
    • Except for /tmp/NFCSCAN, which is now called /tmp/TOKENREAD
  • nfc.ini file is now called tapto.ini
    • Header of .ini file is now [tapto]
  • TapTo will attempt to automatically migrate nfc.ini to the new format and uninstall the NFC app
  • A new exit_game option has been added to tapto.ini which will exit the current game when a card is removed
  • The log file format has been changed to JSON

MiSTer Extensions migration

13 Jan 13:26
Compare
Choose a tag to compare

This is a release of the NFC app from MiSTer Extensions v20240102-1 which can be used until a stable version of TapTo is released.

Feel free to use it for making and using tokens, they will continue to work in the next releases.

This release is fully compatible with the documentation in this project, except for these points:

  • The file is called nfc.sh instead of tapto.sh
  • The config .ini file is called nfc.ini instead of tapto.ini
  • The header in the .ini file is [nfc] instead of [tapto]

In the first stable release, these will all be changed to reflect the documentation.

Have fun!