Releases: ZaparooProject/zaparoo-core
v2.1.1
What's Changed
- Fix tracker being called too early in startup by @wizzomafizzo in #173
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- Add initial concept of playlists by @wizzomafizzo in #119
- Add Support for 320x240 Video Playback via mplayer by @spark2k06 in #117
- MiSTer video support improvements by @wizzomafizzo in #120
- Add SteamOS as a supported platform by @wizzomafizzo in #121
- New config format and rebrand by @wizzomafizzo in #124
- Support mappings from TOML files by @wizzomafizzo in #126
- Rename launch, shell and fix allow_* config options by @wizzomafizzo in #133
- Add launching media by system and title (filename) by @wizzomafizzo in #135
- New launchbox systems by @wizzomafizzo in #137
- Handle #105 error and add back auto-detect option by @wizzomafizzo in #139
- Add standard CLI to windows binary by @wizzomafizzo in #140
- Automatic release builds by @Spice-King in #142
- Bunch of bugs fixed by @wizzomafizzo in #144
- API updates by @wizzomafizzo in #146
- Serve embedded app on web server by @wizzomafizzo in #147
- Add new before_exit hook for systems by @wizzomafizzo in #148
- Add redirect from /app to /app/ in server routes by @wizzomafizzo in #161
- Add status messages for service start and stop states by @wizzomafizzo in #162
- Add .ahk extension to the Generic launcher by @wizzomafizzo in #163
- Fixing reported windows bugs by @wizzomafizzo in #164
- More windows fixes by @wizzomafizzo in #166
- Workaround to fix mister tracker by @wizzomafizzo in #167
- Fixing some edge cases with mister tracker by @wizzomafizzo in #169
New Contributors
- @Spice-King made their first contribution in #142
Full Changelog: v2.0.1...v2.1.0
v2.1.0-rc5
What's Changed
- Workaround to fix mister tracker by @wizzomafizzo in #167
- Fixing some edge cases with mister tracker by @wizzomafizzo in #169
Full Changelog: v2.1.0-rc4...v2.1.0-rc5
v2.1.0-rc4
v2.1.0-rc3
What's Changed
- Add redirect from /app to /app/ in server routes by @wizzomafizzo in #161
- Add status messages for service start and stop states by @wizzomafizzo in #162
- Add .ahk extension to the Generic launcher by @wizzomafizzo in #163
- Fixing reported windows bugs by @wizzomafizzo in #164
Full Changelog: v2.1.0-rc2...v2.1.0-rc3
v2.1.0-rc2
What's Changed
- Add initial concept of playlists by @wizzomafizzo in #119
- Add Support for 320x240 Video Playback via mplayer by @spark2k06 in #117
- MiSTer video support improvements by @wizzomafizzo in #120
- Add SteamOS as a supported platform by @wizzomafizzo in #121
- New config format and rebrand by @wizzomafizzo in #124
- Support mappings from TOML files by @wizzomafizzo in #126
- Rename launch, shell and fix allow_* config options by @wizzomafizzo in #133
- Add launching media by system and title (filename) by @wizzomafizzo in #135
- New launchbox systems by @wizzomafizzo in #137
- Handle #105 error and add back auto-detect option by @wizzomafizzo in #139
- Add standard CLI to windows binary by @wizzomafizzo in #140
- Automatic release builds by @Spice-King in #142
- Bunch of bugs fixed by @wizzomafizzo in #144
- API updates by @wizzomafizzo in #146
- Serve embedded app on web server by @wizzomafizzo in #147
- Add new before_exit hook for systems by @wizzomafizzo in #148
New Contributors
- @Spice-King made their first contribution in #142
Full Changelog: v2.0.1...v2.1.0-rc2
v2.0.1
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
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
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
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
- Improve write api endpoint by @wizzomafizzo in #61
- Split all MiSTer code from TapTo core by @wizzomafizzo in #66
- WIP Create new Reader interface by @wizzomafizzo in #67
- Update mister.md by @sreuter in #69
- Stub old docs by @wizzomafizzo in #70
- Add back systems metadata by @wizzomafizzo in #71
- Bug fixes by @wizzomafizzo in #72
- Use Task for builds by @wizzomafizzo in #74
- Miscellaneous fixes by @wizzomafizzo in #75
- Add reader ini option by @wizzomafizzo in #76
- Add MiSTeX platform support by @wizzomafizzo in #77
- Add simple serial driver by @wizzomafizzo in #78
- Add pcsc support to libnfc by @wizzomafizzo in #79
- Add multikey keyboard input command by @wizzomafizzo in #80
- Launch via search by @wizzomafizzo in #81
- Improve random command by @wizzomafizzo in #82
- Add support for launching scripts on MiSTer by @wizzomafizzo in #83
- More misc features by @wizzomafizzo in #84
- Simple serial improvements by @wizzomafizzo in #85
New Contributors
Full Changelog: v1.4...v1.5.0