Skip to content

Commit f1dd707

Browse files
deploy: 26b2607
1 parent 09bfe6e commit f1dd707

File tree

17 files changed

+548
-190
lines changed

17 files changed

+548
-190
lines changed

about/index.html

Lines changed: 125 additions & 96 deletions
Large diffs are not rendered by default.

download/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<div class="column">
109109
<div class="hero-description">
110110
<h1 class="hero-title">Downloads</h1>
111-
<p class="subtitle">Download PolyMC 6.1</p>
111+
<p class="subtitle">Download PolyMC 7.0</p>
112112
</div>
113113
</div class="image">
114114
</div>
@@ -152,8 +152,8 @@ <h1 class="hero-title">Downloads</h1>
152152
<div>
153153
<h1>Windows Download</h1>
154154
<br>
155-
<a class="button is-big" href="https://github.com/PolyMC/PolyMC/releases/download/6.1/PolyMC-Windows-Setup-6.1.exe">Installer (.exe)</a>
156-
<a class="button is-big" href="https://github.com/PolyMC/PolyMC/releases/download/6.1/PolyMC-Windows-Portable-6.1.zip">Portable (.zip)</a>
155+
<a class="button is-big" href="https://github.com/PolyMC/PolyMC/releases/download/7.0/PolyMC-Windows-Setup-7.0.exe">Installer (.exe)</a>
156+
<a class="button is-big" href="https://github.com/PolyMC/PolyMC/releases/download/7.0/PolyMC-Windows-Portable-7.0.zip">Portable (.zip)</a>
157157
</div>
158158
</div>
159159
<div class="column">
@@ -179,13 +179,13 @@ <h2 id="legacy-version" tabindex="-1">Legacy version <a class="direct-link" href
179179
<p>There is a legacy version of PolyMC, primarily for older versions of Windows like Windows 7 or Windows 8.1.<br>
180180
You can download it here:</p>
181181
<ul>
182-
<li><a href="https://github.com/PolyMC/PolyMC/releases/download/6.1/PolyMC-Windows-Legacy-Setup-6.1.exe">Legacy installer (.exe)</a></li>
183-
<li><a href="https://github.com/PolyMC/PolyMC/releases/download/6.1/PolyMC-Windows-Legacy-Portable-6.1.zip">Legacy portable (.zip)</a></li>
182+
<li><a href="https://github.com/PolyMC/PolyMC/releases/download/7.0/PolyMC-Windows-Legacy-Setup-7.0.exe">Legacy installer (.exe)</a></li>
183+
<li><a href="https://github.com/PolyMC/PolyMC/releases/download/7.0/PolyMC-Windows-Legacy-Portable-7.0.zip">Legacy portable (.zip)</a></li>
184184
</ul>
185185
<h2 id="advanced-windows-install-options" tabindex="-1">Advanced Windows install options <a class="direct-link" href="#advanced-windows-install-options" aria-hidden="true">#</a></h2>
186186
<ul>
187-
<li><a href="https://github.com/PolyMC/PolyMC/releases/download/6.1/PolyMC-Windows-6.1.zip">System Install (.zip)</a></li>
188-
<li><a href="https://github.com/PolyMC/PolyMC/releases/download/6.1/PolyMC-Windows-Legacy-6.1.zip">Legacy system install (.zip)</a></li>
187+
<li><a href="https://github.com/PolyMC/PolyMC/releases/download/7.0/PolyMC-Windows-7.0.zip">System Install (.zip)</a></li>
188+
<li><a href="https://github.com/PolyMC/PolyMC/releases/download/7.0/PolyMC-Windows-Legacy-7.0.zip">Legacy system install (.zip)</a></li>
189189
</ul>
190190

191191
</main>

