diff --git a/changelog.md b/changelog.md index 242e8551..39e57465 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,36 @@ -# MultiMC 0.6.15 +# MultiMC 0.6.16 + +This brings some good and bad changes to modpack platforms, along with various fixes. + +We've added Modrinth as a directly supported modpack platform. It's nice, and the list of packs availale from it is slowly growing. + +We can no longer directly import FTB modpacks from the FTB platform. Instead, this has been replaced by import from the [FTB App](https://www.feed-the-beast.com/app). You can get FTB modpacks through the FTB App and then import them into MultiMC using the `FTB App Import` page in `Add Instance`. + +We can also no longer directly download CurseForge modpacks, although this should be only temporary (once the issues we have with the CurseForge API ToS are resolved, it will make a comeback). Currently, you can get CurseForge packs using the `FTB App Import`, just make sure you switch the FTB App to the CurseForge mode. The button for that isn't too obvious, look for the CurseForge logo. + +Aside from these changes, the release brings some general fixes. + +#### Changes, itemized. + +- Modrinth platform has been added, along with importing `.mrpack` files. +- FTB App Import has been added as a way to automate copying over modpacks installed using the FTB App. +- Curseforge platform and importing `.zip` files from the platform has been removed (replaced by FTB App Import). +- FTB platform has been removed (replaced by FTB App Import). +- MultiMC is now blocking passing the `-version` argument to the Java Runtime. This should stop some really strange (unaccounted for) things from happening. +- GH-3742: Added Quilt modloader installation button and support for importing Quilt-using modpacks in general. +- When the game crashes on Windows, MultiMC gives you a nicer representation of what the exit code could mean. +- Some odd corner cases when importing ATLauncher modpacks are now handled better. +- Custom player name for offline mode is now saved for your convenience. +- GH-3012: Added command line options to launch instances offline. + + Used like this: + ``` + ./MultiMC --launch 1.17.1 --offline --name Steve + ``` + +# Previous releases + +## MultiMC 0.6.15 This is mostly a bugfix release. @@ -27,8 +59,6 @@ This is mostly a bugfix release. - GH-4299: Fix crash when uploading screenshots. - Added the capability to copypaste screenshots as raw images (to image editors) and files (to file explorers). -# Previous releases - ## MultiMC 0.6.14 This further refines Microsoft account support, along with small fixes related to modpack platforms and Java runtime detection.