From b1047d839e062004ee2b9520711393883c3dde71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 21 Mar 2021 20:21:50 +0100 Subject: [PATCH 1/4] NOISSUE update changelog --- changelog.md | 51 +++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 39 insertions(+), 12 deletions(-) diff --git a/changelog.md b/changelog.md index ad67451a..6efac0fe 100644 --- a/changelog.md +++ b/changelog.md @@ -2,9 +2,20 @@ After roughly one year of maintenance and development work by various contributors, we're just calling it a good time to release. -What got added since the last time? Quite a bit! +What got added since the last time? Quite a bit! But in general, this is more of a spring cleaning before the major changes that we need to make come in. -### Visible changes +What comes next after this: + +- Rework of the account system to add support for Microsoft accounts +- Rework of the Mojang accounts to allow them to co-exist with Microsoft accounts +- General fixes to dealing with account state and skins -- currently, we use a third party service to fetch skins and we only do it on application start. +- Complete rework of Java runtime management. The game will soon require different versions of the JRE and our approach will no longer work in that environment. + +We'll probably call it 0.7 once all these are in place. + +### Modpack platforms + +We've added a whole bunch of new modpack platforms to pick from right into the new instance dialog. If you run into any unusual issues with the imported packs, report them on the bug tracker. - Added a CurseForge pack browser @@ -14,22 +25,36 @@ What got added since the last time? Quite a bit! - GH-469: Added a Technic/Solder pack browser -- Fixed online saving in Classic versions +- GH-405: Added a ATLauncher pack browser -- GH-3131: Fixed not working with proxy ports greater than 32767. - -- Skins (the part used for account icons) are now rendered with the overlay on. - -- GH-3189: Updated nbt library - this makes `View Worlds` work properly again for newer versions of the game. - -- MultiMC now shows world icons and allows resetting world icons in `View Worlds`. - -- GH-3427: `View Worlds` now has a very simple `Datapacks` button - it just opens the system file browser. +### Other changes - Added the option to not use OpenAL and/or GLFW libraries bundled with the game. This is interesting if you have ones that come with youre system and work better. +- Skins (the part used for account icons) are now rendered with the overlay on. + +- GH-3130: Skin upload has been switched over to the new Mojang API and should have less issues. + +- MultiMC now shows world icons and allows resetting world icons in `View Worlds`. + +- GH-3229: Copy seed button has been updated to be compatible with newer versions of the game. + +- GH-3427: `View Worlds` now has a very simple `Datapacks` button - it just opens the system file browser. + +- GH-3189: Updated nbt library - this makes `View Worlds` work properly again for newer versions of the game. + +- Fixed online saving in Classic versions. + +- GH-3131: Fixed not working with proxy ports greater than 32767. + +- Proxy login details are no longer logged in files. + +- GH-3467: The launch could stall in the ScanModFolders task if the mod folders didn't exist yet. + +- GH-3602: Pre-launch commands could fail on first launch of the instance because the .minecraft folder has not been created yet. + ### Technical changes - GH-3234: At build time, the meta URL can be changed. @@ -40,6 +65,8 @@ What got added since the last time? Quite a bit! - Some preparations have been done to allow downloading Java runtimes from Mojang - support for the Piston repository. +- Compatibility with unusual build environments has been increased + # Previous releases ## MultiMC 0.6.11 From 4b02b3f84aa7b62dcf6393319d9a6e41845ca78e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 21 Mar 2021 20:34:28 +0100 Subject: [PATCH 2/4] NOISSUE add warning to the ATLauncher pack page --- .../pages/modplatform/atlauncher/AtlPage.ui | 73 ++++++++++++------- 1 file changed, 45 insertions(+), 28 deletions(-) diff --git a/application/pages/modplatform/atlauncher/AtlPage.ui b/application/pages/modplatform/atlauncher/AtlPage.ui index 1a5a450d..bb0d5310 100644 --- a/application/pages/modplatform/atlauncher/AtlPage.ui +++ b/application/pages/modplatform/atlauncher/AtlPage.ui @@ -6,11 +6,45 @@ 0 0 - 875 - 745 + 837 + 685 + + + + + + + 96 + 48 + + + + + + + + true + + + true + + + + + + + Warning: This is still a work in progress. If you run into issues with the imported modpack, it may be a bug. + + + true + + + + + @@ -31,9 +65,6 @@ - - - @@ -41,35 +72,21 @@ - - - - - - - 96 - 48 - - - - - - - - true - - - true - - - - + + + + Search and filter ... + + searchEdit resetButton + packView + packDescription + sortByBox versionSelectionBox From 464b05f6bfe286bfde28685e3ce3fdf97af9b089 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 21 Mar 2021 20:45:06 +0100 Subject: [PATCH 3/4] NOISSUE fix typo in changelog --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 6efac0fe..598d9f53 100644 --- a/changelog.md +++ b/changelog.md @@ -31,7 +31,7 @@ We've added a whole bunch of new modpack platforms to pick from right into the n - Added the option to not use OpenAL and/or GLFW libraries bundled with the game. - This is interesting if you have ones that come with youre system and work better. + This is interesting if you have ones that come with your system and work better. - Skins (the part used for account icons) are now rendered with the overlay on. From cbc973a5afb1a2ba321ea851f89e7189ce322460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Mon, 22 Mar 2021 02:17:01 +0100 Subject: [PATCH 4/4] NOISSUE remove text about future plans It was confusing people. --- changelog.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/changelog.md b/changelog.md index 598d9f53..31b99a6b 100644 --- a/changelog.md +++ b/changelog.md @@ -4,15 +4,6 @@ After roughly one year of maintenance and development work by various contributo What got added since the last time? Quite a bit! But in general, this is more of a spring cleaning before the major changes that we need to make come in. -What comes next after this: - -- Rework of the account system to add support for Microsoft accounts -- Rework of the Mojang accounts to allow them to co-exist with Microsoft accounts -- General fixes to dealing with account state and skins -- currently, we use a third party service to fetch skins and we only do it on application start. -- Complete rework of Java runtime management. The game will soon require different versions of the JRE and our approach will no longer work in that environment. - -We'll probably call it 0.7 once all these are in place. - ### Modpack platforms We've added a whole bunch of new modpack platforms to pick from right into the new instance dialog. If you run into any unusual issues with the imported packs, report them on the bug tracker.