Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Releases: runetech/osrs-gamepack-downloader

Release v2.0

08 Jan 14:39

Choose a tag to compare

Split up the codebase to make it easier to use it as a lib

Release v1.3

22 Nov 17:20

Choose a tag to compare

  • 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

13 Nov 15:21

Choose a tag to compare

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

13 Nov 14:42

Choose a tag to compare

Added support for dumping out the jav_config.ws contents using the `-p` flag