Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Releases: ArchipelagoMW/Z3Client

v0.18.2 - More DeathLink Fixes

08 Nov 00:24
Compare
Choose a tag to compare

Bugfixes

  • Update DeathLink protocol implementation to send and expect correct data
  • Should fix compatibility with LttPClient and FactorioClient

v0.18.1 - DeathLink Bugfixes

06 Nov 04:19
Compare
Choose a tag to compare

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

06 Nov 01:07
Compare
Choose a tag to compare

Changelog

  • Added support for DeathLink

v0.17.0 - Internals Update and Add Linux Support

30 Oct 15:45
Compare
Choose a tag to compare

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

30 Oct 04:40
Compare
Choose a tag to compare

Bugfixes

  • Restore logging from the main process

v0.16.1 - Stability Updates

30 Oct 01:21
Compare
Choose a tag to compare

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

16 Oct 01:43
Compare
Choose a tag to compare

Changelog

  • Client now requires AP server version v0.1.9 due to a protocol update

v0.15.0 - Quality of Life Improvements

02 Oct 22:43
Compare
Choose a tag to compare

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

28 Sep 01:02
Compare
Choose a tag to compare

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

12 Sep 18:25
Compare
Choose a tag to compare

Changelog

  • Added support for Bounce/Bounced packets as a makeshift keep-alive packet
  • Z3Client now requires AP server version 0.1.7 or greater