You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This new version of PolyMC patches a security vulnerability in the software's zip file handling. Don't use the 'import from zip' option on versions of the software older than 5.1.
13
+
14
+
Other changes are a fix to importing FTB packs, a fix for the modrinth pack list being formatted wrong, and a fix for copying instances on Unix-like systems.
15
+
16
+
## What's Changed
17
+
* fix(MMCZip): ignore invalid file paths in extractSubDir by @LennyMcLennington in https://github.com/PolyMC/PolyMC/pull/1546
18
+
* fix: handle single files in copy tasks by @Doggermelon in https://github.com/PolyMC/PolyMC/pull/1526
19
+
* fix: Make modrinth text layout not be weird by @LennyMcLennington in https://github.com/PolyMC/PolyMC/pull/1548
20
+
* Clean & Compress Floppas by @KaspianDev in https://github.com/PolyMC/PolyMC/pull/1541
21
+
* Fix instance copy on Linux and macOS by flowln in https://github.com/PolyMC/PolyMC/pull/1552
22
+
23
+
## New Contributors
24
+
*@Doggermelon made their first contribution in https://github.com/PolyMC/PolyMC/pull/1526
25
+
*@KaspianDev made their first contribution in https://github.com/PolyMC/PolyMC/pull/1541
0 commit comments