12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?xml version="1.0"?>
- <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
- <metadata>
- <id>polymc</id>
- <version>1.4.2</version>
- <title>PolyMC</title>
- <authors>https://github.com/PolyMC/PolyMC/graphs/contributors</authors>
- <owners>txtsd</owners>
- <licenseUrl>https://rawcdn.githack.com/PolyMC/PolyMC/bd60c5491109711c7812bc28b5edef61d0e1210b/LICENSE</licenseUrl>
- <projectUrl>https://polymc.org</projectUrl>
- <iconUrl>https://rawcdn.githack.com/PolyMC/chocolatey/810744152d0904b8d5993959f8e8512607c88747/images/polymc.png</iconUrl>
- <requireLicenseAcceptance>false</requireLicenseAcceptance>
- <description>PolyMC is a custom launcher for Minecraft that focuses on predictability, long term stability and simplicity.
- ### Legacy version ([Windows 7 and 8.1](https://polymc.org/wiki/getting-started/installing-polymc/#windows-7-and-8.1))
- To install the legacy version of PolyMC from 1.4.0 onwards, use the /legacy parameter like so:
- choco install polymc --params='/legacy'
- </description>
- <summary>PolyMC is a custom launcher for Minecraft that focuses on predictability, long term stability and simplicity.</summary>
- <tags>polymc minecraft launcher mod fabric forge pack</tags>
- <projectSourceUrl>https://github.com/PolyMC/PolyMC</projectSourceUrl>
- <packageSourceUrl>https://github.com/PolyMC/chocolatey</packageSourceUrl>
- <docsUrl>https://polymc.org/wiki/</docsUrl>
- <bugTrackerUrl>https://github.com/PolyMC/PolyMC/issues</bugTrackerUrl>
- <dependencies>
- <dependency id="temurin8jre" version="8.312.7"/>
- <dependency id="temurin17jre" version="17.0.4.101"/>
- </dependencies>
- <releaseNotes>
- ### Added
- - [OpenBSD] Add root path detection
- ### Changed
- - Bump to C++17
- - Hide 'More news...' button if the news aren't loaded yet
- - Make 'About' dialog smaller
- - Make Coremods / Mods seperation more clear
- - Update copyright notices
- - [macOS] Downgrade to Qt 6.3.0
- ### Fixed
- - Allow user to interrupt launch after 3 tries
- - Cleanup old mod metadata
- - Disable "Check for Updates" while the game is running or if all mods are removed
- - Fix crashes in mod updater
- - Fix errors when extracting some modpacks
- - Fix major version filter in mod downloader
- - Fix some icon cache problems
- - Fix UTF-8 decoding in log
- - Make world safety nag popup title text match the action
- - Make URLs in the FTB Legacy browser clickable
- - [Linux] Implement workaround for Ubuntu 22.04 OpenSSL issues
- - [Linux] Update AppStream info
- **Full Changelog**: https://github.com/PolyMC/PolyMC/compare/1.4.1...1.4.2
- </releaseNotes>
- </metadata>
- <files>
- <file src="**" exclude=".git\**;.gitignore"/>
- </files>
- </package>
|