Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Releases: skyecodes/CMPDL

CMPDL v2.3.0

07 Jul 09:03
d7e2ada
Compare
Choose a tag to compare

Major

  • Now using Twitch App API
    • Should fix #12 and #17, please check if it works with this version !

Minor

  • Small visual tweaks

CMPDL v2.2.0

07 Oct 20:54
Compare
Choose a tag to compare

Thanks @Somrlik for his contribution !

Major

  • Now using CurseMeta v3
    • It may be slow and/or unstable, but it works. If it doesn't work for any reason, switch back to v2.1.1-hotfix.

Minor

  • Minor improvement to FileChooser in DestinationPaneController
  • Added .editorconfig and some stuff to .gitignore

CMPDL v2.1.1-hotfix [CurseMeta Hotfix]

20 Jun 16:42
Compare
Choose a tag to compare

This is a temporary version to use while the CurseMeta API is broken.

This hotfix allows you to extract a modpack from a downloaded ZIP file.

All other features won't work !

I'll close #12 when the CurseMeta API will be fixed. When the CurseMeta API is fixed, you'll be able to use CMPDL normally.

CMPDL v2.1.1

12 Apr 19:13
Compare
Choose a tag to compare

Bug Fixes

  • Fixed primary progress bar not updating on mods download

CMPDL v2.1.0

12 Apr 18:51
Compare
Choose a tag to compare

Minor

  • CMPDL now checks already downloaded files when re-importing a modpack (#8)
  • Added a way to import an already downloaded modpack (#7)
  • Added a "File ID" field in step 2 (#7)

CMPDL v2.1.0-b1

07 Apr 13:36
Compare
Choose a tag to compare
CMPDL v2.1.0-b1 Pre-release
Pre-release

Major

  • Revamped UI :
    • The UI is now "wizard-based", with multiple steps and visual informations
    • Step 1 allows you to choose the modpack with an URL or a project ID.
    • Step 2 asks you which modpack version you want to import.
    • Step 3 demands you the destination folder.
    • Step 4 imports the modpack.
  • Optimized project and file resolving tasks by using CurseMeta API instead of crawling pages
  • Changed dependencies :
    • Added OkHttp and jsoup.
    • The file now weights ~1MB which is larger than 2.0.0 releases, but still small.

Bug Fixes

CMPDL v2.0.0

05 Apr 19:45
Compare
Choose a tag to compare

Minor

  • Fixed #3

CMPDL v2.0.0-b3

30 Jul 12:50
Compare
Choose a tag to compare
CMPDL v2.0.0-b3 Pre-release
Pre-release

Major

  • Changed JSON dependency (from Gson to minimal-json)
    • Application size divided by 4 !

Minor

  • Fixed an issue causing a severe memory leak on Linux (JDK-8161911)
    • The title animation has been removed for non-windows OS :(
  • Fixed downloaded file number starting at 0 instead of 1
  • Reviewed logging syntax

This is a beta release. If you find a bug, please open an issue !

CMPDL v2.0.0-b2

29 Jul 21:04
Compare
Choose a tag to compare
CMPDL v2.0.0-b2 Pre-release
Pre-release
  • Fixed uneditable text fields after verification
  • Title animation as requested by Emex \o/

This is a beta release. If you find a bug, please open an issue !

CMPDL v2.0.0-b1

29 Jul 13:52
Compare
Choose a tag to compare
CMPDL v2.0.0-b1 Pre-release
Pre-release

Full rewrite of Vazkii's application.

  • Improved UI
  • Support for mods.curse.com website (may be temporary)

This is a beta release. If you find a bug, please open an issue !