File multimc.changes of Package multimc

-------------------------------------------------------------------
Mon Apr 10 11:32:16 UTC 2023 - Florian "sp1rit" <packaging@sp1rit.anonaddy.me>

- Added 0001-fix-build-on-gcc-13.patch:
  Fixed CMake Manifest to build with -Wno-c++20-compat on gcc13

-------------------------------------------------------------------
Thu Feb 17 18:20:43 UTC 2022 - Florian "spirit" <packaging@sp1rit.anonaddy.me>

- Support for Microsoft Accounts
  Read README.SUSE for more information

-------------------------------------------------------------------
Mon Dec 20 22:20:38 UTC 2021 - Florian "sp1rit" <sp1ritCS@protonmail.com>

- 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 15:17:11 UTC 2021 - Florian "spirit" <packaging@sp1rit.anonaddy.me>

- 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 15:56:11 UTC 2021 - Florian "sp1rit" <sp1ritCS@protonmail.com>

- Fixed compilation issues on GCC11

-------------------------------------------------------------------
Mon Mar 22 21:40:01 UTC 2021 - Florian <sp1ritCS@protonmail.com>

- Update to version 0.6.12
	+ Added a CurseForge pack browser
	+ GH-3095: Added an FTB pack browser
	+ Temporarily, MultiMC ignores download failures for FTB packs (GH-3304). This is because the platform has consistency issues.
	+ GH-469: Added a Technic/Solder pack browser
	+ GH-405: Added a ATLauncher pack browser
	+ 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 your 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.
	+ GH-3234: At build time, the meta URL can be changed.
	+ Removed some hacks previously required to get Forge working. MultiMC no longer contains pack200 and the custom lzma format support used by Forge only.
	+ 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

-------------------------------------------------------------------
Sun Oct 25 11:20:35 UTC 2020 - sp1rit <sp1ritCS@protonmail.com>

- Initial Packaging
openSUSE Build Service is sponsored by