summaryrefslogtreecommitdiffstats
path: root/changelog.md
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2018-01-29 23:56:03 +0100
committerPetr Mrázek <peterix@gmail.com>2018-01-29 23:56:03 +0100
commit3843a4ddb94f4be1b88d9564e3be3a7fc8f6a1e5 (patch)
treead5f36d9751fa12dd9c8e36c3f77c28e38ede6e8 /changelog.md
parent088e8e0effa3842932b38651dce93ff6a470bba4 (diff)
downloadMultiMC-3843a4ddb94f4be1b88d9564e3be3a7fc8f6a1e5.tar
MultiMC-3843a4ddb94f4be1b88d9564e3be3a7fc8f6a1e5.tar.gz
MultiMC-3843a4ddb94f4be1b88d9564e3be3a7fc8f6a1e5.tar.lz
MultiMC-3843a4ddb94f4be1b88d9564e3be3a7fc8f6a1e5.tar.xz
MultiMC-3843a4ddb94f4be1b88d9564e3be3a7fc8f6a1e5.zip
NOISSUE change version to 0.6.1 and update the changelog
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md40
1 files changed, 36 insertions, 4 deletions
diff --git a/changelog.md b/changelog.md
index b3fc550c..a31a84eb 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,7 +1,41 @@
-# MultiMC 0.6.0
+# MultiMC 0.6.1
## New or changed features
+- GH-2087: The version page now has a button that will download all the necessary files without launching the game.
+
+## Bugfixes
+
+- Several issues related to bad URLs returned by the Curse servers have been fixed.
+
+ The Curse platform does not use valid URLs according to [RFC 3986, section 2](https://tools.ietf.org/html/rfc3986#section-2) by including spaces and UTF-8 characters without percent encoding them.
+ MultiMC has been improved to handle these invalud URLs and report errors in case other invalid URLs are encountered.
+ This affected pretty much all modpack imports. You may want to reimport them if you were affected by this.
+
+- GH-1780, GH-2102, GH-2103: Multiple issues with the build system and packaging on linux have been fixed.
+
+ - Installed libraries now no longer have `RPATH` set and have the correct file permissions when using the `lin-system` layout.
+ - Installation using the `lin-bundle` layout has been fixed on platforms that use position independent code.
+ - `CMAKE_INSTALL_PREFIX` and `DESTDIR` now behave as expected on linux platforms.
+
+- MultiMC no longer logs the process environment and launch scripts to its log files.
+
+- GH-2089: Mention of instance tracking has been removed from the deletion confirmation dialog.
+
+- GH-2087: The obsolete 'revert to vanilla' logic that was previously applied to versions has been removed.
+
+ This should remove some confusing situations that could happen while changing and manipulation instance versions.
+
+- The temporary `Minecraft.jar` is now removed from the instance after it stops running.
+
+- GH-2119: The main instance view scrollbar now correctly updates when the window is resized without changing the number of icons that can fit into it horizontally.
+
+# Previous releases
+
+## MultiMC 0.6.0
+
+### New or changed features
+
- Contact with Mojang, Forge and LiteLoader servers is no longer handled by MultiMC, but a metadata server. Instead of generating and storing the files at the point of installation, they are updated hourly on the server and can be fixed when something goes wrong.
This goes along with some changes to the instance format and to the metadata format.
@@ -108,7 +142,7 @@
- When changing instance component versions, the present version is selected first.
-## Bugfixes
+### Bugfixes
- paste.ee upload now works again.
@@ -185,8 +219,6 @@
- In the instance export dialog, the sorting order has been changed to go from `a` to `z`, not backwards.
-# Previous releases
-
## MultiMC 0.5.1
### Improvements