-
Notifications
You must be signed in to change notification settings - Fork 5
/
io.mrarm.mcpelauncher.metainfo.xml
298 lines (298 loc) · 17.3 KB
/
io.mrarm.mcpelauncher.metainfo.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
<?xml version='1.0' encoding='utf-8'?>
<component type="desktop-application">
<id>io.mrarm.mcpelauncher</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0</project_license>
<name>Minecraft Bedrock Launcher</name>
<summary>Download and play Minecraft Bedrock Edition on GNU/Linux</summary>
<description>
<p>
To use this launcher you have to own Minecraft: Bedrock Edition on google play store, you may be unable to play the latest update of the Game. Otherwise you will get an license error while launching the google play apk.
</p>
<p>
This is an unofficial Linux launcher for the Minecraft Bedrock codebase. This project is not affiliated with Minecraft, Mojang or Microsoft.
</p>
<p>Not available Features you may miss</p>
<ul>
<li>Xbox live friend joining - Technically Working on Linux - usually times out or crashs the game in both directions - consider using the offical server software <code>www.minecraft.net/en-us/download/server/bedrock</code> - connect all by ip as external server</li>
<li>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 - try to change your timezone to a different one</li>
</ul>
</description>
<launchable type="desktop-id">io.mrarm.mcpelauncher.desktop</launchable>
<screenshots>
<screenshot type="default">
<caption>Changelog page of the Launcher</caption>
<image>https://raw.githubusercontent.com/flathub/io.mrarm.mcpelauncher/master/changelogscreen.png</image>
</screenshot>
<screenshot>
<caption>Main screen of the Launcher</caption>
<image>https://raw.githubusercontent.com/flathub/io.mrarm.mcpelauncher/master/homescreen.png</image>
</screenshot>
<screenshot>
<caption>Profile Editor of the Launcher</caption>
<image>https://raw.githubusercontent.com/flathub/io.mrarm.mcpelauncher/master/profileeditor.png</image>
</screenshot>
<screenshot>
<caption>Settings of the Launcher</caption>
<image>https://raw.githubusercontent.com/flathub/io.mrarm.mcpelauncher/master/settings.png</image>
</screenshot>
<screenshot>
<caption>Main screen of the Game</caption>
<image>https://raw.githubusercontent.com/flathub/io.mrarm.mcpelauncher/master/gamescreen.png</image>
</screenshot>
<screenshot>
<caption>Ingame ancient Nether Portal</caption>
<image>https://user-images.githubusercontent.com/44845461/86053073-3f4b2880-ba58-11ea-8a73-6d16ef2785d8.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.0">
<content_attribute id="violence-cartoon">moderate</content_attribute>
<content_attribute id="violence-fantasy">moderate</content_attribute>
<content_attribute id="social-chat">intense</content_attribute>
<content_attribute id="social-info">intense</content_attribute>
<content_attribute id="social-contacts">intense</content_attribute>
<content_attribute id="money-purchasing">intense</content_attribute>
</content_rating>
<releases>
<release version="v1.1.1" date="2024-10-23">
<description>
<p>Allow Minecraft 1.21.40 (ChromeOS Trial) to run</p>
</description>
</release>
<release version="v1.1.0" date="2024-10-13">
<description>
<p>Updated to be able to run up to 1.21.50.22 beta</p>
</description>
</release>
<release version="v1.0.0" date="2024-08-18">
<description>
<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>
</description>
</release>
<release version="v0.15.2" date="2024-07-06">
<description>
<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>
</description>
</release>
<release version="v0.15.0" date="2024-06-06">
<description>
<p>New UI rewritten by devendrn, backported to qt5 and modified by christopherhx</p>
<p>Developer Settings mode are deprecated again for regular User, because they have been misused to break the Launcher without knowing it</p>
<p>webrtc patch from macOS now partially applied to linux</p>
<p>The gamelog window moved to sidebar</p>
<p>You can now encrypt your google credentials, to opt in logout and login again in settings</p>
</description>
</release>
<release version="v0.14.2" date="2024-04-25">
<description>
<p>Revert changes to fix Xbox Login with Timezone Dublin in Winter Time, it causes Problems in several Timezones</p>
<p>Includes a lot of patches for freebsd support</p>
<p>Update flatpak runtime to 6.7</p>
<p>menubar enabled again on Intel and Google Drivers</p>
</description>
</release>
<release version="v0.14.1" date="2024-03-16">
<description>
<p>Disabled all features of menubar due to amd radeon driver problems</p>
</description>
</release>
<release version="v0.13.0" date="2024-02-06">
<description>
<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>
</description>
</release>
<release version="v0.12.0" date="2023-10-31">
<description>
<p>forked glfw/glfw of flatpak to add a workaround for common nvidia x11 driver issues (ChristopherHX)</p>
<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>
</description>
</release>
<release version="v0.11.4" date="2023-10-07">
<description>
<p>apple m-series macs are unable to use intel builds of the game, due to the macOS 14 update you have to switch to arm64, which may need manual changes to profiles and older versions of the game may no longer work at all</p>
<p>apple m-series macs should now be enrolled to the experimental native arm64 game client you may have to disable all dev options you might have been using</p>
<p>Fixed stabilty issues of text input changes of the previous update</p>
</description>
</release>
<release version="v0.11.3" date="2023-09-27">
<description>
<p>Sorry I do not remember what has changed</p>
</description>
</release>
<release version="v0.11.2" date="2023-08-18">
<description>
<p>Resolve google login problems (error Login failed) of v0.10.0 and older due to missing accountIdentifier caused by server side changes from Google</p>
<p>Resolve compatibility problems with 1.20.20 and 1.20.30</p>
<p>Basic Gamepad Navigation via dpad (l/r => backtab/tab, up/down scroll up/down) and a/b</p>
<p>Gamepad configuration tool and notification about missing gamepad Mappings (notifications can be hidden via a new setting)</p>
</description>
</release>
<release version="v0.10.0" date="2023-06-07">
<description>
<p>Port game launcher to macOS/arm64</p>
<p>Fix issues with 1.20.0 and 1.20.10.21</p>
<p>File picking on linux, this does not work on macOS yet</p>
<p>Fix a crash while using xbox live multiplayer</p>
</description>
</release>
<release version="v0.9.0" date="2023-04-03">
<description>
<p>Initial 1.19.8x support with rollforward, no longer waiting for every Minecraft patch release to be tested</p>
<p>Implement xbox live websockets to fix joining xbox live friends</p>
</description>
</release>
<release version="v0.8.5" date="2023-02-28">
<description>
<p>Fix music not loading in Minecraft 1.19.60</p>
<p>Fix marketplace content download</p>
<p>file-picker set default savefile name</p>
<p>Implement share and launchUri</p>
<p>Revert a change, which caused a crash on a intelhd3000 GPU</p>
<p>Add setClipboard</p>
<p>Support for openFile and saveFile</p>
<p>refactor event handling to fix gamepad input under Minecraft 1.19.60 or higher</p>
<p>Fix keyboard on 1.19.70.22</p>
<p>Revert a change, which caused a stack corruption error on arm64 AppImage</p>
<p>Add angle-backend option for macOS to opt in to use the metal backend</p>
<p>Fix troubleshooter has shown SSSE3 issues instead of the actual error</p>
<p>google play api include more details in http errors</p>
<p>Updated outdated links to old issues in the UI</p>
<p>Fix desktop file not working under fedora</p>
</description>
</release>
<release version="v0.8.1" date="2023-02-04">
<description>
<p>You can play up to Minecraft 1.19.70.20</p>
<p>* reorder nativecallbacks: This fixes the random loading freeze on 56% during loading the game by @ChristopherHX </p>
<p>* Set isChromebook to true: Makes the game more optimized for computer by default (Classic UI by default, smaller GUI scale, outline selection on by default) by @GameParrot</p>
<p>* Fix white mob / leaf glitch macOS by @GameParrot</p>
<p>* increase stability: synchonize x11 client library access, since 1.18.30+ no longer render in the main thread by @ChristopherHX </p>
<p>* allow building with snmalloc by @ChristopherHX</p>
<p>Fixed an issue while pressing add new profile and the versions combobox has been empty</p>
</description>
</release>
<release version="v0.8.0" date="2023-01-14">
<description>
<p>You can play up to Minecraft 1.19.60.26</p>
</description>
</release>
<release version="v0.6.0" date="2022-12-31">
<description>
<p>You can play up to Minecraft 1.19.60.23</p>
</description>
</release>
<release version="v0.5.3" date="2022-11-07">
<description>
<p>Currently able to launch 1.13.0 to 1.19.40</p>
<p>downgrade glfw 3.3</p>
<p>rollback wayland support</p>
</description>
</release>
<release version="v0.5.2" date="2022-11-03">
<description>
<p>Currently able to launch 1.13.0 to 1.19.40</p>
<p>Fix game version 1.19.40 not showing even if it is compatible</p>
<p>fix crash when QT_QUICK_CONTROLS_STYLE is set</p>
<p>update glfw</p>
<p>enable wayland support, without running xwayland</p>
</description>
</release>
<release version="v0.5.1" date="2022-10-19">
<description>
<p>Currently able to launch 1.13.0 to 1.19.30</p>
<p>Avoid download errors due to small tmp size with devices of 4GB of RAM or lower</p>
<p>Update qt5 framework to qt6</p>
</description>
</release>
<release version="v0.5.0" date="2022-10-01">
<description>
<p>Updated to be able to launch 1.18.30 to 1.19.30</p>
<p>1.18.30 - 1.19.30 may stop responding while showing a progress of 56%-58%, just close and reopen the game again this issue is not planned to be fixed</p>
<p>1.18.30 - 1.19.30 the game doesn't allow to select any skins, choose game version 1.16.201 to fix this</p>
<p>1.18.30 - 1.19.30 will crash very frequently, this is not planned to be fixed</p>
<p>Realms might work again for some time, but don't rely beeing able to access them due to incompatible game updates</p>
<p>Credits for fixing access to the new world screens go to GitHub user reedacartwright</p>
<p>Credits for 1.19.40 beta patches go to GitHub user 0xCatPKG</p>
<p>Cross Play with macOS is current not possible for game version 1.18.30 and newer, choose an older game version on linux to match the macOS Launcher</p>
</description>
</release>
<release version="v0.4.0" date="2022-06-29">
<description>
<p>New icon and logo</p>
<p>Fix Launcher loading bug</p>
<p>Fix internal storage of 1.18.10 and later</p>
<p>Fix xbox live achievements page</p>
</description>
</release>
<release version="v0.3.2" date="2021-12-12">
<description>
<p>This project may no longer provide latest version support. It may take more than 12 month for a new Version to be supported.</p>
<p>1.13.0 - 1.18.2 are now working inclusive offline mode</p>
<p>The Development Mode is no longer hidden</p>
<p>This version cannot launch Minecraft 1.18.10.22</p>
<p>No longer contains proprietary launcher extensions. This Project still contains the proprietary fmod library, the arm32 laucher loads binaries extracted from the android ndk built without sourcecode</p>
</description>
</release>
<release version="v0.3.0.1" date="2021-11-03">
<description>
<p>Update flatpak sdk to kde 5.15-21.08</p>
<p>revert workaround of the apk downloader required for kde 5.15</p>
</description>
</release>
<release version="v0.3.0" date="2021-10-22">
<description>
<p>Anti piracy update, starting 1.17.40+ currently requires an internet connection</p>
<p>I forget what exactly I have changed during the last months</p>
</description>
</release>
<release version="v0.2.6" date="2021-09-27">
<description>
<p>Update runtime to kde sdk to 5.15</p>
<p>Export playapi information as environment variables</p>
</description>
</release>
<release version="v0.2.3" date="2021-07-04">
<description>
<p>Use this very unstable launcher at your own risk, backup your worlds including realms.You may be banned by featured servers.</p>
<p>Allow to disable the texture patch</p>
<p>Added Game storage buttons in settings</p>
<p>Fix a startup crash on macOS 10.10-10.12 for 1.17</p>
<p>Fix a startup crash while gamepads are connected for 1.16.210 and later</p>
<p>Added a warning to google play sign in</p>
<p>Fixed an xbox sign in issue after creating an account</p>
<p>Fix some qt ui glitches</p>
<p>Version v0.2.2 skipped due to a bug</p>
</description>
</release>
<release version="v0.2.1" date="2021-05-03">
<description>
<p>Disable use .apk from launcher login</p>
<p>Add workaround for texture off by one 1.16.210-1.17.0.52 and beyond revision 2</p>
<p>Test a new 1.16.230+ workaround due to stack corruption</p>
<p>Add the two big bugs of 1.16.210 and later to titlescreen</p>
</description>
</release>
</releases>
<url type="homepage">https://minecraft-linux.github.io</url>
<url type="bugtracker">https://github.com/flathub/io.mrarm.mcpelauncher/issues</url>
<url type="faq">https://minecraft-linux.github.io/faq</url>
<url type="help">https://minecraft-linux.github.io/troubleshooting</url>
<url type="contact">https://discord.gg/TaUNBXr</url>
<url type="vcs-browser">https://github.com/minecraft-linux/mcpelauncher-manifest</url>
<project_group>minecraft-linux</project_group>
<developer_name>minecraft-linux</developer_name>
</component>