This repository has been archived by the owner on Nov 23, 2021. It is now read-only.
Releases: ArchipelagoMW/Z3Client
Releases · ArchipelagoMW/Z3Client
v0.18.2 - More DeathLink Fixes
Bugfixes
- Update DeathLink protocol implementation to send and expect correct data
- Should fix compatibility with LttPClient and FactorioClient
v0.18.1 - DeathLink Bugfixes
Bugfixes
- Fixed a bug causing DeathLink requests to always kill the player, even if they did not enable DeathLink
v0.18.0 - Add Support for DeathLink
Changelog
- Added support for DeathLink
v0.17.0 - Internals Update and Add Linux Support
Changelog
- Changed the internal name of the client to Z3Client (was previously Archipelago-Z3Client)
- Added build scripts for Linux
- Config and log files are now stored in a different place
AppData/Roaming/z3client-info
on Windows~/.z3client-info
on Linux
If you are using Windows, it is recommended to uninstall the old Z3Client before installing this version!
The internal name change will cause the program to be installed as a separate program on Windows. While the two can peacefully coexist, uninstalling the previous version (Archipelago-Z3Client
) is recommended to prevent confusion.
v0.16.2 - Restore Logging
Bugfixes
- Restore logging from the main process
v0.16.1 - Stability Updates
Bugfixes
- Fixed a bug which could cause SNI to launch multiple times under certain circumstances
- Prevent multiple reconnect attempts from running in parallel
- Prevent reconnect attempts when the user has entered an empty value into the server box
- Prevent spamming SNI initialization functions if the user rapidly clicks the "Device Refresh" button
v0.16.0 - Protocol Update
Changelog
- Client now requires AP server version v0.1.9 due to a protocol update
v0.15.0 - Quality of Life Improvements
Changelog
- Added
/locations
command, which will print all checked locations to the console - Added
/help
command, which will print all available slash commands to the console - Scrolling up in the console window will now pause auto-scrolling
- Added a friendly placeholder message to the command input
v0.14.0 - Password Support
Changelog
- Add support for AP server passwords via the
connect
slash command. Usage:/connect [server] [password]
- Client now requires AP server version 0.1.8
- Updated SNI to version 0.51.0
v0.13.0 - Maintenance Release
Changelog
- Added support for Bounce/Bounced packets as a makeshift keep-alive packet
- Z3Client now requires AP server version 0.1.7 or greater