download/linux/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<div class="column">
109109
<div class="hero-description">
110110
<h1 class="hero-title">Downloads</h1>
111-
<p class="subtitle">Download PolyMC 6.1</p>
111+
<p class="subtitle">Download PolyMC 7.0</p>
112112
</div>
113113
</div class="image">
114114
</div>
@@ -153,11 +153,11 @@ <h1 class="hero-title">Downloads</h1>
153153
<h1>Linux Download</h1>
154154
<br>
155155
<a class="button is-big" href="https://flathub.org/apps/details/org.polymc.PolyMC">Install from FlatHub</a>
156-
<a class="button is-big" href="https://github.com/PolyMC/PolyMC/releases/download/6.1/PolyMC-Linux-6.1-x86_64.AppImage">Download (AppImage)</a>
157-
<a class="button is-big" href="https://github.com/PolyMC/PolyMC/releases/download/6.1/PolyMC-Linux-6.1.tar.gz">Download (tar.gz)</a>
158-
<a class="button is-big" href="https://github.com/PolyMC/PolyMC/releases/download/6.1/PolyMC-Linux-portable-6.1.tar.gz">Download Portable (tar.gz)</a>
159-
<a class="button is-big" href="https://github.com/PolyMC/PolyMC/releases/download/6.1/PolyMC-Linux-Qt6-6.1.tar.gz">Download (Qt 6, tar.gz)</a>
160-
<a class="button is-big" href="https://github.com/PolyMC/PolyMC/releases/download/6.1/PolyMC-Linux-Qt6-portable-6.1.tar.gz">Download Portable (Qt 6, tar.gz)</a>
156+
<a class="button is-big" href="https://github.com/PolyMC/PolyMC/releases/download/7.0/PolyMC-Linux-7.0-x86_64.AppImage">Download (AppImage)</a>
157+
<a class="button is-big" href="https://github.com/PolyMC/PolyMC/releases/download/7.0/PolyMC-Linux-7.0.tar.gz">Download (tar.gz)</a>
158+
<a class="button is-big" href="https://github.com/PolyMC/PolyMC/releases/download/7.0/PolyMC-Linux-portable-7.0.tar.gz">Download Portable (tar.gz)</a>
159+
<a class="button is-big" href="https://github.com/PolyMC/PolyMC/releases/download/7.0/PolyMC-Linux-Qt6-7.0.tar.gz">Download (Qt 6, tar.gz)</a>
160+
<a class="button is-big" href="https://github.com/PolyMC/PolyMC/releases/download/7.0/PolyMC-Linux-Qt6-portable-7.0.tar.gz">Download Portable (Qt 6, tar.gz)</a>
161161
</div>
162162
</div>
163163
<div class="column">

download/mac/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<div class="column">
109109
<div class="hero-description">
110110
<h1 class="hero-title">Downloads</h1>
111-
<p class="subtitle">Download PolyMC 6.1</p>
111+
<p class="subtitle">Download PolyMC 7.0</p>
112112
</div>
113113
</div class="image">
114114
</div>
@@ -153,7 +153,7 @@ <h1 class="hero-title">Downloads</h1>
153153
<h1>macOS Download</h1>
154154
<br>
155155
<p><strong>Note:</strong> Although the PolyMC binary is universal, old versions of Minecraft still run on Rosetta.</p>
156-
<a class="button is-big" href="https://github.com/PolyMC/PolyMC/releases/download/6.1/PolyMC-macOS-6.1.tar.gz">Download (Universal)</a>
156+
<a class="button is-big" href="https://github.com/PolyMC/PolyMC/releases/download/7.0/PolyMC-macOS-7.0.tar.gz">Download (Universal)</a>
157157
</div>
158158
</div>
159159
<div class="column">

download/steam-deck/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<div class="column">
109109
<div class="hero-description">
110110
<h1 class="hero-title">Downloads</h1>
111-
<p class="subtitle">Download PolyMC 6.1</p>
111+
<p class="subtitle">Download PolyMC 7.0</p>
112112
</div>
113113
</div class="image">
114114
</div>

feed/appcast.xml

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,64 @@
66
<link>https://polymc.org/feed/appcast.xml</link>
77
<language>en</language>
88

