Skip to content

Releases: ZaparooProject/zaparoo-core

v2.1.1

07 Jan 16:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0

07 Jan 12:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.1.0

v2.1.0-rc5

05 Jan 11:08
9b34020
Compare
Choose a tag to compare
v2.1.0-rc5 Pre-release
Pre-release

What's Changed

Full Changelog: v2.1.0-rc4...v2.1.0-rc5

v2.1.0-rc4

04 Jan 11:14
f22dde2
Compare
Choose a tag to compare
v2.1.0-rc4 Pre-release
Pre-release

What's Changed

Full Changelog: v2.1.0-rc3...v2.1.0-rc4

v2.1.0-rc3

03 Jan 13:12
b048be7
Compare
Choose a tag to compare
v2.1.0-rc3 Pre-release
Pre-release

What's Changed

Full Changelog: v2.1.0-rc2...v2.1.0-rc3

v2.1.0-rc2

02 Jan 12:51
Compare
Choose a tag to compare
v2.1.0-rc2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.1.0-rc2

v2.0.1

09 Nov 03:07
Compare
Choose a tag to compare

This is a minor release that only affects the MiSTer platform.

The MiSTer GUI (when running tapto from the Scripts menu) has a new Export Log button which allows uploading the active TapTo log file from /tmp/tapto to termbin.com (exactly how the old TapTUI script did) or copying it to the root of the SD card so it can be transferred to a computer.

The games database update button and database status display has been removed to prepare for some further backend updates. Please use the TapTo Life app to update it or trigger it via an API call: tapto.sh -api media.index

v2.0.0

03 Nov 16:07
Compare
Choose a tag to compare

Version 2.0.0 of TapTo has several breaking changes compared to the previous versions:

  • The TapTo Life app must be updated to the latest version available on the app stores (v1.2) before it can connect to TapTo.
  • The taptui.sh script has now been deprecated and will no longer be shipped with TapTo on MiSTer. It may be updated to be compatible again in the future, but the TapTo Life app is now the primary supported way to interact with the TapTo service.
  • Management of mappings is not yet integrated in the TapTo Life app. Either use the TapTo CLI and API to manage them manually or use the old nfc.csv file temporarily. This functionality will be added to the TapTo Life app soon.
  • Writing to tokens using a physical NFC reader is also not implemented in the TapTo Life app yet, but will also be added soon. Either use the app itself to write or use the CLI.

New Features

Some of these features are still in process of being documented. Please ask in the Discord if you need help using them until documentation is available on the TapTo wiki.

  • First release of TapTo for Windows is now available! Please be aware it's still in heavily development and more a proof of concept. It works with PN532 readers, ACR122U readers, the TapTo Life app and launchers like Steam, LaunchBox and Flashpoint. Please join the wizzo.dev Discord server if you'd like to join in development and testing!
  • A new JSON-RPC over WebSocket API is now used in TapTo with the old REST-based one being completely deprecated. Please see the API wiki article for instructions how to use it. It is still in development.
  • New alternate launchers have been added for Sinden cores which allow setting a token to explicitly launch a Sinden core variant, for example by adding ?launcher=SindenSNES to the end of a launch command. Sinden cores must be moved to the _Sinden menu folder to work with this feature. Sinden launchers also set the appropriate setnames as per current community usage.
  • The mister.script command has a new option to run a script in the background.
  • All launch commands can have their core overridden with the ?launcher=... argument.
  • Initial implementation of an optical drive reader has been added which allows using CDs on MiSTer to launch games via a USB CD drive.
  • Multiple PN532 reader devices can now be used at once plug and play.
  • Alternate launchers for all LLAPI cores have been added.
  • Alternate launchers for all PWM cores have been added.
  • Alternate launchers for N64 80mhz and PSX2X cores have been added.
  • AmigaVision now indexes and can be searched from TapTo Life.
  • NeoGeo system now supports .zip and folder game files to be indexed and search from TapTo Life.

Bug Fixes

  • The mister.script command will fallback to headless/silent running if the Linux framebuffer is not available (like on a CRT).
  • Various fixes added to avoid crashes caused by NFC toy checks during scans.
  • Game database will now be properly cleared out when a partial rescan is done.
  • NeoGeo and NeoGeoCD systems are now correctly defined and will no longer conflict during index and in TapTo Life searching.

Other Changes

  • The ao486 system has been renamed to DOS and a new PC system has been added alongside it.
  • The /dev/serial path is no longer used for device detection to avoid conflicts in clone USB chips.
  • API launch text is now normalized to avoid issues with UTF input and similar characters. This may be changed.
  • Launches can now be run concurrently (like if a launch is long running) and individual commands are now blocking. You probably won't notice anything except that a HTTP GET or POST will now block before running the next command.

Full Changelog: v1.5.1...v2.0.0

v1.5.1

28 Jul 07:47
Compare
Choose a tag to compare

This is a minor bugfix release to address issues with TapTo and the Sinden Lightgun working together on Linux-based platforms including MiSTer and MiSTeX. Sinden Lightguns will now be explicitly ignored during scans for NFC readers attached to the host.

Full Changelog: v1.5.0...v1.5.1

v1.5.0

09 Jul 16:41
Compare
Choose a tag to compare

TapTo v1.5.0 includes many major backend changes to better support new readers and prepare for porting to new platforms. It also introduces some fun new features!

New Features

  • MiSTex added as an official supported platform for TapTo
  • Multiple NFC readers plugged in at once is now supported (README)
  • New file based virtual reader support added (README)
  • Arcade cores are now written to the /tmp/ACTIVEGAME file when started
  • TapTo now verifies card writes were successful after writing
  • New serial reader driver added for custom TapTo readers (README)
  • PCSC driver is now included in libnfc
  • New input.keyboard token command added (README)
  • New launch.search token command added (README)
  • The launch.random token command has been expanded game searching and folder support (README)
  • New mister.script token command added to launch MiSTer scripts directly (README)
  • New input.gamepad token command added (README)
  • New experimental feature added to change API port and add basic auth (README)
  • Added button to tapto.sh GUI to update games database

Bug Fixes

  • TapTUI script now reads and writes using connected NFC readers without issues
  • Version in MiSTer tapto.sh GUI is now correct
  • The /media/network path is now included in games indexing
  • Auto-probe should now affect other connected serial devices far less (tty2oled, MiSTer Spinner, etc.)

What's Changed

New Contributors

Full Changelog: v1.4...v1.5.0