Releases: North-West-Wind/CurseForge-CLI
Release list
Better version control & Adapting to new API
You can now install modpacks with a modpack ZIP ID. Check the Wiki for usage and example.
Fixed downloadUrl null
The mod downloader should now be more consistent at successfully downloading a mod.
Fixed 403 Errors
This update replaced the old API URL with a wrapper on https://northwestwind.ml to fix all 403 HTTP errors thrown by the old URL.
Support for running from another directory
This is designed for users who want to put this into their PATH variable. The program will always store configurations at where it is.
Note: If you have run CurseForge CLI before, you may have to change the cf.json a bit. Open you cf.json and you should see directory. If you see it starts with "./", please change it to its full path.
This update also includes more refined wrapper (batch file or shell script). I recommend downloading the new zip.
Profile "update" retains old mods
Fixed the profile update command removing old mod even when the new mod download fails.
This also fixed acceptParent.
Fixed "update" deleting mods
This makes updating modpack much faster.
Version Controller
You can now install multiple versions of the same modpack!
In order to do that, run curseforge modpack install <ID> just like you would do normally, but you can add an extra argument at the end, which is the FileID. It is the ID of the zip file of the modpack on CurseForge.
However, please note that all modpacks installed with a file ID will NOT update when you call curseforge modpack update <ID>.
Retries, Old Folder Deletion and Better Exceptions
Added retries for downloads. Users can change this value in configuration to determine how many times the program will try to download if an error was received.
On some modpack installation errors, the old folder is remained and the program throws errors about it. Users can now decide whether or not to delete the folder in order to install.
Exceptions are now more specific by using Java's different types of exceptions.
Fixed modpack installation error again
1.2.5 Fixed modpack installtion error again
Split Update and Repair
Modpack update will now not re-download every single mod.
If you want to repair an installed modpack, use modpack repair instead.