9+
<item>
10+
<title>PolyMC 7.0, now available (macOS)</title>
11+
<link>https://polymc.org/news/release-7.0/</link>
12+
<sparkle:version>7</sparkle:version>
13+
<description>
14+
&lt;p&gt;Apparently there&#39;s NeoForge support in this one or something, idk I don&#39;t play Minecraft.&lt;/p&gt;
15+
&lt;h2 id=&quot;what&#39;s-changed&quot; tabindex=&quot;-1&quot;&gt;What&#39;s Changed &lt;a class=&quot;direct-link&quot; href=&quot;https://polymc.org/news/release-7.0/#what&#39;s-changed&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
16+
&lt;ul&gt;
17+
&lt;li&gt;Improve SDKMAN support; add ASDF support by @Nik-mmzd in &lt;a href=&quot;https://github.com/PolyMC/PolyMC/pull/1635&quot;&gt;https://github.com/PolyMC/PolyMC/pull/1635&lt;/a&gt;&lt;/li&gt;
18+
&lt;li&gt;fix nix build by @LordMZTE in &lt;a href=&quot;https://github.com/PolyMC/PolyMC/pull/1649&quot;&gt;https://github.com/PolyMC/PolyMC/pull/1649&lt;/a&gt;&lt;/li&gt;
19+
&lt;li&gt;Fix circular dependency and typos in metainfo. by @ZebulanStanphill in &lt;a href=&quot;https://github.com/PolyMC/PolyMC/pull/1651&quot;&gt;https://github.com/PolyMC/PolyMC/pull/1651&lt;/a&gt;&lt;/li&gt;
20+
&lt;li&gt;Fix nix package on wayland by @LordMZTE in &lt;a href=&quot;https://github.com/PolyMC/PolyMC/pull/1652&quot;&gt;https://github.com/PolyMC/PolyMC/pull/1652&lt;/a&gt;&lt;/li&gt;
21+
&lt;li&gt;Include JDK 21 into the nix derivation by @hustlerone in &lt;a href=&quot;https://github.com/PolyMC/PolyMC/pull/1661&quot;&gt;https://github.com/PolyMC/PolyMC/pull/1661&lt;/a&gt;&lt;/li&gt;
22+
&lt;li&gt;Add NeoForge support by @62832 in &lt;a href=&quot;https://github.com/PolyMC/PolyMC/pull/1659&quot;&gt;https://github.com/PolyMC/PolyMC/pull/1659&lt;/a&gt;&lt;/li&gt;
23+
&lt;li&gt;Update Nix package by @LordMZTE in &lt;a href=&quot;https://github.com/PolyMC/PolyMC/pull/1665&quot;&gt;https://github.com/PolyMC/PolyMC/pull/1665&lt;/a&gt;&lt;/li&gt;
24+
&lt;li&gt;switch minecraft page to use tabs by @Sneedplex in &lt;a href=&quot;https://github.com/PolyMC/PolyMC/pull/1680&quot;&gt;https://github.com/PolyMC/PolyMC/pull/1680&lt;/a&gt;&lt;/li&gt;
25+
&lt;li&gt;add option for default mod download platform by @Sneedplex in &lt;a href=&quot;https://github.com/PolyMC/PolyMC/pull/1679&quot;&gt;https://github.com/PolyMC/PolyMC/pull/1679&lt;/a&gt;&lt;/li&gt;
26+
&lt;li&gt;confirm instance deletion even if it&#39;s only trashed by @Sneedplex in &lt;a href=&quot;https://github.com/PolyMC/PolyMC/pull/1678&quot;&gt;https://github.com/PolyMC/PolyMC/pull/1678&lt;/a&gt;&lt;/li&gt;
27+
&lt;li&gt;Add Pallas&#39;s cat (Otocolobus manul) :3 by @Sightem in &lt;a href=&quot;https://github.com/PolyMC/PolyMC/pull/1556&quot;&gt;https://github.com/PolyMC/PolyMC/pull/1556&lt;/a&gt;&lt;/li&gt;
28+
&lt;li&gt;Update copyright years by @HeyaGlitz in &lt;a href=&quot;https://github.com/PolyMC/PolyMC/pull/1639&quot;&gt;https://github.com/PolyMC/PolyMC/pull/1639&lt;/a&gt;&lt;/li&gt;
29+
&lt;li&gt;Fix Java auto-detect so it finds Gentoo installed JDKs by @Richard-Rogalski in &lt;a href=&quot;https://github.com/PolyMC/PolyMC/pull/1657&quot;&gt;https://github.com/PolyMC/PolyMC/pull/1657&lt;/a&gt;&lt;/li&gt;
30+
&lt;li&gt;Remove Matrix related links by @xslendix in &lt;a href=&quot;https://github.com/PolyMC/PolyMC/pull/1668&quot;&gt;https://github.com/PolyMC/PolyMC/pull/1668&lt;/a&gt;&lt;/li&gt;
31+
&lt;li&gt;Open paths directly by @Nik-mmzd in &lt;a href=&quot;https://github.com/PolyMC/PolyMC/pull/1636&quot;&gt;https://github.com/PolyMC/PolyMC/pull/1636&lt;/a&gt;&lt;/li&gt;
32+
&lt;li&gt;Add additional architecture + OS checks by @Richard-Rogalski in &lt;a href=&quot;https://github.com/PolyMC/PolyMC/pull/1597&quot;&gt;https://github.com/PolyMC/PolyMC/pull/1597&lt;/a&gt;&lt;/li&gt;
33+
&lt;li&gt;Add &amp;quot;Create desktop shortcut&amp;quot; feature. by @xslendix in &lt;a href=&quot;https://github.com/PolyMC/PolyMC/pull/1516&quot;&gt;https://github.com/PolyMC/PolyMC/pull/1516&lt;/a&gt;&lt;/li&gt;
34+
&lt;li&gt;Add option to disable mod update check by @Erogig in &lt;a href=&quot;https://github.com/PolyMC/PolyMC/pull/1170&quot;&gt;https://github.com/PolyMC/PolyMC/pull/1170&lt;/a&gt;&lt;/li&gt;
35+
&lt;li&gt;Add vulkan-loader by @nonetrix in &lt;a href=&quot;https://github.com/PolyMC/PolyMC/pull/1650&quot;&gt;https://github.com/PolyMC/PolyMC/pull/1650&lt;/a&gt;&lt;/li&gt;
36+
&lt;li&gt;fix nix build by @LordMZTE in &lt;a href=&quot;https://github.com/PolyMC/PolyMC/pull/1682&quot;&gt;https://github.com/PolyMC/PolyMC/pull/1682&lt;/a&gt;&lt;/li&gt;
37+
&lt;li&gt;nix: Update to latest nixpkgs-unstable by @LordMZTE in &lt;a href=&quot;https://github.com/PolyMC/PolyMC/pull/1686&quot;&gt;https://github.com/PolyMC/PolyMC/pull/1686&lt;/a&gt;&lt;/li&gt;
38+
&lt;/ul&gt;
39+
&lt;h2 id=&quot;new-contributors&quot; tabindex=&quot;-1&quot;&gt;New Contributors &lt;a class=&quot;direct-link&quot; href=&quot;https://polymc.org/news/release-7.0/#new-contributors&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
40+
&lt;ul&gt;
41+
&lt;li&gt;@Nik-mmzd made their first contribution in &lt;a href=&quot;https://github.com/PolyMC/PolyMC/pull/1635&quot;&gt;https://github.com/PolyMC/PolyMC/pull/1635&lt;/a&gt;&lt;/li&gt;
42+
&lt;li&gt;@LordMZTE made their first contribution in &lt;a href=&quot;https://github.com/PolyMC/PolyMC/pull/1649&quot;&gt;https://github.com/PolyMC/PolyMC/pull/1649&lt;/a&gt;&lt;/li&gt;
43+
&lt;li&gt;@ZebulanStanphill made their first contribution in &lt;a href=&quot;https://github.com/PolyMC/PolyMC/pull/1651&quot;&gt;https://github.com/PolyMC/PolyMC/pull/1651&lt;/a&gt;&lt;/li&gt;
44+
&lt;li&gt;@hustlerone made their first contribution in &lt;a href=&quot;https://github.com/PolyMC/PolyMC/pull/1661&quot;&gt;https://github.com/PolyMC/PolyMC/pull/1661&lt;/a&gt;&lt;/li&gt;
45+
&lt;li&gt;@62832 made their first contribution in &lt;a href=&quot;https://github.com/PolyMC/PolyMC/pull/1659&quot;&gt;https://github.com/PolyMC/PolyMC/pull/1659&lt;/a&gt;&lt;/li&gt;
46+
&lt;li&gt;@Sneedplex made their first contribution in &lt;a href=&quot;https://github.com/PolyMC/PolyMC/pull/1680&quot;&gt;https://github.com/PolyMC/PolyMC/pull/1680&lt;/a&gt;&lt;/li&gt;
47+
&lt;li&gt;@Sightem made their first contribution in &lt;a href=&quot;https://github.com/PolyMC/PolyMC/pull/1556&quot;&gt;https://github.com/PolyMC/PolyMC/pull/1556&lt;/a&gt;&lt;/li&gt;
48+
&lt;li&gt;@Richard-Rogalski made their first contribution in &lt;a href=&quot;https://github.com/PolyMC/PolyMC/pull/1657&quot;&gt;https://github.com/PolyMC/PolyMC/pull/1657&lt;/a&gt;&lt;/li&gt;
49+
&lt;li&gt;@nonetrix made their first contribution in &lt;a href=&quot;https://github.com/PolyMC/PolyMC/pull/1650&quot;&gt;https://github.com/PolyMC/PolyMC/pull/1650&lt;/a&gt;&lt;/li&gt;
50+
&lt;/ul&gt;
51+
&lt;p&gt;&lt;strong&gt;Full Changelog&lt;/strong&gt;: &lt;a href=&quot;https://github.com/PolyMC/PolyMC/compare/6.1...7.0&quot;&gt;https://github.com/PolyMC/PolyMC/compare/6.1...7.0&lt;/a&gt;&lt;/p&gt;
52+
&lt;p&gt;You can &lt;a href=&quot;https://polymc.org/download&quot;&gt;grab the latest download here&lt;/a&gt; for your respective platform.&lt;/p&gt;
53+
54+
</description>
55+
<pubDate>2025-02-14T00:00:00Z</pubDate>
56+
<sparkle:minimumSystemVersion>10.14.0</sparkle:minimumSystemVersion>
57+
58+
59+
60+
<enclosure sparkle:os="macos"
61+
url="https://github.com/PolyMC/PolyMC/releases/download/7/PolyMC-macOS-7.tar.gz"
62+
length="0"
63+
type="application/octet-stream"
64+
sparkle:edSignature="5yQY+/rSIrsWf+NfPtDHApT++OBZP3lngjcmc2mPnVE0+DS1gOqOgVU1rl8K+Ik9XKT6L8MzTJEHjsYDjxcbDw=="/>
65+
</item>
66+
967
<item>
1068
<title>PolyMC 6.1, now available (macOS)</title>
1169
<link>https://polymc.org/news/release-6.1/</link>

