Releases: fn2006/PollyMC
PollyMC 5.1
PollyMC is now a Prism Launcher fork, nothing specific to Polly was changed so you can just read Prism's changelogs to find out what's changed.
Also new versioning scheme which is nice, I've always hated how many projects have a redundant 1.
in front of the version number.
https://prismlauncher.org/news/release-5.0/
https://prismlauncher.org/news/release-5.1/
PollyMC 1.4.2
Added Emma Tebibyte to list of contributors in the About page.
Pulled changes from PolyMC 1.4.2
PollyMC 1.4.1.1
Adds support for Ely.by accounts, version number is 1.4.1.1 because I didn't want to diverge from upstream's versioning.
PollyMC 1.4.1
Merge branch develop into stable
PollyMC 1.4.0
Finished rebranding to PollyMC, the launcher now stores it's data in following directories:
Windows: %APPDATA%\PollyMC
Linux: ~/.local/share/PollyMC
Mac: ~/Library/Application Support/PollyMC
To migrate your data from a previous version you can either manually rename polymc.cfg and the PolyMC dir or you can run the following commands:
Windows copy %APPDATA%/PolyMC/polymc.cfg %APPDATA%/PolyMC/pollymc.cfg && copy %APPDATA%/PolyMC %APPDATA%/PollyMC
Linux: cp ~/.local/share/PolyMC/polymc.cfg ~/.local/share/PolyMC/pollymc.cfg && cp ~/.local/share/PolyMC/ ~/.local/share/PollyMC/
Mac: cp ~/Library/Application Support/PolyMC/polymc.cfg ~/Library/Application Support/PolyMC/pollymc.cfg && cp ~/Library/Application Support/PolyMC/ ~/Library/Application Support/PollyMC/
PollyMC 1.3.2
First release since changing the name to PollyMC, the launcher and binaries still say PolyMC but that should be fixed by the time the next update comes out.
PolyMC 1.3.1
1.3.1-hotfix Remove PolyMC API keys from CMakeLists.txt