NOISSUE update the changelog

This commit is contained in:
Petr Mrázek 2018-12-26 01:37:49 +01:00
parent 3e60e770b5
commit 037fb6fdb7

View File

@ -1,6 +1,81 @@
# MultiMC 0.6.2
# MultiMC 0.6.3
## New or changed features
This is a release mostly aimed at getting all the small changes and fixes out of the door.
### Potentially breaking changes
- Local libraries are only loaded from inside the instances now.
Before, MultiMC allowed loading local libraries from the main `libraries` folder.
This in turn allowed existence of instances which could not be transported from one installation of MultiMC to another.
GH-2475: A bug that allowed the launch to continue with missing local libraries has also been fixed.
Effectively, you will get errors from launching such instances. You can fix the errors by copying the libraries to the locations indicated in the error log.
### New or changed features
- FTB import now has support for third party modpack codes.
Better late than never?
- Instance creation can now be interrupted / aborted.
- GH-2053: You can now inspect and change the `servers.dat` file from MultiMC.
- MultiMC now uses the https protocol for many more network requests.
- GH-2352: There is now a button to open the `.minecraft` folder inside the selected instance.
- GH-2232: MultiMC can now use `.gif` icons (not animated).
- GH-2101: Instance renaming is now done inline, in the actual instance list.
- GH-2452: When deleting a group, MultiMC asks for confirmation.
- GH-1552: PermGen is no longer shown when it's not appropriate (java 8 and up).
- GH-2144: When changing versions of a component like Forge, the current version is marked with `(installed)`.
- GH-2374: World list has been improved:
- Alternating line background colors have been added.
- The world game type is now shown in a column.
- GH-2384: When installing a mod, existing mod with the same file name will be replaced.
- The background cat sometimes wears a silly hat.
### Bugfixes
- GH-2252: Fixed odd drag and drop behaviour on Windows
Drag and drop of URLs from a browser locked up the browser. This needs further fixes on macOS.
Instance naming fixes:
- GH-2355: Whitespace prefix or suffix is no longer allowed.
- GH-2238: Newlines in instance names are no longer allowed either.
- GH-2412: MultiMC no longer leaves behind zombie processes after launch on linux.
- GH-2382: Version filter for the forge/liteloader version lists was not matching the whole version name.
- GH-2488: More issues with broken relative URL redirection in Qt have been fixed.
- Some memory leaks of downloaded data have been fixed.
- MultiMC now handles instance groups and instance group saving better.
Long deleted groups no longer persist in the group list.
- GH-2467: Broken (and nonsensical) sorting indicators have been removed from the versions page header.
# Previous releases
## MultiMC 0.6.2
### New or changed features
- MultiMC now has FTB integration:
@ -34,7 +109,7 @@
- MultiMC now probes the system for the name of the linux distribution as part of analytics. This will be used to focus future packaging efforts.
- Secret cheat code has been added... What does it do?
## Bugfixes
### Bugfixes
- VisualVM integration now works when VisualVM is bundled inside the MultiMC folder (uses a relative path).
- When reinstalling a component, or changing a component version, the custom version is now removed first.
@ -47,8 +122,6 @@
- GH-2154: MultiMC now ignores the `hidden` flag of instance folders and they should show up correctly.
- When migrating Legacy instances, custom `minecraft.jar` will be preserved.
# Previous releases
## MultiMC 0.6.1
### New or changed features