Releases: WilderForge/thrixlvault
0.10.0.1
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
What's Changed
-
Renamed
ChrysalisizedVault#delete->ChrysalisizedVault#purgeand deprecated the method -
Updated MassHash to version 1.3.2.1
-
DatabaseIntegerityErrors thrown byChrysalisizedVault#verifyBlobsnow 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
- FIxed issues with sorting WildermythManifests
Full Changelog: 0.9.1.1...0.9.1.2
0.9.1.1
- 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
- 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
- Fixed ClassCastException when comparing StringVersion and SemanticVersion
Full Changelog: 0.8.1.0...0.8.2.0
0.8.1.0
IVerioned.compareTo()now usesasVersion()instead of parsing the raw version string, allowing implementations to supply their own semver compatible parsing logic. This fixes incorrect comparisons whenversion()returns non-semver strings.- Fixed
WildermythManifestnot correctly using the patch number in their ordering calcuation
Full Changelog: 0.8.0.0...0.8.1.0
0.8.0.0
What's Changed
- Added some helper methods to
WildermythManifest - All
IVersionedinstances now implementComparable<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
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
- Added method to get latest wildermyth version
- Added Downloader abstract class
Full Changelog: 0.6.0.0...0.7.0.0