Skip to content

Releases: WilderForge/thrixlvault

0.10.0.1

09 Dec 18:14

Choose a tag to compare

What's Changed

  • Fixed a process leak when downloading from steam
  • Upgrade CodeQL action versions to v4 by @Gamebuster19901 in #40

Full Changelog: 0.10.0.0...0.10.0.1

0.10.0.0

09 Dec 02:57
20edcef

Choose a tag to compare

What's Changed

  • Renamed ChrysalisizedVault#delete -> ChrysalisizedVault#purge and deprecated the method

  • Updated MassHash to version 1.3.2.1

  • DatabaseIntegerityErrors thrown by ChrysalisizedVault#verifyBlobs now includes the cause

  • Added javadoc and did some code cleanup

  • 0.10.0.0 by @Gamebuster19901 in #39

Full Changelog: 0.9.1.2...0.10.0.0

0.9.1.2

08 Dec 07:56

Choose a tag to compare

  • FIxed issues with sorting WildermythManifests

Full Changelog: 0.9.1.1...0.9.1.2

0.9.1.1

07 Dec 05:34

Choose a tag to compare

  • Fixed StackOverflowError when attempting to retrieve WildermythManifest via WildermythManifest#get
  • Fixed issues with comparing re-released wildermyth versions

Full Changelog: 0.9.0.0...0.9.1.1

0.9.0.0

01 Dec 01:47

Choose a tag to compare

  • Fixed manifest declarations for version unkn_008
  • Improved manifest downloading, ability to skip downloads
  • Fixed some issues in SteamDownloader

Full Changelog: 0.8.2.0...0.9.0.0

0.8.2.0

20 Nov 02:07

Choose a tag to compare

  • Fixed ClassCastException when comparing StringVersion and SemanticVersion

Full Changelog: 0.8.1.0...0.8.2.0

0.8.1.0

20 Nov 02:01

Choose a tag to compare

  • IVerioned.compareTo() now uses asVersion() instead of parsing the raw version string, allowing implementations to supply their own semver compatible parsing logic. This fixes incorrect comparisons when version() returns non-semver strings.
  • Fixed WildermythManifest not correctly using the patch number in their ordering calcuation

Full Changelog: 0.8.0.0...0.8.1.0

0.8.0.0

20 Nov 01:03

Choose a tag to compare

What's Changed

  • Added some helper methods to WildermythManifest
  • All IVersioned instances now implement Comparable<IVersioned>
  • Bump junit_version from 6.0.0 to 6.0.1 by @dependabot[bot] in #34
  • Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0 by @dependabot[bot] in #37
  • Bump commons-io:commons-io from 2.20.0 to 2.21.0 by @dependabot[bot] in #36

Full Changelog: 0.7.1.0...0.8.0.0

0.7.1.0

30 Sep 16:54
6d7a4b8

Choose a tag to compare

What's Changed

  • Updated dependencies. No code changes.

  • Bump org.junit.platform:junit-platform-launcher from 1.13.0 to 6.0.0 by @dependabot[bot] in #31

  • Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.19.0 by @dependabot[bot] in #30

  • Bump org.apache.logging.log4j:log4j-core from 2.24.3 to 2.25.2 by @dependabot[bot] in #29

  • Bump com.google.guava:guava from 33.4.8-jre to 33.5.0-jre by @dependabot[bot] in #28

  • Bump commons-io:commons-io from 2.19.0 to 2.20.0 by @dependabot[bot] in #26

  • Bump com.google.code.gson:gson from 2.13.1 to 2.13.2 by @dependabot[bot] in #27

  • Bump com.wildermods:masshash from 1.3.1.0 to 1.3.2.0 by @dependabot[bot] in #33

Full Changelog: 0.6.0.0...0.7.1.0

0.7.0.0

01 Sep 00:51

Choose a tag to compare

  • Added method to get latest wildermyth version
  • Added Downloader abstract class

Full Changelog: 0.6.0.0...0.7.0.0