Releases: minecraft-linux/appimage-builder
v0.2.4-670
Use this very unstable launcher at your own risk, backup your worlds including realms. You may be banned by featured servers.
change to ubuntu bionic for arm64 build (#9)
v0.2.3-668: Release v0.2.3 via Buildbot (#8)
Use this very unstable launcher at your own risk, backup your worlds including realms.You may be banned by featured servers.
Allow to disable the texture patch
Added Game storage buttons in settings
Fix a startup crash on macOS 10.10-10.12 for 1.17
Fix a startup crash while gamepads are connected for 1.16.210 and later
Added a warning to google play sign in
Fixed an xbox sign in issue after creating an account
Fix some qt ui glitches
Version v0.2.2 skipped due to a bug
DO NOT USE
New hooking api, top secret
v0.2.1-661: Merge pull request #7 from ChristopherHX/release/v0.2.1
Disable use .apk from launcher login
Add workaround for texture off by one 1.16.210-1.17.0.52 and beyond revision 2
Test a new 1.16.230+ workaround due to stack corruption
Add the two big bugs of 1.16.210 and later to titlescreen
hook
Nothing
v0.2.0-659
Disable use .apk from launcher login
Add workaround for texture off by one 1.16.210-1.17.0.52 and beyond
Test a new 1.16.230+ workaround due to stack corruption
v0.1-beta-24-658: Merge pull request #6 from ChristopherHX/release/v0.1-beta-24
Realms might work time to time, but is unsupported and not tested by maintainers
Improve internal storage handling of 1.16.220 and later
Fixed a rare crash while loading resources
v0.1-beta-23-656: Merge pull request #5 from ChristopherHX/release/v0.1-beta-23
Feature Update for 1.16.220. Fixed several incompatibilities with 1.16.220 and 1.16.230
v0.1-beta-21-652
Fixed arm, arm64 appimage creation due to missing space
Look for intel / amd in the previous Release
v0.1-beta-21-648
Ui Fixes
- Removed Minecraft 1.16.210 from versionslist, because you can hardly craft anything in survival mode MCPE-117105 and texture glitches MCPE-121068
- Block launching unsupported Minecraft Versions completely
- Fixed missing versionsdb glitch, now it is embedded as a fallback
- Disabled devmode, start the ui with --enable-devmode to get it back
Changes in game-window
- Remove ENABLE_FEATURE_VERBOSE_JOYSTICKS:. only show erros in debug builds without NDEBUG
Changes in libc-shim
- Merge pull request 8 from joserobjr/patch-1
- Add a shim for malloc_usable_size (Apple included). Add shim for malloc_size for Apple
- This was requested by @ChristopherHX at PR 7. Add a shim for malloc_usable_size
- This is used by the release Minecraft 1.16.210.05 build, it can be passed through directly without issues.
Changes in mcpelauncher-client
- Fix errorwindow spam (pulsaudio).... after loosing pulseaudio connection
- Merge pull request 18 from bylaws/saa
- Rework core patches to be patched in via the linker. Add back CorePatches::Install to support older Minecraft versions
- Rework core patches to be patched in via the linker
- They are passed as an argument when loading the Minecraft library.
Changes in mcpelauncher-core
- Add default parameter to loadMinecraftLib
- Merge pull request 6 from bylaws/saa
- Transition to dlext hooks for mouse visibility callbacks. Don't require mouse pointer hooks
- Transition to dlext hooks for mouse visibility callbacks
- 1.16.210 removed the vtable symbols that were previously used for this. so use the linker extension as a workaround with callbacks being passed. in by the client.
Changes in mcpelauncher-errorwindow
- wait for the errorwindow process
- create a waiting thread to cleanup the child errorwindow process
Changes in mcpelauncher-webview
- Merge pull request 1 from ChristopherHX/patch-1
- Fix macro to be 5.12, not 5.18