Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Release v0.13.0 via Buildbot (#25)
Browse files Browse the repository at this point in the history
* Release v0.13.0 via Buildbot
* xbl note
  • Loading branch information
ChristopherHX authored Feb 6, 2024
1 parent 768a1bc commit 7a66c8c
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 9 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,19 @@ jobs:
- you can update it externally with appimageupdate or appimagelauncher
- the check for updates can be disabled in settings
# Not available Features you may miss
- Xbox live friend joining
- usually times out or crashs the game in both directions
- consider using the offical server software <https://www.minecraft.net/en-us/download/server/bedrock>
- connect all by ip as external server
- Xbox live login
- a lot of devices seem to get error code "drowned" without beeing asked for login
- error code "drowned" has more meanings like you closed the webview window without sign in
- there is no resolution for those getting this error
- programs that rewrite http requests sent by this launcher could also cause this problem
- all xbox http requests are signed by an ecdsa key
- the second request using the token for sisu auth are always rejected by Xbox Live Servers with http code 403 Forbidden
- this problem is not reproducable for developers
### Changelog
- name: Publish release
if: github.ref == 'refs/heads/main' && !contains(github.event.head_commit.message, '[DRAFT]')
Expand Down
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<p>Fix fake AAsset loader to work with 1.20.50.21 (ChristopherHX)</p><p>AInputQueue mouse input for breaking changes in 1.20.50.22 (GameParrot)</p><p>Build bookworm based AppImages (ChristopherHX)</p><p>Fix xbox live ssl problems in arm64 debs (ChristopherHX)</p>
<p>Xbox http client fixes for 1.20.60 by GameParrot</p> <p>1.20.60 has been added to the allowed list of this update</p> <p>Fix loading mods using libGLESv2.so as dependency like fps hud mod on macOS</p> <p>Refactor Xbox Authentication Library support code</p> <p>Experimental SDL3 GameWindow backend avalailable for building the launcher</p> <p>Caution 1.20.70.21 (beta) seem to no longer work on macOS/arm64, macOS/x86_64 is still working on macOS 10.14</p> <p>mcpelauncher-manifest-glfw packages for fedora should now prefer wayland over xwayland</p> <p>Backport Manual Login to qt5 builds of the launcher</p>
2 changes: 1 addition & 1 deletion mcpelauncher-qt6.commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2184b0c90c44560490573e57878179af4e7ed2c3
64a837466cd9bd7d9b1e9c3e821eb620e1be45fa
2 changes: 1 addition & 1 deletion mcpelauncher-ui-qt6.commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
348a805a44b1fb692af6bd5a131d18f98f4ecd4e
d56d29b6d290bd7aae0fbd08490f4f19dc80f7a9
2 changes: 1 addition & 1 deletion mcpelauncher-ui.commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
166da13019aaaf828eca8ba1394df46b6f4bf945
8af155b74f83e7fda26f98b296cd85fedeb5f290
2 changes: 1 addition & 1 deletion mcpelauncher.commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
28cca8f17d6bb62208fb7bfda9f61c860f8180a2
1ce26729743a15946de6280501e7d2ed3c08c78d
2 changes: 1 addition & 1 deletion msa.commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e335369d9066229bb075d4a7865424b3407934db
cfcebaa0845df8e0eebaae5b211e38f8d812beab
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.12.1
v0.13.0
2 changes: 1 addition & 1 deletion versionsdb.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2ab66cc1cc6034c3b88792926b4373d92f368ee6
2ff7359f5aac20d15c73f28c5fb467eff9f1430e
2 changes: 1 addition & 1 deletion versionsdbremote.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.12.x
v0.13.x

0 comments on commit 7a66c8c

Please sign in to comment.