Skip to content
This repository has been archived by the owner on Feb 16, 2025. It is now read-only.

Commit

Permalink
Release/v1.0.1 (#31)
Browse files Browse the repository at this point in the history
* Release v1.0.1 via Buildbot

* update changelog / warn about potential macOS EOS
  • Loading branch information
ChristopherHX authored Aug 25, 2024
1 parent d398121 commit 5fa510c
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 deletions.
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
4 changes: 3 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
<p>Fixed ipv6 webrtc multiplayer problems by GameParrot</p><p>Custom Scaling of the menubar</p><p>Alt no longer focuses the menuabar by default, you would need to enable it yourself</p>
<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>
2 changes: 1 addition & 1 deletion mcpelauncher-ui.commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d49674f576364bbf1e627e64f27ec0f5e6d54af0
bc03bd2d8de2ec97d55411ac316f633ac7f7a5a1
2 changes: 1 addition & 1 deletion mcpelauncher.commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4af79badaaf34f4ae3f842b1b05a9c5e70172cea
80770c4d1a300a84d6969e576a2d72ce765095ec
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.15.2
v1.0.1
2 changes: 1 addition & 1 deletion versionsdb.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
609545e16c93ac3258ebf24ddf7b8921beef0c46
ac4b554587dff06e8a63d1d7095313ccfa03f1fc
2 changes: 1 addition & 1 deletion versionsdbremote.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.14.x
v1.0.x

0 comments on commit 5fa510c

Please sign in to comment.