Skip to content

Commit c4804f9

Browse files
committed
7.1 release
Signed-off-by: Kaydax <kaydax@kaydax.xyz>
1 parent 26b2607 commit c4804f9

7 files changed

Lines changed: 64 additions & 29 deletions

File tree

src/_includes/partials/footer.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="footer">
22
<div class="container">
33
{% include "edit-on-github.njk" %}
4-
© 2021-2022 PolyMC Contributors
4+
© 2021-2026 PolyMC Contributors
55
</h1>
66
</div>
77
</div>

src/download/linux.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,8 @@ eleventyNavigation:
1212
<h1>Linux Download</h1>
1313
<br>
1414
<a class="button is-big" href="https://flathub.org/apps/details/org.polymc.PolyMC">Install from FlatHub</a>
15-
<a class="button is-big" href="https://github.com/PolyMC/PolyMC/releases/download/{{version.current}}/PolyMC-Linux-{{version.current}}-x86_64.AppImage">Download (AppImage)</a>
16-
<a class="button is-big" href="https://github.com/PolyMC/PolyMC/releases/download/{{version.current}}/PolyMC-Linux-{{version.current}}.tar.gz">Download (tar.gz)</a>
17-
<a class="button is-big" href="https://github.com/PolyMC/PolyMC/releases/download/{{version.current}}/PolyMC-Linux-portable-{{version.current}}.tar.gz">Download Portable (tar.gz)</a>
18-
<a class="button is-big" href="https://github.com/PolyMC/PolyMC/releases/download/{{version.current}}/PolyMC-Linux-Qt6-{{version.current}}.tar.gz">Download (Qt 6, tar.gz)</a>
19-
<a class="button is-big" href="https://github.com/PolyMC/PolyMC/releases/download/{{version.current}}/PolyMC-Linux-Qt6-portable-{{version.current}}.tar.gz">Download Portable (Qt 6, tar.gz)</a>
15+
<a class="button is-big" href="https://github.com/PolyMC/PolyMC/releases/download/{{version.current}}/PolyMC-Linux-amd64-{{version.current}}.AppImage">Download (amd64, AppImage)</a>
16+
<a class="button is-big" href="https://github.com/PolyMC/PolyMC/releases/download/{{version.current}}/PolyMC-Linux-aarch64-{{version.current}}.AppImage">Download (aarch64, AppImage)</a>
2017
</div>
2118
</div>
2219
<div class="column">

src/download/mac.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ eleventyNavigation:
1111
<div>
1212
<h1>macOS Download</h1>
1313
<br>
14-
<p><strong>Note:</strong> Although the PolyMC binary is universal, old versions of Minecraft still run on Rosetta.</p>
15-
<a class="button is-big" href="https://github.com/PolyMC/PolyMC/releases/download/{{ version.current }}/PolyMC-macOS-{{ version.current }}.tar.gz">Download (Universal)</a>
14+
<p><strong>Note:</strong> The current build is Apple Silicon (aarch64) only. For Intel Macs, use the Legacy build below.</p>
15+
<a class="button is-big" href="https://github.com/PolyMC/PolyMC/releases/download/{{ version.current }}/PolyMC-macOS-{{ version.current }}.tar.gz">Download (aarch64)</a>
16+
<a class="button is-big" href="https://github.com/PolyMC/PolyMC/releases/download/{{ version.current }}/PolyMC-macOS-Legacy-{{ version.current }}.tar.gz">Download Legacy (Universal)</a>
1617
</div>
1718
</div>
1819
<div class="column">

src/download/windows.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ eleventyNavigation:
1212
<div>
1313
<h1>Windows Download</h1>
1414
<br>
15-
<a class="button is-big" href="https://github.com/PolyMC/PolyMC/releases/download/{{version.current}}/PolyMC-Windows-Setup-{{version.current}}.exe">Installer (.exe)</a>
16-
<a class="button is-big" href="https://github.com/PolyMC/PolyMC/releases/download/{{version.current}}/PolyMC-Windows-Portable-{{version.current}}.zip">Portable (.zip)</a>
15+
<a class="button is-big" href="https://github.com/PolyMC/PolyMC/releases/download/{{version.current}}/PolyMC-Windows-Setup-amd64-{{version.current}}.exe">Installer (.exe)</a>
16+
<a class="button is-big" href="https://github.com/PolyMC/PolyMC/releases/download/{{version.current}}/PolyMC-Windows-amd64-{{version.current}}.zip">Portable (.zip)</a>
1717
</div>
1818
</div>
1919
<div class="column">
@@ -24,15 +24,15 @@ eleventyNavigation:
2424

