8000 Releases ยท PolyMC/PolyMC ยท GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: PolyMC/PolyMC

PolyMC 7.0

14 Feb 04:15
118dbc6
Compare
Choose a tag to compare

Apparently there's NeoForge support in this one or something idk I don't play Minecraft.

Notice

If you use AppImageLauncher then it will not work with the PolyMC AppImage unless you're using version v3.0 alpha-4 or newer of AppImageLauncher.

What's Changed

New Contributors

Full Changelog: 6.0...7.0

PolyMC 6.1

08 Jan 00:52
52734e7
Compare
Choose a tag to compare

What's Changed

Fixed

Changed

Full Changelog: 6.0...6.1

PolyMC 6.0

20 Dec 10:18
bce5a8d
Compare
Choose a tag to compare

What's Changed

Added

Changed

Fixed

New Contributors

Full Changelog: 5.1...6.0

PolyMC 5.1

20 Feb 01:14
59fa701
Compare
Choose a tag to compare

Notice

This contains a fix for another security vulnerability related to zip file imports, so please don't import any zip files you don't trust unless you're on the latest version.

What's Changed

New Contributors

Full Changelog: 5.0...5.1

PolyMC 5.0

04 Feb 16:43
7b547c8
Compare
Choose a tag to compare

IMPORTANT notice regarding a security vulnerability in previous versions of the software

Security advisory: GHSA-3rfr-g9g9-7gx2

This version of PolyMC comes with a fix for a security vulnerability in the "import from zip" create instance option.

If for any reason you haven't updated to version 5.0 or above do not use the "import from zip" option unless you are 100% sure that the file you're importing is safe (meaning you analysed it yourself and determined that it's safe, or you're the one who authored the file).

Please ensure in 'Help > About PolyMC' that you are running on at least version 5.0 before trying to use the "import from zip" option on any untrusted files.

As of this release being created, Flathub still hasn't updated to 5.0, so seriously do make sure that you're on 5.0 before using the "import from zip" option. Flatpak users will likely have to wait up to a few hours for the PolyMC Flatpak to be updated on Flathub.

What's Changed

Read more

PolyMC 1.4.3

28 Oct 04:28
cdaf4d6
Compare
Choose a tag to compare

Notice

Due to most of our packaging getting pulled as a result of a misinformation campaign and fake malware scares, the methods for installing PolyMC have changed. Our packages on Scoop, Chocolatey, WinGet, PortableApps, Flathub, COPR, NixPkgs, Gentoo, and more have been either removed or otherwise affected, so PolyMC can no longer be reliably installed in these ways.

Visit https://polymc.org/download for the latest information on how to install PolyMC.

The recommended way of using PolyMC on Linux is now by using the AppImage, Flatpak, or compiling from source, since most distro repositories have removed PolyMC. If your distro still packages an up-to-date distribution of PolyMC then feel free to keep using it.

For Steam Deck, we recommend using the Flatpak. The installation method is described below or at https://polymc.org/download/linux#flatpak, since PolyMC no longer appears in the Discover store for the time being.

If you need any help with installing PolyMC or with anything else PolyMC-related then as always you can get support on our Matrix room, our Discord server, or our Subreddit. These are linked in the project's README

Flatpak installation

Flathub (recommended)

PolyMC is back on Flathub, so we recommend installing it directly from there.

  • If you installed PolyMC's .flatpak manually before, you can uninstall it by doing the command flatpak uninstall org.polymc.PolyMC in a terminal which will uninstall PolyMC but it won't delete any of your instances or saves etc. You may need to do this first before installing it from Flathub.
  • You can use a GUI installer such as Discover to install the Flathub distribution of PolyMC by just searching for "PolyMC" and clicking install, or if you prefer terminal commands you can use the flatpak install org.polymc.PolyMC

Steam Deck (manual install, not recommended)

  1. Download PolyMC-1.4.3.flatpak from the GitHub releases
  2. Open a file manager (on Steam Deck that's dolphin)
  3. Navigate to your Downloads folder
  4. Double click the PolyMC-1.4.3.flatpak file
  5. If it asks you what to open it with, choose Discover
  6. Click install

Terminal (manual install, not recommended)

  1. Download PolyMC-1.4.3.flatpak from the GitHub releases
  2. Open a terminal, navigate to your downloads folder (cd ~/Downloads)
  3. Use one of these commands to install the Flatpak:
    • For a single-user install flatpak install --user PolyMC-1.4.3.flatpak
    • For a system-wide install flatpak install --system PolyMC-1.4.3.flatpak

Changelog

Added

  • Curseforge workarounds by @LennyMcLennington in #1477 and #1482
    • Removed the non-working Curseforge key
    • Added a way to fetch a working Curseforge key at runtime

Changed

  • Added diagnostic logging for OAuth 2.0 token reply errors, and made it fail the activity by @Doggermelon in #1480

Fixed

  • Simplify abort handling and add missing emits by @flowln in d50f954
  • Replaced the MSA Client ID, so Microsoft login works again by @LennyMcLennington in 95eac86
  • Curseforge-related fixes by @LennyMcLennington in #1477 and #1482
    • Fixed an issue with the user agent being blocked by the Curseforge API
    • Fixed a crash caused by an unhandled JSON exception during instance importing
    • Fixed a bug that caused an event loop to never end when instance importing failed
    • Fixed a bug where the instance import dialog would not close after failure / being aborted

Full Changelog: 1.4.2...1.4.3

PolyMC 1.4.2

08 Sep 18:47
6e65cd4
Compare
Choose a tag to compare

Changelog

Added

Changed

Fixed

Full Changelog: 1.4.1...1.4.2

PolyMC 1.4.1

28 Jul 09:25
b7490b4
Compare
Choose a tag to compare

Changelog

Changed

  • Hide empty "Performance" settings on non-Linux builds by @flowln in #951

Fixed

Full Changelog: 1.4.0...1.4.1

PolyMC 1.4.0

23 Jul 13:02
6aad750
Compare
Choose a tag to compare

Changelog

Added

Changed

Fixed

Full Changelog: 1.3.2...1.4.0

PolyMC 1.3.2

12 Jun 17:42
404b959
Compare
Choose a tag to compare

Changelog

Added

Changed

Fixed

  • Allow importing .mrpack files on non-latin languages by @flowln and @Scrumplex in #780
  • Always store type of instance to allow compatibility with MultiMC by @Scrumplex in #709 #783
  • Fix crash with very old Forge versions by @icelimetea in #720
  • Fix multiple issues when importing Modrinth packs by @flowln in #771
  • Fix website-url for Technic modpacks by @flowln in #770
  • Hide profile-section dialog if the user refused to add an account by @istudyatuni in #682
  • Update instance toolbar when instance state changes by @vancez in #773
  • [Linux] Add mc keyword to .desktop file by @jn64 in #701
  • [Linux] Update Nix Flake lockfile by @muscaln in #762
  • [macOS] Fix lingering PolyMC icon in Dock by @ryanccn in #632

Removed

Full Changelog: 1.3.1...1.3.2

0