From 90378739282638c90906f09d97ba13940de8f043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 4 Aug 2019 06:26:09 +0200 Subject: [PATCH] NOISSUE update changelog --- changelog.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index b8700ae0..780bce68 100644 --- a/changelog.md +++ b/changelog.md @@ -1,9 +1,21 @@ # MultiMC 0.6.7 -UI improvements! +The previous release introduced some extra buttons that made the instance window way too big for some displays. This release is aimed at fixing that, along with other UI and performance improvements. + +There are some accessibility fixes thrown in too. ### New or changed features +- Mod lists are now asynchronous and heavily threaded. + + Basically, both faster and more responsive. + + The changes necessary for this also pave the way for having other sources of mod metadata, and for adding more mod-related features support in general. + +- Mod list printed in log has been improved. + + It now also shows disabled mods, and has prefix and suffix that shows if the mod is enabled, and if it is a folder. + - GH-358: Switched all the dialog pages from using buttons in layouts to toolbars. Toolbar buttons are smaller, and the toolbars can overflow buttons into an overflow space. This allows requiring a lot less space for the windows. @@ -16,7 +28,7 @@ UI improvements! - More instance pages are now visible when the instance is running. - Mods, version and the lkike should now be visible, but most of the controls are disabled until the game closes. + Mods, version and the like should now be visible, but most of the controls are disabled until the game closes. - GH-2550, GH-2722, GH-2762: Mod list sorting is much improved.