Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
On the 30th of November, it's been 10 years since the first
(documented) release of MultiMC. Party hats for everyone :)
|
|
|
|
|
|
|
|
This makes the account system much more modular
and makes it treat errors as something recoverable,
unless they come directly from the MSA refresh token
becoming invalid.
|
|
|
|
GH-4224 Scan 64 bit lib directory to find Java
|
|
This makes the tokens not expire when such errors happen.
Only applies to MSA, not the XBox and Mojang steps afterwards.
Further testing and improvements are still needed.
|
|
It broke 32bit linux builds...
|
|
|
|
It is bugged and does not detect changes in .ui files, which makes development painful.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- We now use the new endpoint for loggiong in via XBox tokens (/launcher/login)
- We now check game entitlements instead of only relying on MC profile presence
- Accounts can now be added even when they do not have a profile
- The launcher will guide you through selecting a Minecraft name if you don't have one yet
|
|
NOISSUE Update manpage to include new `-a / --profile` option.
|
|
|
|
|
|
|
|
|
|
|
|
Used like this:
```
./MultiMC --launch 1.17.1 --profile MultiMCTest --server mc.hypixel.net
```
|
|
|
|
|
|
|
|
|
|
|
|
MultiMCGH-4120 Add manpage to ubuntu and rpm packages
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
NOISSUE Use Qt's clear button for ATLauncher page
|
|
NOISSUE Fix modpacks.ch search
|
|
|
|
|