This repository has been archived by the owner on Jul 19, 2019. It is now read-only.
Releases: CodingBadgers/ModPack-Installer
Releases · CodingBadgers/ModPack-Installer
2.3.0
- @thefishlive fa32263 Update to latest libs generator plugin
- @thefishlive ff5516b Add plugin to generate libraries file on build
- @thefishlive 49a2cd3 Validate all packed downloads
- @thefishlive d760b8b Fix issues with mojang downloads not providing a hash and the installer crashing
- @thefishlive ad38fdf Add support for new crash reporting system
- @thefishlive 3ba4144 Fix issue with launcher not loading profiles correctly
2.2.1
- @thefishlive 3a7eeed Updated mojang-launcher lib version
2.2.0
- @thefishlive 9b68d99 Make sure data is written to profiles file
- @thefishlive f785952 Use logger formatting not concatenation
- @thefishlive 2db5416 Reformat code
- @thefishlive 62b2b53 Correct version from transfer
- @thefishlive 034c9f7 Allow loading of custom base-url in from manifest
- @thefishlive 57cf67b Check to make sure that we arn't running a minecraft instance and trying to install this modpack
- @thefishlive 85085cc Convert from Gradle to Maven
- @thefishlive c06f94c Cleanup support for internal options
- @thefishlive 5a4b0bb Clean up handling of compressed files.
2.1.1
- @thefishlive a84de73 Remove need for build.properties file
2.1
- @thefishlive 1a25b68 Fix for libraries not being put in the correct directories
- @thefishlive 1ad0e62 Fix crash if a settings file didn't exist
- @thefishlive bdebafc Convert to log4j2
2.0
- @thefishlive 3977a1c Update installer lib to latest version
- @thefishlive 9513e46 Cleanup handling of launcher profiles files
- @thefishlive 068da16 Only download the jar if one doesn't already exist
- @thefishlive dba3e23 Better error handling if a task fails
- @thefishlive 027b938 Fix fucked up appender
- @thefishlive 2243a1e Better error handling for the installer
- @thefishlive 43af0a4 Remove proguard from build
- @thefishlive 7613972 Convert error logger to use different appender
- @thefishlive 24c4368 Initial commit