2525
<div class="infobox top">
2626

27+
## Other Windows builds
28+
29+
- [Windows ARM64 Installer (.exe)](https://github.com/PolyMC/PolyMC/releases/download/{{version.current}}/PolyMC-Windows-Setup-aarch64-{{version.current}}.exe)
30+
- [Windows ARM64 Portable (.zip)](https://github.com/PolyMC/PolyMC/releases/download/{{version.current}}/PolyMC-Windows-aarch64-{{version.current}}.zip)
31+
2732
## Legacy version
2833

2934
There is a legacy version of PolyMC, primarily for older versions of Windows like Windows 7 or Windows 8.1.
3035
You can download it here:
3136

32-
- [Legacy installer (.exe)](https://github.com/PolyMC/PolyMC/releases/download/{{version.current}}/PolyMC-Windows-Legacy-Setup-{{version.current}}.exe)
33-
- [Legacy portable (.zip)](https://github.com/PolyMC/PolyMC/releases/download/{{version.current}}/PolyMC-Windows-Legacy-Portable-{{version.current}}.zip)
34-
35-
## Advanced Windows install options
36-
37-
- [System Install (.zip)](https://github.com/PolyMC/PolyMC/releases/download/{{version.current}}/PolyMC-Windows-{{version.current}}.zip)
38-
- [Legacy system install (.zip)](https://github.com/PolyMC/PolyMC/releases/download/{{version.current}}/PolyMC-Windows-Legacy-{{version.current}}.zip)
37+
- [Legacy installer (.exe)](https://github.com/PolyMC/PolyMC/releases/download/{{version.current}}/PolyMC-Windows-Setup-Legacy-amd64-{{version.current}}.exe)
38+
- [Legacy portable (.zip)](https://github.com/PolyMC/PolyMC/releases/download/{{version.current}}/PolyMC-Windows-Legacy-amd64-{{version.current}}.zip)

src/feed/appcast.njk

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ eleventyExcludeFromCollections: true
3232
type="application/octet-stream"
3333
sparkle:edSignature="{{ post.data.mac_signature }}"/>
3434
{%- endif %}
35+
{%- if post.data.legacy_mac_signature %}
36+
<enclosure sparkle:os="macos"
37+
url="https://github.com/PolyMC/PolyMC/releases/download/{{ post.data.release_version }}/PolyMC-macOS-Legacy-{{ post.data.release_version }}.tar.gz"
38+
length="0"
39+
type="application/octet-stream"
40+
sparkle:edSignature="{{ post.data.legacy_mac_signature }}"/>
41+
{%- endif %}
3542
</item>
3643
{%- endif %}
3744
{%- if post.data.release_version and post.data.win32_signature and post.data.win64_signature %}

src/index.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -91,18 +91,6 @@ To talk directly to us and get involved with development:
9191

9292
[![PolyMC Discord](https://img.shields.io/discord/923671181020766230?label=PolyMC%20Discord)](https://discord.gg/xq7fxrgtMP)
9393

94-
## Matrix
95-
96-
For people who don't want to use Discord, we have a Matrix Space which is bridged to the Discord server:
97-
98-
[![PolyMC Space](https://img.shields.io/matrix/polymc:matrix.org?label=PolyMC%20space)](https://matrix.to/#/#polymc:matrix.org)
99-
100-
If there are any issues with the space or you are using a client that does not support the feature, here are the individual rooms:
101-
102-
[![News](https://img.shields.io/matrix/polymc-news:matrix.org?label=PolyMC%20News)](https://matrix.to/#/#polymc-news:matrix.org)
103-
104-
[![Discussion](https://img.shields.io/matrix/polymc-discussion:matrix.org?label=PolyMC%20Discussion)](https://matrix.to/#/#polymc-discussion:matrix.org)
105-
10694
# Source code
10795

10896
---

src/news/release-7.1.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: PolyMC 7.1 has been released
3+
description: Fixes CurseForge after July 16th
4+
date: 2026-07-14
5+
release_version: 7.1
6+
minimum_macos_version: 11.0.0
7+
legacy_macos_minimum_version: 10.14.0
8+
mac_signature: EJyVXloxbcKsTt4c+2gLH4nTRA6MSRMlqeZ3CgYDPqW3bxIL8HcqmqDamkJ2vp6hMUvljz1Ph6l7gvrTzDlZDQ==
9+
legacy_mac_signature: 2u6ocBsA16GbD8pPQ/LFS7YmKJoToV2CXxCp3g2Hfdu4ytx2cf4HYzhIvT/h6fwUZ18jmujrOG4Iokb0u/5oCA==
10+
tags:
11+
- release
12+
---
13+
14+
This is just to fix support for CurseForge after July 16th... <sup><sub>god i hate curseforge</sup></sub>
15+
16+
## Notice
17+
Linux builds are now exclusively AppImage. The prebuilt binaries are useless. Also Removed Qt 5 builds from Linux
18+
19+
## What's Changed
20+
21+
- Fix compiling for Qt 6.9.0 (Nice) and QTBUG-135800 workaround by [@Kaydax](https://github.com/Kaydax) in [#1693](https://github.com/PolyMC/PolyMC/pull/1693), [#1703](https://github.com/PolyMC/PolyMC/pull/1703)
22+
- Skip empty and non-executable Java paths when probing by [@byte-chan](https://github.com/byte-chan) in [#1696](https://github.com/PolyMC/PolyMC/pull/1696)
23+
- Windows on ARM support: architecture detection, workflow matrix, NSIS fixes by [@crueter](https://github.com/crueter) and [@Kaydax](https://github.com/Kaydax) in [#1743](https://github.com/PolyMC/PolyMC/pull/1743)
24+
- Fix GitHub workflow: Ubuntu 22.04, CMake, ccache-action by [@Kaydax](https://github.com/Kaydax) in [#1705](https://github.com/PolyMC/PolyMC/pull/1705)
25+
- macOS CI: update to macOS 15, fix macos-legacy by [@Kaydax](https://github.com/Kaydax) in [#1731](https://github.com/PolyMC/PolyMC/pull/1731)
26+
- nix: add JDK 25, migrate from deprecated xorg namespace by [@rusty-tendrils](https://github.com/rusty-tendrils) in [#1755](https://github.com/PolyMC/PolyMC/pull/1755)
27+
- CMake: add USE_CCACHE option by [@crueter](https://github.com/crueter) in [#1744](https://github.com/PolyMC/PolyMC/pull/1744)
28+
- Refactor workflows: extensible scripts, quick-sharun, new action structure by [@crueter](https://github.com/crueter) in [#1746](https://github.com/PolyMC/PolyMC/pull/1746)
29+
- CI: move CodeQL to separate job, add versioned artifacts by [@crueter](https://github.com/crueter) in [#1747](https://github.com/PolyMC/PolyMC/pull/1747)
30+
- CI: add aarch64 AppImage, remove Quazip-qt5 by [@crueter](https://github.com/crueter) in [#1751](https://github.com/PolyMC/PolyMC/pull/1751)
31+
- Add patchelf to deps.sh by [@Samueru-sama](https://github.com/Samueru-sama) in [#1765](https://github.com/PolyMC/PolyMC/pull/1765)
32+
- mangohud: update to shim DLL by [@hustlerone](https://github.com/hustlerone) in [#1729](https://github.com/PolyMC/PolyMC/pull/1729)
33+
34+
## New Contributors
35+
36+
- [@byte-chan](https://github.com/byte-chan) made their first contribution in [#1696](https://github.com/PolyMC/PolyMC/pull/1696)
37+
- [@rusty-tendrils](https://github.com/rusty-tendrils) made their first contribution in [#1755](https://github.com/PolyMC/PolyMC/pull/1755)
38+
- [@Samueru-sama](https://github.com/Samueru-sama) made their first contribution in [#1765](https://github.com/PolyMC/PolyMC/pull/1765)
39+
40+
**Full Changelog**: https://github.com/PolyMC/PolyMC/compare/7.0...7.1
41+
42+
You can [grab the latest download here](/download) for your respective platform.

0 commit comments

Comments
 (0)