Releases: ArchipelagoMW/Java-Client
Releases · ArchipelagoMW/Java-Client
Version 0.1.13
Patch Notes
- update to allow duplicate ID's from different games.
- convert from gradle to maven.
- prep for upload to central maven repo.
- Implemented fix #4
- switched to checksum for datapackage.
Usage
Maven
add the following to your pom.xml
<dependency>
<groupId>dev.koifysh</groupId>
<artifactId>archipelago-client</artifactId>
<version>0.1.13</version>
</dependency>
Gradle
add the following to your repositiories section:
mavenCentral()
And add this to your dependancies section:
implementation 'dev.koifysh:archipelago-client:0.1.13'
Archipelago.MultiClient.Java v1.12
fixes issue where single locations would fail to send.
changes scout locations to only scout for valid locations in the datapackage for current set game.
Full Changelog: 1.11...1.12
Archipelago.MultiClient.Java v1.11
Adds missing data storage operations.
Archipelago.MultiClient.Java v1.10
small bug fix update to not send invalid location ID's to the server. This can cause disconnects with location scouts.
Archipelago.MultiClient.Java v1.8
Bump protocol version to AP version 0.3.7
Full Changelog: 1.7...1.8
Archipelago.MultiClient.Java v1.7
Small bugfix to stop the wrong report of an SSL exception when falling back to non-ssl connection on non-ssl servers.
Archipelago.MultiClient.Java v1.6
version bump