Skip to content

Releases: TOLoneWolf/curseDownloader

Curse Pack Downloader 0.3.1.6

12 Aug 19:10
Compare
Choose a tag to compare

Changed User-Agent header to make it possible to identify when receiving requests from this specific client.

Curse Pack Downloader 0.3.1.5

11 Jun 03:07
Compare
Choose a tag to compare

Added in alternate mod lookup with https://cursemeta.dries007.net service. Will first attempt to use curse to find the selected mod version, and on failure will try dries next, and finally error out if that also fails to find the mod file and report the url used.

upped version number.
fixed temp file path var.

This should solve the problem of downloading modpacks that use mod versions that where deleted files from curses front end but still exist on the file server. Example #3

Curse Pack Downloader 0.3.1.4

23 May 00:49
Compare
Choose a tag to compare

Finish off windows console and GUI independent parts maybe? Windows cx_freeze will now compile command line interface (CLI), and graphical user interface (GUI) versions so you can have that nice clean looking GUI or console for scripted input.

  • Redirected sys.stderr to GUI text box for error messages if running in GUI. So if something strange happens you should see the error I think.
  • Setup.py - minor change for CLI windows, changed base to console instead of none (same result, just looks better in the code).
  • Updated version number.
  • If GUI only then skip text progressbar start.

Curse Pack Downloader

24 Dec 21:30
Compare
Choose a tag to compare

Curse changed the url used when loading from the project id.
Changed "mc-mods" to "projects" in the request url code.
should fix #1's issue.

Curse Pack Downloader 0.3.1.2

06 Dec 20:53
Compare
Choose a tag to compare

Fix headless GUI mode that I broke by adding in the download progress bars for the GUI. oops (good thing i decided to try it now at least).

Curse Pack Downloader 0.3.1

01 Dec 04:29
Compare
Choose a tag to compare
  • Changed how the file is saved as it is downloaded to allow download bar use.
  • Added byte file size convert function.
  • Added download progress bar to console and GUI.
  • Added total unpacking progressbar to the GUI.
  • Added error catch for no file size found, and cancel file download if remote reports name as "download/404" and not a proper file name. Creates a log of the failed downloads to the same directory as the manifest file.
  • rearranged gui log scroll to the last which seems to fix the glitching blank screen on ubuntu test VM.

Curse Pack Downloader

09 Aug 19:24
Compare
Choose a tag to compare

Changes:

  • fix for the SSL authentication error allowing files to be downloaded again from the compiled versions.