feed/feed.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
"url": "https://polymc.org/about/"
1111
},
1212
"items": [{
13+
"id": "https://polymc.org/news/release-7.0/",
14+
"url": "https://polymc.org/news/release-7.0/",
15+
"title": "PolyMC 7.0, now available",
16+
"content_html": "<p>Apparently there's NeoForge support in this one or something, idk I don't play Minecraft.</p>\n<h2 id=\"what's-changed\" tabindex=\"-1\">What's Changed <a class=\"direct-link\" href=\"https://polymc.org/news/release-7.0/#what's-changed\" aria-hidden=\"true\">#</a></h2>\n<ul>\n<li>Improve SDKMAN support; add ASDF support by @Nik-mmzd in <a href=\"https://github.com/PolyMC/PolyMC/pull/1635\">https://github.com/PolyMC/PolyMC/pull/1635</a></li>\n<li>fix nix build by @LordMZTE in <a href=\"https://github.com/PolyMC/PolyMC/pull/1649\">https://github.com/PolyMC/PolyMC/pull/1649</a></li>\n<li>Fix circular dependency and typos in metainfo. by @ZebulanStanphill in <a href=\"https://github.com/PolyMC/PolyMC/pull/1651\">https://github.com/PolyMC/PolyMC/pull/1651</a></li>\n<li>Fix nix package on wayland by @LordMZTE in <a href=\"https://github.com/PolyMC/PolyMC/pull/1652\">https://github.com/PolyMC/PolyMC/pull/1652</a></li>\n<li>Include JDK 21 into the nix derivation by @hustlerone in <a href=\"https://github.com/PolyMC/PolyMC/pull/1661\">https://github.com/PolyMC/PolyMC/pull/1661</a></li>\n<li>Add NeoForge support by @62832 in <a href=\"https://github.com/PolyMC/PolyMC/pull/1659\">https://github.com/PolyMC/PolyMC/pull/1659</a></li>\n<li>Update Nix package by @LordMZTE in <a href=\"https://github.com/PolyMC/PolyMC/pull/1665\">https://github.com/PolyMC/PolyMC/pull/1665</a></li>\n<li>switch minecraft page to use tabs by @Sneedplex in <a href=\"https://github.com/PolyMC/PolyMC/pull/1680\">https://github.com/PolyMC/PolyMC/pull/1680</a></li>\n<li>add option for default mod download platform by @Sneedplex in <a href=\"https://github.com/PolyMC/PolyMC/pull/1679\">https://github.com/PolyMC/PolyMC/pull/1679</a></li>\n<li>confirm instance deletion even if it's only trashed by @Sneedplex in <a href=\"https://github.com/PolyMC/PolyMC/pull/1678\">https://github.com/PolyMC/PolyMC/pull/1678</a></li>\n<li>Add Pallas's cat (Otocolobus manul) :3 by @Sightem in <a href=\"https://github.com/PolyMC/PolyMC/pull/1556\">https://github.com/PolyMC/PolyMC/pull/1556</a></li>\n<li>Update copyright years by @HeyaGlitz in <a href=\"https://github.com/PolyMC/PolyMC/pull/1639\">https://github.com/PolyMC/PolyMC/pull/1639</a></li>\n<li>Fix Java auto-detect so it finds Gentoo installed JDKs by @Richard-Rogalski in <a href=\"https://github.com/PolyMC/PolyMC/pull/1657\">https://github.com/PolyMC/PolyMC/pull/1657</a></li>\n<li>Remove Matrix related links by @xslendix in <a href=\"https://github.com/PolyMC/PolyMC/pull/1668\">https://github.com/PolyMC/PolyMC/pull/1668</a></li>\n<li>Open paths directly by @Nik-mmzd in <a href=\"https://github.com/PolyMC/PolyMC/pull/1636\">https://github.com/PolyMC/PolyMC/pull/1636</a></li>\n<li>Add additional architecture + OS checks by @Richard-Rogalski in <a href=\"https://github.com/PolyMC/PolyMC/pull/1597\">https://github.com/PolyMC/PolyMC/pull/1597</a></li>\n<li>Add &quot;Create desktop shortcut&quot; feature. by @xslendix in <a href=\"https://github.com/PolyMC/PolyMC/pull/1516\">https://github.com/PolyMC/PolyMC/pull/1516</a></li>\n<li>Add option to disable mod update check by @Erogig in <a href=\"https://github.com/PolyMC/PolyMC/pull/1170\">https://github.com/PolyMC/PolyMC/pull/1170</a></li>\n<li>Add vulkan-loader by @nonetrix in <a href=\"https://github.com/PolyMC/PolyMC/pull/1650\">https://github.com/PolyMC/PolyMC/pull/1650</a></li>\n<li>fix nix build by @LordMZTE in <a href=\"https://github.com/PolyMC/PolyMC/pull/1682\">https://github.com/PolyMC/PolyMC/pull/1682</a></li>\n<li>nix: Update to latest nixpkgs-unstable by @LordMZTE in <a href=\"https://github.com/PolyMC/PolyMC/pull/1686\">https://github.com/PolyMC/PolyMC/pull/1686</a></li>\n</ul>\n<h2 id=\"new-contributors\" tabindex=\"-1\">New Contributors <a class=\"direct-link\" href=\"https://polymc.org/news/release-7.0/#new-contributors\" aria-hidden=\"true\">#</a></h2>\n<ul>\n<li>@Nik-mmzd made their first contribution in <a href=\"https://github.com/PolyMC/PolyMC/pull/1635\">https://github.com/PolyMC/PolyMC/pull/1635</a></li>\n<li>@LordMZTE made their first contribution in <a href=\"https://github.com/PolyMC/PolyMC/pull/1649\">https://github.com/PolyMC/PolyMC/pull/1649</a></li>\n<li>@ZebulanStanphill made their first contribution in <a href=\"https://github.com/PolyMC/PolyMC/pull/1651\">https://github.com/PolyMC/PolyMC/pull/1651</a></li>\n<li>@hustlerone made their first contribution in <a href=\"https://github.com/PolyMC/PolyMC/pull/1661\">https://github.com/PolyMC/PolyMC/pull/1661</a></li>\n<li>@62832 made their first contribution in <a href=\"https://github.com/PolyMC/PolyMC/pull/1659\">https://github.com/PolyMC/PolyMC/pull/1659</a></li>\n<li>@Sneedplex made their first contribution in <a href=\"https://github.com/PolyMC/PolyMC/pull/1680\">https://github.com/PolyMC/PolyMC/pull/1680</a></li>\n<li>@Sightem made their first contribution in <a href=\"https://github.com/PolyMC/PolyMC/pull/1556\">https://github.com/PolyMC/PolyMC/pull/1556</a></li>\n<li>@Richard-Rogalski made their first contribution in <a href=\"https://github.com/PolyMC/PolyMC/pull/1657\">https://github.com/PolyMC/PolyMC/pull/1657</a></li>\n<li>@nonetrix made their first contribution in <a href=\"https://github.com/PolyMC/PolyMC/pull/1650\">https://github.com/PolyMC/PolyMC/pull/1650</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/PolyMC/PolyMC/compare/6.1...7.0\">https://github.com/PolyMC/PolyMC/compare/6.1...7.0</a></p>\n<p>You can <a href=\"https://polymc.org/download\">grab the latest download here</a> for your respective platform.</p>\n",
17+
"date_published": "2025-02-14T00:00:00Z"
18+
},{
1319
"id": "https://polymc.org/news/release-6.1/",
1420
"url": "https://polymc.org/news/release-6.1/",
1521
"title": "PolyMC 6.1, now available",

0 commit comments

Comments
 (0)