Releases: runetech/osrs-gamepack-downloader
Releases · runetech/osrs-gamepack-downloader
Release v2.0
Split up the codebase to make it easier to use it as a lib
Release v1.3
- Fixed a bug where calling
dump
on the gamepack would not close the file handle on the JAR - Split up the JUnit tests to separate classes
- Added new Tests that execute the program via the Main method to ensure 100% coverage
v1.2
The downloader will now always download the gamepack, this means that flags like -r
for printing the revision and -p
for printing the config can be used while still downloading the gamepack.
- Added
--dry-run
flag to skip writing gamepack to filesytem - Added a space after printing the config
v1.1
Added support for dumping out the jav_config.ws contents using the `-p` flag