Skip to content

Releases: ArchipelagoMW/Java-Client

Version 0.1.13

24 May 03:04
135912d
Compare
Choose a tag to compare

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

01 Aug 18:38
Compare
Choose a tag to compare

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

31 Jul 05:44
Compare
Choose a tag to compare

Adds missing data storage operations.

Archipelago.MultiClient.Java v1.10

31 Jul 05:07
Compare
Choose a tag to compare

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

05 Jan 16:41
Compare
Choose a tag to compare

Bump protocol version to AP version 0.3.7

Full Changelog: 1.7...1.8

Archipelago.MultiClient.Java v1.7

02 Jan 20:06
Compare
Choose a tag to compare

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

21 Dec 20:28
Compare
Choose a tag to compare