Changelog for
multimc-0.7.0-2.1.x86_64.rpm :
* Mon Apr 10 2023 Florian \"sp1rit\"
- Added 0001-fix-build-on-gcc-13.patch: Fixed CMake Manifest to build with -Wno-c++20-compat on gcc13
* Thu Feb 17 2022 Florian \"spirit\" - Support for Microsoft Accounts Read README.SUSE for more information
* Mon Dec 20 2021 Florian \"sp1rit\" - MICROSOFT ACCOUNT ARE STILL NOT SUPPORTED YET! If you need to login with an M$ Account use upstream provided (non-free) binaries.- Update to version 0.6.14 + Modpack platform changes
* GH-4055: MultiMC now tries to avoid downloading multiple files to the same path for FTB modpacks.
* Search as you type is now used for FTB.
* GH-4185: Version of the modpack is now included in the name of the instance by default.
* The modpack platform UIs now include text field clear buttons. + Other changes
* Adjusted warnings about Java runtime required for Minecraft 1.18 (it\'s not Java 16, it\'s Java 17).
* GH-3490: Instance sorting is now aware of numbers (and sorts 99 before 100).
* GH-4164: Reimplemented assigning instances to groups using drag & drop.
* GH-1795: Added terminal launch option to use a specific Minecraft profile (in-game player name). Used like this: multimc --launch 1.17.1 --profile MultiMCTest --server mc.hypixel.net
* GH-4227: Fix crash related to invalid Forge mod metadata.
* GH-4200: Search for the Eclipse Foundation and Adoptium Java runtimes in the Windows Registry.
* Added shader packs page to instances.
* Removed Mojang services status information from the main window - the status is no longer provided by Mojang.
* It is now possible to turn of global tracking of play time. + Technical changes
* Debranding is mostly finished. You may see some changes in the logo being used in less places. PACKAGERS NOTE: I\'ve tried to revert this as much as possible, in order to give users the experience they are used to.
* Sat Oct 09 2021 Florian \"spirit\" - MICROSOFT ACCOUNTS ARE NOT SUPPORTED YET! If you need to login with an M$ Account use upstream provided (non-free) binaries.- Update to version 0.6.13 + Modpack platforms In general, the modpack platform pages have been made more consistent with each other (GH-3118, GH-3720, GH-3731).
* FTB improvements ~ Modpack file downloads are now checked with checksums and cached. ~ GH-1949: Allow Legacy FTB and FTB pack downloads to be aborted.
* CurseForge improvements ~ CurseForge modpack platform is now presented as CurseForge, not Twitch. ~ UI has been updated to match other platforms ~ Added sorting ~ GH-3667: Added version selection ~ GH-3611: Added ability to install beta versions ~ GH-3633: When a CurseForge pack is available for multiple Minecraft versions, we assume the latest one.
* ATLauncher improvements ~ Handling latest/custom/recommended mod loader versions. ~ Fabric loader packs should now work. ~ GH-3764: Only client mods are installed now for ATL packs. ~ Improved error handling ~ Optional mods are supported. ~ GH-1949: Allow ATLauncher pack downloads to be aborted
* Fixed bugs in FTB platform search. + Other changes
* Forge installation is disabled on Minecraft 1.17+ because of incompatible/unresolved changes on the Forge side. We\'re going to aim for fixing it in time for 1.18. Thankfully, 1.17 is more of a in-between release, so go play some 1.16.x packs!
* Detection of a large amount of various Java runtime flavors have been added.
* It is now possible to join servers when starting an instance ~ From command line via the --launch and --server arguments. ~ Or by setting this up in the instance settings page. This may not work correctly in some cases, because it is a rarely used feature and modders do not test with it.
* MultiMC now prints resolved IP addresses of Minecraft services into the game log for diagnostic purposes.
* Updated instance icons based on Minecraft textures.
* Forge mods.toml files are now used for displaying mods in the UI.
* Datapack button is now disabled when no world is selected.
* MultiMC warns about GLFW and OpenAL workarounds being enabled in the game log.
* Languages in the translations list are now sorted by their two/three letter key
* GH-3450: Displaying and recording gameplay time is now optional and can be turned off.
* GH-3930: MultiMC can now track the gameplay time of the last session.
* GH-3033: The version pages of instances now have a filter bar.
* GH-2971: UI descriptions of texture and resource packs no longer mention mods.
* Quick and dirty minimum Java runtime versions checks have been added. This needs to be expanded in the future. + Technical changes
* The codebase continues to move towards being debranded and harder to build as \'MultiMC\' for third parties. PACKAGERS NOTE: This openSUSE/Fedora build will be affected by this, so please keep that in the back of your head.
* Mon Aug 16 2021 Florian \"sp1rit\" - Fixed compilation issues on GCC11