Skip to content

Commit

Permalink
update changelog / warn about potential macOS EOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX authored Aug 25, 2024
1 parent 56592f9 commit 30efc95
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -814,8 +814,12 @@ jobs:
./ghr*/ghr -t ${{ secrets.GITHUB_TOKEN }} -u ${{ steps.setup-vars.outputs.owner }} -r ${{ steps.setup-vars.outputs.repo }} ${{ !(github.ref == 'refs/heads/main' && !contains(github.event.head_commit.message, '[DRAFT]')) && '-draft ' || '' }}-b "$LAUNCHER_RELEASE_DESCRIPTION$(cat changelog.txt)" "$(cat version.txt)-${{ steps.setup-vars.outputs.build-number }}" dist2/
env:
LAUNCHER_RELEASE_DESCRIPTION: |
Links for linux flatpak or AppImage can be found on our wiki https://mcpelauncher.readthedocs.io.
Links for linux flatpak or AppImage can be found on our wiki https://minecraft-linux.github.io.
> [!WARNING]
> The current macOS port is about to stop receiving Minecraft updates in March 2025
> mojang is going to make OpenGL ES 3.1 required
> [!CAUTION]
> - You need to own Minecraft on the google play store and login with your google account to use this launcher
> - Only mac models first sold in 2012 or later can run versions after Minecraft 1.20.15
Expand Down
2 changes: 2 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
<p>The current macOS port is about to stop receiving Minecraft updates in March 2025. Mojang is going to make OpenGL ES 3.1 required</p>
<p>Removed (proprietary) fmod binaries, using the fmod for android instead bundled with the game</p><p>1.21.30 fmod fixes</p><p>WIP Mod list</p><p>Minecraft Trial and ChromeOS UI Support</p><p>A lot of minor changes</p>
<p>Moved wiki to minecraft-linux.github.io</p><p>Fix audio when -fes is disabled like on macOS</p>

0 comments on commit 30efc95

Please sign in to comment.