Update launcher repository links

This commit is contained in:
kb1000 2021-10-21 02:00:16 +02:00
parent 7dfdcc078a
commit 67dc093fda
No known key found for this signature in database
GPG key ID: C174DD765CC3E131
18 changed files with 121 additions and 121 deletions

View file

@ -17,7 +17,7 @@ Some of the changes include:
* Screenshot management and uploading,
* Fixed encoding of escape sequences (eg \t \n) in config files,
* Miscellaneous bugfixes,
* Full changelog available on [GitHub](https://github.com/MultiMC/MultiMC5/blob/develop/changelog.yaml).
* Full changelog available on [GitHub](https://github.com/MultiMC/Launcher/blob/develop/changelog.yaml).
Many thanks to [@peterixxx](https://twitter.com/peterixxx), [@02JanDal](https://twitter.com/02JanDal) and [Robotbrain](https://twitter.com/skylordelros) for implementing the vast majority of these changes - go give them <small><i class="uk-icon-heart" alt="<3"></i></small>!

View file

@ -19,7 +19,7 @@ date: 2016-01-22
Because of the reverted Qt version, OSX 10.7 *might* work again. If it does, please do tell, it would help with figuring out what went wrong there :)
[The full changelog is available on github.](https://github.com/MultiMC/MultiMC5/blob/7ca9f92343e2fb2a15d278b08f7244838e74a5d8/changelog.md)
[The full changelog is available on github.](https://github.com/MultiMC/Launcher/blob/7ca9f92343e2fb2a15d278b08f7244838e74a5d8/changelog.md)
## The future
@ -30,7 +30,7 @@ Considering the generally huge gaps between the last releases, the future of Mul
* Release often.
* Integrating the existing code written for the previous big features in a sensible way.
We are in the process of moving the existing suggestions from [github](https://github.com/MultiMC/MultiMC5/labels/feature), where they got really messy, to a [much more manageable list on workflowy](https://workflowy.com/s/2EyDMcp7CU).
We are in the process of moving the existing suggestions from [github](https://github.com/MultiMC/Launcher/labels/feature), where they got really messy, to a [much more manageable list on workflowy](https://workflowy.com/s/2EyDMcp7CU).
Once this is complete, we'll post a poll about what should be the focus of future releases. Feel free to review the list(s) and contact us on IRC, reddit, discord or through github issues!

View file

@ -32,7 +32,7 @@ This release contains mainly a workaround for Minecraft 1.9 support and returned
This doesn't apply to every possible issue yet and will be expanded upon in the next release.
[The full changelog is available on github.](https://github.com/MultiMC/MultiMC5/blob/a3cd3d5ff18215a475ed6b5f231f3f02ccd668f7/changelog.md)
[The full changelog is available on github.](https://github.com/MultiMC/Launcher/blob/a3cd3d5ff18215a475ed6b5f231f3f02ccd668f7/changelog.md)
## The future

View file

@ -6,7 +6,7 @@ date: 2014-11-21
Just a few days ago we released version 0.4.4 of MultiMC 5, today we're already on 0.4.5! These two releases are mainly bug fix updates, but also contain a few new features, some of which are listed below.
See [the changelog](https://github.com/MultiMC/MultiMC5/blob/stable/changelog.md#045) for a full list of changes.
See [the changelog](https://github.com/MultiMC/Launcher/blob/stable/changelog.md#045) for a full list of changes.
### Translations

View file

@ -31,45 +31,45 @@ Seeing that FTB is moving to the curse platform, the FTB tracking support will b
### Functional changes
- [GH-974](https://github.com/MultiMC/MultiMC5/issues/974): A copy of the libstdc++ library is now included in linux releases, improving compatibility
- [GH-985](https://github.com/MultiMC/MultiMC5/issues/985): Jar mods are now movable and removable after adding
- [GH-983](https://github.com/MultiMC/MultiMC5/issues/983): Use 'minecraft.jar' as the main jar when using jar mods - fixes NEI in Legacy Minecraft versions
- [GH-977](https://github.com/MultiMC/MultiMC5/issues/977): Fix FTB paths on Windows
- [GH-974](https://github.com/MultiMC/Launcher/issues/974): A copy of the libstdc++ library is now included in linux releases, improving compatibility
- [GH-985](https://github.com/MultiMC/Launcher/issues/985): Jar mods are now movable and removable after adding
- [GH-983](https://github.com/MultiMC/Launcher/issues/983): Use 'minecraft.jar' as the main jar when using jar mods - fixes NEI in Legacy Minecraft versions
- [GH-977](https://github.com/MultiMC/Launcher/issues/977): Fix FTB paths on Windows
This removes some very old compatibility code. If you get any issues, make sure you run the FTB Launcher and let it update its files.
- [GH-992](https://github.com/MultiMC/MultiMC5/issues/992) and [GH-1003](https://github.com/MultiMC/MultiMC5/issues/1003): Improved performance when saving settings:
- [GH-992](https://github.com/MultiMC/Launcher/issues/992) and [GH-1003](https://github.com/MultiMC/Launcher/issues/1003): Improved performance when saving settings:
- Bad performance was caused by improved data consistency
- Each config file is now saved only once, not once for every setting
- When loading FTB instances, there are no writes to config files anymore
- [GH-991](https://github.com/MultiMC/MultiMC5/issues/991): Implemented wrapper command functionality:
- [GH-991](https://github.com/MultiMC/Launcher/issues/991): Implemented wrapper command functionality:
There is an extra field in the MultiMC Java settings that allows running Java inside a wrapper program or script. This means you can run Minecraft with wrappers like `optirun` and get better performance with hybrid graphics on linux without workarounds.
- [GH-997](https://github.com/MultiMC/MultiMC5/issues/997): Fixed saving of multi-line settings. This fixes notes.
- [GH-967](https://github.com/MultiMC/MultiMC5/issues/967): It is now possible to add patches (Forge and LiteLoader) to tracked FTB instances properly.
- [GH-997](https://github.com/MultiMC/Launcher/issues/997): Fixed saving of multi-line settings. This fixes notes.
- [GH-967](https://github.com/MultiMC/Launcher/issues/967): It is now possible to add patches (Forge and LiteLoader) to tracked FTB instances properly.
Libraries added by the patches will be taken from MultiMC's `libraries` folder, while the tracked patches will use FTB's folders.
- [GH-1011](https://github.com/MultiMC/MultiMC5/issues/1011) and [GH-1015](https://github.com/MultiMC/MultiMC5/issues/1015): Fixed various issues when the patch versions aren't complete
- [GH-1011](https://github.com/MultiMC/Launcher/issues/1011) and [GH-1015](https://github.com/MultiMC/Launcher/issues/1015): Fixed various issues when the patch versions aren't complete
This applies when Minecraft versions are missing or when patches are broken and the profile is manipulated by adding, moving, removing, customizing and reverting patches.
- [GH-994](https://github.com/MultiMC/MultiMC5/issues/994): Rearranged the buttons on the Versions page to make jar mods less prominent
- [GH-994](https://github.com/MultiMC/Launcher/issues/994): Rearranged the buttons on the Versions page to make jar mods less prominent
Using the `Add jar mods` button will also show a nag dialog until it's been used successfully
- [GH-1021](https://github.com/MultiMC/MultiMC5/issues/1021): Builtin legacy Minecraft versions aren't customizable anymore
- [GH-1021](https://github.com/MultiMC/Launcher/issues/1021): Builtin legacy Minecraft versions aren't customizable anymore
The internal format for Legacy Minecraft versions does not translate to the external patch format and would cause crashes
- [GH-1016](https://github.com/MultiMC/MultiMC5/issues/1016): MultiMC prints a list of mods, coremods (contents of the coremods folder) and jar mods to the log on instance start. This should help with troubleshooting.
- [GH-1031](https://github.com/MultiMC/MultiMC5/issues/1031): Icons are exported and imported along with instances
- [GH-1016](https://github.com/MultiMC/Launcher/issues/1016): MultiMC prints a list of mods, coremods (contents of the coremods folder) and jar mods to the log on instance start. This should help with troubleshooting.
- [GH-1031](https://github.com/MultiMC/Launcher/issues/1031): Icons are exported and imported along with instances
This only applies if the icon was custom (not built-in) when exporting and the user doesn't choose an icon while importing the pack.
### UI changes
- [GH-970](https://github.com/MultiMC/MultiMC5/issues/970): Fixed help button for the External tools and Accounts dialog pages not linking to the proper wiki places
- [GH-970](https://github.com/MultiMC/Launcher/issues/970): Fixed help button for the External tools and Accounts dialog pages not linking to the proper wiki places
- Same for the Versions dialog page

View file

@ -8,7 +8,7 @@ This is a big update with some new features and a lot of fixed problems. We have
Aside from MultiMC changes, we now have a [MultiMC subreddit](https://www.reddit.com/r/MultiMC/) and a [MultiMC discord voice/chat server](https://discord.gg/0k2zsXGNHs0fE4Wm) you can join.
[The full changelog is available on github.](https://github.com/MultiMC/MultiMC5/blob/2c2b960ab4842b527653ec6fb8081412d9b02bae/changelog.md)
[The full changelog is available on github.](https://github.com/MultiMC/Launcher/blob/2c2b960ab4842b527653ec6fb8081412d9b02bae/changelog.md)
### World management
@ -36,7 +36,7 @@ Considering the generally huge gaps between the last releases, the future of Mul
* Release often.
* Integrating the existing code written for the previous big features in a sensible way.
We are in the process of moving the existing suggestions from [github](https://github.com/MultiMC/MultiMC5/labels/feature), where they got really messy, to a [much more manageable list on workflowy](https://workflowy.com/s/2EyDMcp7CU).
We are in the process of moving the existing suggestions from [github](https://github.com/MultiMC/Launcher/labels/feature), where they got really messy, to a [much more manageable list on workflowy](https://workflowy.com/s/2EyDMcp7CU).
Once this is complete, we'll post a poll about what should be the focus of future releases. Feel free to review the list(s) and contact us on IRC, reddit, discord or through github issues!

View file

@ -24,7 +24,7 @@ date: 2016-01-20
- GH-1362: When uploading or copying the Minecraft log, the action is logged, including a full timestamp.
[The full changelog is available on github.](https://github.com/MultiMC/MultiMC5/blob/33b6222f9ff658e7ce3095c8b96967ba14b72804/changelog.md)
[The full changelog is available on github.](https://github.com/MultiMC/Launcher/blob/33b6222f9ff658e7ce3095c8b96967ba14b72804/changelog.md)
## The future
@ -35,7 +35,7 @@ Considering the generally huge gaps between the last releases, the future of Mul
* Release often.
* Integrating the existing code written for the previous big features in a sensible way.
We are in the process of moving the existing suggestions from [github](https://github.com/MultiMC/MultiMC5/labels/feature), where they got really messy, to a [much more manageable list on workflowy](https://workflowy.com/s/2EyDMcp7CU).
We are in the process of moving the existing suggestions from [github](https://github.com/MultiMC/Launcher/labels/feature), where they got really messy, to a [much more manageable list on workflowy](https://workflowy.com/s/2EyDMcp7CU).
Once this is complete, we'll post a poll about what should be the focus of future releases. Feel free to review the list(s) and contact us on IRC, reddit, discord or through github issues!

View file

@ -43,7 +43,7 @@ The actual planning for the next release will happen on [this list](https://work
#### New or changed features
- [GH-338](https://github.com/MultiMC/MultiMC5/issues/338), [GH-513](https://github.com/MultiMC/MultiMC5/issues/513), [GH-700](https://github.com/MultiMC/MultiMC5/issues/700): Edit instance dialog and Console window have been unified
- [GH-338](https://github.com/MultiMC/Launcher/issues/338), [GH-513](https://github.com/MultiMC/Launcher/issues/513), [GH-700](https://github.com/MultiMC/Launcher/issues/700): Edit instance dialog and Console window have been unified
The resulting instance window can be closed or reopened at any point, it does not matter if the instance is running or not. The list of available pages in the instance window changes with instance state.
@ -63,9 +63,9 @@ The actual planning for the next release will happen on [this list](https://work
Trying to run a second copy will focus the existing window. If MultiMC was started without a main window, a new main window will be opened. If the second copy is launching an instance from the command line, it will launch in the first copy instead.
This feature is also used for better checking of correct update completion ([GH-1726](https://github.com/MultiMC/MultiMC5/issues/1726)). It should no longer be possible for MultiMC to end up in a state when it is unable to start - the old version checks that the new one can start and respond to liveness checks by writing a file.
This feature is also used for better checking of correct update completion ([GH-1726](https://github.com/MultiMC/Launcher/issues/1726)). It should no longer be possible for MultiMC to end up in a state when it is unable to start - the old version checks that the new one can start and respond to liveness checks by writing a file.
- [GH-903](https://github.com/MultiMC/MultiMC5/issues/903): MultiMC now supports theming
- [GH-903](https://github.com/MultiMC/Launcher/issues/903): MultiMC now supports theming
By default, it comes with a Dark, Bright, System (the old default) and Custom theme.
@ -115,7 +115,7 @@ The actual planning for the next release will happen on [this list](https://work
The Linux version of MCEdit is now also started from the shell script, fixing some compatibility issues.
- [GH-767](https://github.com/MultiMC/MultiMC5/issues/767): Minecraft skin upload
- [GH-767](https://github.com/MultiMC/Launcher/issues/767): Minecraft skin upload
The `Upload Skin` button is located on the Accounts page.
@ -132,7 +132,7 @@ The actual planning for the next release will happen on [this list](https://work
Requested many times, it's finally available.
- [GH-1635](https://github.com/MultiMC/MultiMC5/issues/1635), [GH-1273](https://github.com/MultiMC/MultiMC5/issues/1273), [GH-589](https://github.com/MultiMC/MultiMC5/issues/589), [GH-842](https://github.com/MultiMC/MultiMC5/issues/842), [GH-901](https://github.com/MultiMC/MultiMC5/issues/901), [GH-1117](https://github.com/MultiMC/MultiMC5/issues/1117): Mod lists have been improved heavily
- [GH-1635](https://github.com/MultiMC/Launcher/issues/1635), [GH-1273](https://github.com/MultiMC/Launcher/issues/1273), [GH-589](https://github.com/MultiMC/Launcher/issues/589), [GH-842](https://github.com/MultiMC/Launcher/issues/842), [GH-901](https://github.com/MultiMC/Launcher/issues/901), [GH-1117](https://github.com/MultiMC/Launcher/issues/1117): Mod lists have been improved heavily
- There is filter bar to allow finding mods in large packs quickly.
- Extended selection is allowed (does not have to be continuous).
@ -141,7 +141,7 @@ The actual planning for the next release will happen on [this list](https://work
- Mod lists have a column for when a mod was changed last time (or added using the mod list).
- You can open the `config` folder from the mods list now.
- [GH-352](https://github.com/MultiMC/MultiMC5/issues/352): It is now possible to cancel an instance update.
- [GH-352](https://github.com/MultiMC/Launcher/issues/352): It is now possible to cancel an instance update.
- Instance launch button now has a drop-down arrow instead of click and hold.
@ -159,35 +159,35 @@ The actual planning for the next release will happen on [this list](https://work
#### Improvements
- [GH-1433](https://github.com/MultiMC/MultiMC5/issues/1433): The account selection dialog no longer shows e-mail addresses when no default account is selected.
- [GH-1433](https://github.com/MultiMC/Launcher/issues/1433): The account selection dialog no longer shows e-mail addresses when no default account is selected.
Instead, it shows Minecraft profile names.
- [GH-1643](https://github.com/MultiMC/MultiMC5/issues/1643): The preferred language property is no longer being censored in logs.
- [GH-1643](https://github.com/MultiMC/Launcher/issues/1643): The preferred language property is no longer being censored in logs.
Because the values are often very short (`en` for example), it was simply not usable.
- [GH-1521](https://github.com/MultiMC/MultiMC5/issues/1521): JSON editor now works when customized.
- [GH-1521](https://github.com/MultiMC/Launcher/issues/1521): JSON editor now works when customized.
- [GH-1560](https://github.com/MultiMC/MultiMC5/issues/1560): Leading whitespace is now removed from instance names on creation and renaming
- [GH-1560](https://github.com/MultiMC/Launcher/issues/1560): Leading whitespace is now removed from instance names on creation and renaming
Leading and trailing spaces in names can confuse Windows Explorer and Java.
- [GH-1586](https://github.com/MultiMC/MultiMC5/issues/1586): MultiMC now prints to command line on Windows, so you can review the command line options.
- [GH-1586](https://github.com/MultiMC/Launcher/issues/1586): MultiMC now prints to command line on Windows, so you can review the command line options.
- [GH-1699](https://github.com/MultiMC/MultiMC5/issues/1699): Linux builds no longer contain the XCB library
- [GH-1699](https://github.com/MultiMC/Launcher/issues/1699): Linux builds no longer contain the XCB library
This caused many compatibility issues on with certain Linux graphics drivers and prevented MultiMC from starting.
- [GH-1731](https://github.com/MultiMC/MultiMC5/issues/1731): it was possible for the Screenshots page to show a list of all system drives.
- [GH-1731](https://github.com/MultiMC/Launcher/issues/1731): it was possible for the Screenshots page to show a list of all system drives.
Trying to delete said system drives obviously lead to data loss. Additional checks have been added to prevent this from happening.
- [GH-1670](https://github.com/MultiMC/MultiMC5/issues/1670): "Instance update failed because: Too soon! Let the LWJGL list load :)." has been fixed.
- [GH-1670](https://github.com/MultiMC/Launcher/issues/1670): "Instance update failed because: Too soon! Let the LWJGL list load :)." has been fixed.
This fixes launching of legacy (and legacy FTB) instances.
- [GH-1778](https://github.com/MultiMC/MultiMC5/issues/1778): Jar modded Minecraft.jar location breaks mod assumptions
- [GH-1778](https://github.com/MultiMC/Launcher/issues/1778): Jar modded Minecraft.jar location breaks mod assumptions
Some ancient mods require the modded `Minecraft.jar` to be in `.minecraft/bin`, inside the instance. Now it is placed there.
@ -201,7 +201,7 @@ The actual planning for the next release will happen on [this list](https://work
The log now persists after the instance/console window is closed.
- [GH-575](https://github.com/MultiMC/MultiMC5/issues/575): Mod lists got a refactor
- [GH-575](https://github.com/MultiMC/Launcher/issues/575): Mod lists got a refactor
The original issue is about adding sub-folder listings to mod lists. However, this is simply a refactor that separates the old Jar mod list from the less complex Loader mods. It allowed all of the mod list improvements to happen.

View file

@ -17,25 +17,25 @@ This release is mainly bugfixes for some of the issues found in 0.5.0.
Before, if you didn't have the console set to show up on launch, it would have some low default values set.
This meant that you wouldn't get enough of the log when the game crashed.
- [GH-1802](https://github.com/MultiMC/MultiMC5/issues/1802): Log resize is now handled properly.
- [GH-1802](https://github.com/MultiMC/Launcher/issues/1802): Log resize is now handled properly.
The log could end up with many empty lines because the wrong maximum size was used during the resize, potentially losing some lines.
- [GH-1807](https://github.com/MultiMC/MultiMC5/issues/1807): Fixed 'loggging' typo in console overflow notification.
- [GH-1807](https://github.com/MultiMC/Launcher/issues/1807): Fixed 'loggging' typo in console overflow notification.
- [GH-1801](https://github.com/MultiMC/MultiMC5/issues/1801): Launch script is no longer dumped into MultiMC's log on instance launch.
- [GH-1801](https://github.com/MultiMC/Launcher/issues/1801): Launch script is no longer dumped into MultiMC's log on instance launch.
- [GH-1065](https://github.com/MultiMC/MultiMC5/issues/1065): Use of 'folder' and 'directory' in the UI has been unified to 'folder'.
- [GH-1065](https://github.com/MultiMC/Launcher/issues/1065): Use of 'folder' and 'directory' in the UI has been unified to 'folder'.
- [GH-1788](https://github.com/MultiMC/MultiMC5/issues/1788): A problem with missing translation templates in the setup wizard pages has been fixed.
- [GH-1788](https://github.com/MultiMC/Launcher/issues/1788): A problem with missing translation templates in the setup wizard pages has been fixed.
It should be possible to translate everything again.
- [GH-1789](https://github.com/MultiMC/MultiMC5/issues/1789): Deletion of custom icon has been fixed.
- [GH-1789](https://github.com/MultiMC/Launcher/issues/1789): Deletion of custom icon has been fixed.
It wasn't possible to do it from the MultiMC icon selection dialog.
- [GH-1790](https://github.com/MultiMC/MultiMC5/issues/1790): While using the system theme on macOS, dialogs had wrong colors.
- [GH-1790](https://github.com/MultiMC/Launcher/issues/1790): While using the system theme on macOS, dialogs had wrong colors.
The wrong colors are now only visible immediately after changing the theme to 'System'. An application restart will fix the colors.
@ -43,10 +43,10 @@ This release is mainly bugfixes for some of the issues found in 0.5.0.
[See the Qt upstream bug.](https://bugreports.qt.io/browse/QTBUG-58268)
- [GH-1793](https://github.com/MultiMC/MultiMC5/issues/1793): The Java wizard page did not show up as expected when moving MultiMC between different computers.
- [GH-1793](https://github.com/MultiMC/Launcher/issues/1793): The Java wizard page did not show up as expected when moving MultiMC between different computers.
The page should now show up as expected.
- [GH-1794](https://github.com/MultiMC/MultiMC5/issues/1794): Copied FTB instances did not work properly.
- [GH-1794](https://github.com/MultiMC/Launcher/issues/1794): Copied FTB instances did not work properly.
The instance type of the copy was not set, causing it to not be usable.

View file

@ -10,7 +10,7 @@ This is a small bugfix update for some of the problems found since 0.6.0.
#### New or changed features
- [GH-2087](https://github.com/MultiMC/MultiMC5/issues/2087): The version page now has a button that will download all the necessary files without launching the game.
- [GH-2087](https://github.com/MultiMC/Launcher/issues/2087): The version page now has a button that will download all the necessary files without launching the game.
#### Bugfixes
@ -20,7 +20,7 @@ This is a small bugfix update for some of the problems found since 0.6.0.
MultiMC has been improved to handle these invalid URLs and report errors in case other invalid URLs are encountered.
This affected pretty much all modpack imports. You may want to reimport them if you were affected by this.
- [GH-1780](https://github.com/MultiMC/MultiMC5/issues/1780), [GH-2102](https://github.com/MultiMC/MultiMC5/issues/2102), [GH-2103](https://github.com/MultiMC/MultiMC5/issues/2103): Multiple issues with the build system and packaging on linux have been fixed.
- [GH-1780](https://github.com/MultiMC/Launcher/issues/1780), [GH-2102](https://github.com/MultiMC/Launcher/issues/2102), [GH-2103](https://github.com/MultiMC/Launcher/issues/2103): Multiple issues with the build system and packaging on linux have been fixed.
- Installed libraries now no longer have `RPATH` set and have the correct file permissions when using the `lin-system` layout.
- Installation using the `lin-bundle` layout has been fixed on platforms that use position independent code.
@ -28,12 +28,12 @@ This is a small bugfix update for some of the problems found since 0.6.0.
- MultiMC no longer logs the process environment and launch scripts to its log files.
- [GH-2089](https://github.com/MultiMC/MultiMC5/issues/2089): Mention of instance tracking has been removed from the deletion confirmation dialog.
- [GH-2089](https://github.com/MultiMC/Launcher/issues/2089): Mention of instance tracking has been removed from the deletion confirmation dialog.
- [GH-2087](https://github.com/MultiMC/MultiMC5/issues/2087): The obsolete 'revert to vanilla' logic that was previously applied to versions has been removed.
- [GH-2087](https://github.com/MultiMC/Launcher/issues/2087): The obsolete 'revert to vanilla' logic that was previously applied to versions has been removed.
This should remove some confusing situations that could happen while changing and manipulation instance versions.
- The temporary `Minecraft.jar` is now removed from the instance after it stops running.
- [GH-2119](https://github.com/MultiMC/MultiMC5/issues/2119): The main instance view scrollbar now correctly updates when the window is resized without changing the number of icons that can fit into it horizontally.
- [GH-2119](https://github.com/MultiMC/Launcher/issues/2119): The main instance view scrollbar now correctly updates when the window is resized without changing the number of icons that can fit into it horizontally.

View file

@ -23,13 +23,13 @@ We've added a whole bunch of new modpack platforms to pick from right into the n
- Added a CurseForge pack browser
- [GH-3095](https://github.com/MultiMC/MultiMC5/issues/3095): Added an FTB pack browser
- [GH-3095](https://github.com/MultiMC/Launcher/issues/3095): Added an FTB pack browser
Temporarily, MultiMC ignores download failures for FTB packs ([GH-3304](https://github.com/MultiMC/MultiMC5/issues/3304)). This is because the platform has consistency issues.
Temporarily, MultiMC ignores download failures for FTB packs ([GH-3304](https://github.com/MultiMC/Launcher/issues/3304)). This is because the platform has consistency issues.
- [GH-469](https://github.com/MultiMC/MultiMC5/issues/469): Added a Technic/Solder pack browser
- [GH-469](https://github.com/MultiMC/Launcher/issues/469): Added a Technic/Solder pack browser
- [GH-405](https://github.com/MultiMC/MultiMC5/issues/405): Added a ATLauncher pack browser
- [GH-405](https://github.com/MultiMC/Launcher/issues/405): Added a ATLauncher pack browser
### Other changes
@ -39,29 +39,29 @@ We've added a whole bunch of new modpack platforms to pick from right into the n
- Skins (the part used for account icons) are now rendered with the overlay on.
- [GH-3130](https://github.com/MultiMC/MultiMC5/issues/3130): Skin upload has been switched over to the new Mojang API and should have less issues.
- [GH-3130](https://github.com/MultiMC/Launcher/issues/3130): Skin upload has been switched over to the new Mojang API and should have less issues.
- MultiMC now shows world icons and allows resetting world icons in `View Worlds`.
- [GH-3229](https://github.com/MultiMC/MultiMC5/issues/3229): Copy seed button has been updated to be compatible with newer versions of the game.
- [GH-3229](https://github.com/MultiMC/Launcher/issues/3229): Copy seed button has been updated to be compatible with newer versions of the game.
- [GH-3427](https://github.com/MultiMC/MultiMC5/issues/3427): `View Worlds` now has a very simple `Datapacks` button - it just opens the system file browser.
- [GH-3427](https://github.com/MultiMC/Launcher/issues/3427): `View Worlds` now has a very simple `Datapacks` button - it just opens the system file browser.
- [GH-3189](https://github.com/MultiMC/MultiMC5/issues/3189): Updated nbt library - this makes `View Worlds` work properly again for newer versions of the game.
- [GH-3189](https://github.com/MultiMC/Launcher/issues/3189): Updated nbt library - this makes `View Worlds` work properly again for newer versions of the game.
- Fixed online saving in Classic versions.
- [GH-3131](https://github.com/MultiMC/MultiMC5/issues/3131): Fixed not working with proxy ports greater than 32767.
- [GH-3131](https://github.com/MultiMC/Launcher/issues/3131): Fixed not working with proxy ports greater than 32767.
- Proxy login details are no longer logged in files.
- [GH-3467](https://github.com/MultiMC/MultiMC5/issues/3467): The launch could stall in the ScanModFolders task if the mod folders didn't exist yet.
- [GH-3467](https://github.com/MultiMC/Launcher/issues/3467): The launch could stall in the ScanModFolders task if the mod folders didn't exist yet.
- [GH-3602](https://github.com/MultiMC/MultiMC5/issues/3602): Pre-launch commands could fail on first launch of the instance because the .minecraft folder has not been created yet.
- [GH-3602](https://github.com/MultiMC/Launcher/issues/3602): Pre-launch commands could fail on first launch of the instance because the .minecraft folder has not been created yet.
### Technical changes
- [GH-3234](https://github.com/MultiMC/MultiMC5/issues/3234): At build time, the meta URL can be changed.
- [GH-3234](https://github.com/MultiMC/Launcher/issues/3234): At build time, the meta URL can be changed.
- Removed some hacks previously required to get Forge working

View file

@ -45,13 +45,13 @@ Similar approach got attempted on Windows, aiming to fix various display scaling
### Modpack platforms
In general, the modpack platform pages have been made more consistent with each other ([GH-3118](https://github.com/MultiMC/MultiMC5/issues/3118), [GH-3720](https://github.com/MultiMC/MultiMC5/issues/3720), [GH-3731](https://github.com/MultiMC/MultiMC5/issues/3731)).
In general, the modpack platform pages have been made more consistent with each other ([GH-3118](https://github.com/MultiMC/Launcher/issues/3118), [GH-3720](https://github.com/MultiMC/Launcher/issues/3720), [GH-3731](https://github.com/MultiMC/Launcher/issues/3731)).
- FTB improvements:
- Modpack file downloads are now checked with checksums and cached.
- [GH-1949](https://github.com/MultiMC/MultiMC5/issues/1949): Allow Legacy FTB and FTB pack downloads to be aborted.
- [GH-1949](https://github.com/MultiMC/Launcher/issues/1949): Allow Legacy FTB and FTB pack downloads to be aborted.
- CurseForge improvements:
@ -61,11 +61,11 @@ In general, the modpack platform pages have been made more consistent with each
- Added sorting
- [GH-3667](https://github.com/MultiMC/MultiMC5/issues/3667): Added version selection
- [GH-3667](https://github.com/MultiMC/Launcher/issues/3667): Added version selection
- [GH-3611](https://github.com/MultiMC/MultiMC5/issues/3611): Added ability to install beta versions
- [GH-3611](https://github.com/MultiMC/Launcher/issues/3611): Added ability to install beta versions
- [GH-3633](https://github.com/MultiMC/MultiMC5/issues/3633): When a CurseForge pack is available for multiple Minecraft versions, we assume the latest one.
- [GH-3633](https://github.com/MultiMC/Launcher/issues/3633): When a CurseForge pack is available for multiple Minecraft versions, we assume the latest one.
- ATLauncher improvements:
@ -73,13 +73,13 @@ In general, the modpack platform pages have been made more consistent with each
- Fabric loader packs should now work.
- [GH-3764](https://github.com/MultiMC/MultiMC5/issues/3764): Only client mods are installed now for ATL packs.
- [GH-3764](https://github.com/MultiMC/Launcher/issues/3764): Only client mods are installed now for ATL packs.
- Improved error handling
- Optional mods are supported.
- [GH-1949](https://github.com/MultiMC/MultiMC5/issues/1949): Allow ATLauncher pack downloads to be aborted
- [GH-1949](https://github.com/MultiMC/Launcher/issues/1949): Allow ATLauncher pack downloads to be aborted
- Fixed bugs in FTB platform search.
@ -90,7 +90,7 @@ In general, the modpack platform pages have been made more consistent with each
We're going to aim for fixing it in time for 1.18. Thankfully, 1.17 is more of a in-between release, so go play some 1.16.x packs!
- [GH-2529](https://github.com/MultiMC/MultiMC5/issues/2529): On macOS, MultiMC will ask to move all the instance data to a new `Data` folder in order to fix long load times caused by macOS checking all files.
- [GH-2529](https://github.com/MultiMC/Launcher/issues/2529): On macOS, MultiMC will ask to move all the instance data to a new `Data` folder in order to fix long load times caused by macOS checking all files.
- Detection of a large amount of various Java runtime flavors have been added.
@ -114,13 +114,13 @@ In general, the modpack platform pages have been made more consistent with each
- Languages in the translations list are now sorted by their two/three letter key
- [GH-3450](https://github.com/MultiMC/MultiMC5/issues/3450): Displaying and recording gameplay time is now optional and can be turned off.
- [GH-3450](https://github.com/MultiMC/Launcher/issues/3450): Displaying and recording gameplay time is now optional and can be turned off.
- [GH-3930](https://github.com/MultiMC/MultiMC5/issues/3930): MultiMC can now track the gameplay time of the last session.
- [GH-3930](https://github.com/MultiMC/Launcher/issues/3930): MultiMC can now track the gameplay time of the last session.
- [GH-3033](https://github.com/MultiMC/MultiMC5/issues/3033): The version pages of instances now have a filter bar.
- [GH-3033](https://github.com/MultiMC/Launcher/issues/3033): The version pages of instances now have a filter bar.
- [GH-2971](https://github.com/MultiMC/MultiMC5/issues/2971): UI descriptions of texture and resource packs no longer mention mods.
- [GH-2971](https://github.com/MultiMC/Launcher/issues/2971): UI descriptions of texture and resource packs no longer mention mods.
- Quick and dirty minimum Java runtime versions checks have been added. This needs to be expanded in the future.

View file

@ -29,11 +29,11 @@ This release contains some bugfixes, general UI polish and the beginnings of dir
- Other Logs page:
- Now has a search bar, just like the main log page.
- [GH-604](https://github.com/MultiMC/MultiMC5/issues/604): Uses the same font settings as the main log.
- [GH-604](https://github.com/MultiMC/Launcher/issues/604): Uses the same font settings as the main log.
- Icon selection dialog now has a button for opening the icons folder.
- MultiMC now has a shinier, updated logo.
- [GH-2150](https://github.com/MultiMC/MultiMC5/issues/2150): Custom commands have been split from the java settings into a new page.
- [GH-2150](https://github.com/MultiMC/Launcher/issues/2150): Custom commands have been split from the java settings into a new page.
The use of variables in custom commands is now better documented.
The label shows that they need to be prefixed by `$`.
@ -46,11 +46,11 @@ This release contains some bugfixes, general UI polish and the beginnings of dir
- VisualVM integration now works when VisualVM is bundled inside the MultiMC folder (uses a relative path).
- When reinstalling a component, or changing a component version, the custom version is now removed first.
- [GH-2134](https://github.com/MultiMC/MultiMC5/issues/2134): Fix multiple issues with the skin upload:
- [GH-2134](https://github.com/MultiMC/Launcher/issues/2134): Fix multiple issues with the skin upload:
- When uploading a skin, the model selection now works correctly again.
- When the new skin file is specified using the `file://` URL scheme, it will now work correctly.
- [GH-2143](https://github.com/MultiMC/MultiMC5/issues/2143): Mojang services status display now reflects the current set of services.
- [GH-2154](https://github.com/MultiMC/MultiMC5/issues/2154): MultiMC now ignores the `hidden` flag of instance folders and they should show up correctly.
- [GH-2143](https://github.com/MultiMC/Launcher/issues/2143): Mojang services status display now reflects the current set of services.
- [GH-2154](https://github.com/MultiMC/Launcher/issues/2154): MultiMC now ignores the `hidden` flag of instance folders and they should show up correctly.
- When migrating Legacy instances, custom `minecraft.jar` will be preserved.

View file

@ -27,47 +27,47 @@ This is a release mostly aimed at getting all the small changes and fixes out of
- Instance creation can now be interrupted / aborted.
- [GH-2053](https://github.com/MultiMC/MultiMC5/issues/2053): You can now inspect and change the `servers.dat` file from MultiMC.
- [GH-2053](https://github.com/MultiMC/Launcher/issues/2053): You can now inspect and change the `servers.dat` file from MultiMC.
- MultiMC now uses the https protocol for many more network requests.
- [GH-2352](https://github.com/MultiMC/MultiMC5/issues/2352): There is now a button to open the `.minecraft` folder inside the selected instance.
- [GH-2352](https://github.com/MultiMC/Launcher/issues/2352): There is now a button to open the `.minecraft` folder inside the selected instance.
- [GH-2232](https://github.com/MultiMC/MultiMC5/issues/2232): MultiMC can now use `.gif` icons (not animated).
- [GH-2232](https://github.com/MultiMC/Launcher/issues/2232): MultiMC can now use `.gif` icons (not animated).
- [GH-2101](https://github.com/MultiMC/MultiMC5/issues/2101): Instance renaming is now done inline, in the actual instance list.
- [GH-2101](https://github.com/MultiMC/Launcher/issues/2101): Instance renaming is now done inline, in the actual instance list.
- [GH-2452](https://github.com/MultiMC/MultiMC5/issues/2452): When deleting a group, MultiMC asks for confirmation.
- [GH-2452](https://github.com/MultiMC/Launcher/issues/2452): When deleting a group, MultiMC asks for confirmation.
- [GH-1552](https://github.com/MultiMC/MultiMC5/issues/1552): PermGen is no longer shown when it's not appropriate (java 8 and up).
- [GH-1552](https://github.com/MultiMC/Launcher/issues/1552): PermGen is no longer shown when it's not appropriate (java 8 and up).
- [GH-2144](https://github.com/MultiMC/MultiMC5/issues/2144): When changing versions of a component like Forge, the current version is marked with `(installed)`.
- [GH-2144](https://github.com/MultiMC/Launcher/issues/2144): When changing versions of a component like Forge, the current version is marked with `(installed)`.
- [GH-2374](https://github.com/MultiMC/MultiMC5/issues/2374): World list has been improved:
- [GH-2374](https://github.com/MultiMC/Launcher/issues/2374): World list has been improved:
- Alternating line background colors have been added.
- The world game type is now shown in a column.
- [GH-2384](https://github.com/MultiMC/MultiMC5/issues/2384): When installing a mod, existing mod with the same file name will be replaced.
- [GH-2384](https://github.com/MultiMC/Launcher/issues/2384): When installing a mod, existing mod with the same file name will be replaced.
- The background cat sometimes wears a silly hat.
#### Bugfixes
- [GH-2252](https://github.com/MultiMC/MultiMC5/issues/2252): Fixed odd drag and drop behaviour on Windows
- [GH-2252](https://github.com/MultiMC/Launcher/issues/2252): Fixed odd drag and drop behaviour on Windows
Drag and drop of URLs from a browser locked up the browser. This needs further fixes on macOS.
- Instance naming fixes:
- [GH-2355](https://github.com/MultiMC/MultiMC5/issues/2355): Whitespace prefix or suffix is no longer allowed.
- [GH-2238](https://github.com/MultiMC/MultiMC5/issues/2238): Newlines in instance names are no longer allowed either.
- [GH-2355](https://github.com/MultiMC/Launcher/issues/2355): Whitespace prefix or suffix is no longer allowed.
- [GH-2238](https://github.com/MultiMC/Launcher/issues/2238): Newlines in instance names are no longer allowed either.
- [GH-2412](https://github.com/MultiMC/MultiMC5/issues/2412): MultiMC no longer leaves behind zombie processes after launch on linux.
- [GH-2412](https://github.com/MultiMC/Launcher/issues/2412): MultiMC no longer leaves behind zombie processes after launch on linux.
- [GH-2382](https://github.com/MultiMC/MultiMC5/issues/2382): Version filter for the forge/liteloader version lists was not matching the whole version name.
- [GH-2382](https://github.com/MultiMC/Launcher/issues/2382): Version filter for the forge/liteloader version lists was not matching the whole version name.
- [GH-2488](https://github.com/MultiMC/MultiMC5/issues/2488): More issues with broken relative URL redirection in Qt have been fixed.
- [GH-2488](https://github.com/MultiMC/Launcher/issues/2488): More issues with broken relative URL redirection in Qt have been fixed.
- Some memory leaks of downloaded data have been fixed.
@ -75,4 +75,4 @@ This is a release mostly aimed at getting all the small changes and fixes out of
Long deleted groups no longer persist in the group list.
- [GH-2467](https://github.com/MultiMC/MultiMC5/issues/2467): Broken (and nonsensical) sorting indicators have been removed from the versions page header.
- [GH-2467](https://github.com/MultiMC/Launcher/issues/2467): Broken (and nonsensical) sorting indicators have been removed from the versions page header.

View file

@ -31,7 +31,7 @@ This is a much needed change, because the encryption on that domain (v1.meta.mul
- Enabling and disabling mods no longer makes the list forget what was selected.
- [GH-358](https://github.com/MultiMC/MultiMC5/issues/358): Switched all the dialog pages from using buttons in layouts to toolbars.
- [GH-358](https://github.com/MultiMC/Launcher/issues/358): Switched all the dialog pages from using buttons in layouts to toolbars.
Toolbar buttons are smaller, and the toolbars can overflow buttons into an overflow space. This allows requiring a lot less space for the windows.
@ -45,7 +45,7 @@ This is a much needed change, because the encryption on that domain (v1.meta.mul
Mods, version and the like should now be visible, but most of the controls are disabled until the game closes.
- [GH-2550](https://github.com/MultiMC/MultiMC5/issues/2550), [GH-2722](https://github.com/MultiMC/MultiMC5/issues/2722), [GH-2762](https://github.com/MultiMC/MultiMC5/issues/2762): Mod list sorting is much improved.
- [GH-2550](https://github.com/MultiMC/Launcher/issues/2550), [GH-2722](https://github.com/MultiMC/Launcher/issues/2722), [GH-2762](https://github.com/MultiMC/Launcher/issues/2762): Mod list sorting is much improved.
You can now sort mods by enabled status.

View file

@ -43,7 +43,7 @@ So, happy New Year everyone, let the madness begin!
The Curse import functionality is there thanks to the work [@Dries007](https://twitter.com/driesk007) and [@NikkiAI](https://twitter.com/NikkyAI) have done on [CurseMeta](https://cursemeta.dries007.net/).
- [GH-1314](https://github.com/MultiMC/MultiMC5/issues/1314): MultiMC now allows replacing the main jar in an instance without having to mod the Mojang jars.
- [GH-1314](https://github.com/MultiMC/Launcher/issues/1314): MultiMC now allows replacing the main jar in an instance without having to mod the Mojang jars.
This goes along with changing the wording of the jar mod button to make it clear that it adds files to the main Minecraft jar instead of installing mod files with the `.jar` extension.
@ -56,13 +56,13 @@ So, happy New Year everyone, let the madness begin!
Many people had issues finding the settings and instead ended up using the per-instance overrides. The main toolbar now has labels and the per-instance overrides have been deemphasized by removing the direct path to them from the main window. In general, it should be easier to find the right settings menu without getting things completely wrong on the first try.
- [GH-1997](https://github.com/MultiMC/MultiMC5/issues/1997): MultiMC now supports Java 9.
- [GH-1997](https://github.com/MultiMC/Launcher/issues/1997): MultiMC now supports Java 9.
This does not mean that the current mod loaders and mods do, but you can run Vanilla Minecraft with Java 9 now.
However, Java 9 will come up last in the lists when multiple versions are installed and its use is strongly discouraged.
- [GH-2026](https://github.com/MultiMC/MultiMC5/issues/2026): You can launch Minecraft 1.13 snapshots - and hopefully also 1.13 once it is released.
- [GH-2026](https://github.com/MultiMC/Launcher/issues/2026): You can launch Minecraft 1.13 snapshots - and hopefully also 1.13 once it is released.
The bare minimum of changes needed for 1.13 to launch has been done.
@ -83,9 +83,9 @@ So, happy New Year everyone, let the madness begin!
This should avoid issues with missing runtime libraries.
- [GH-1855](https://github.com/MultiMC/MultiMC5/issues/1855): The instance window now has an offline launch button.
- [GH-1855](https://github.com/MultiMC/Launcher/issues/1855): The instance window now has an offline launch button.
- [GH-1886](https://github.com/MultiMC/MultiMC5/issues/1886): UI now clarifies that MultiMC proxy settings do not apply to the game.
- [GH-1886](https://github.com/MultiMC/Launcher/issues/1886): UI now clarifies that MultiMC proxy settings do not apply to the game.
- It is now possible to package MultiMC on linux without hacks.
@ -122,7 +122,7 @@ So, happy New Year everyone, let the madness begin!
- Instance icons can now be in the SVG format. Also, aspect ratio of SVG icons is now preserved in the instance toolbar.
- [GH-1082](https://github.com/MultiMC/MultiMC5/issues/1082): It is now possible to disable and enable version components (packages) similarly to mods.
- [GH-1082](https://github.com/MultiMC/Launcher/issues/1082): It is now possible to disable and enable version components (packages) similarly to mods.
- A new material design / flat icon theme has been added.
@ -134,19 +134,19 @@ So, happy New Year everyone, let the madness begin!
MultiMC now uses its new API. If you used a custom API key before, you will need to generate a new one.
- [GH-1873](https://github.com/MultiMC/MultiMC5/issues/1873), [GH-1873](https://github.com/MultiMC/MultiMC5/issues/1873), [GH-1875](https://github.com/MultiMC/MultiMC5/issues/1875) : The main window can now be closed regardless of running instances and running instances directly will not create a main window.
- [GH-1873](https://github.com/MultiMC/Launcher/issues/1873), [GH-1873](https://github.com/MultiMC/Launcher/issues/1873), [GH-1875](https://github.com/MultiMC/Launcher/issues/1875) : The main window can now be closed regardless of running instances and running instances directly will not create a main window.
- [GH-1854](https://github.com/MultiMC/MultiMC5/issues/1854): MultiMC should no longer crash when the instance is closed while the kill confirmation dialog is open.
- [GH-1854](https://github.com/MultiMC/Launcher/issues/1854): MultiMC should no longer crash when the instance is closed while the kill confirmation dialog is open.
- [GH-1956](https://github.com/MultiMC/MultiMC5/issues/1956): Launch will abort sooner when important files are missing.
- [GH-1956](https://github.com/MultiMC/Launcher/issues/1956): Launch will abort sooner when important files are missing.
- [GH-1874](https://github.com/MultiMC/MultiMC5/issues/1874): Instance launching and updating MultiMC are now mutually exclusive.
- [GH-1874](https://github.com/MultiMC/Launcher/issues/1874): Instance launching and updating MultiMC are now mutually exclusive.
It was possible to do both at the same time, with undefined results.
- [GH-1864](https://github.com/MultiMC/MultiMC5/issues/1864): imgur album creation now works again.
- [GH-1864](https://github.com/MultiMC/Launcher/issues/1864): imgur album creation now works again.
- [GH-1876](https://github.com/MultiMC/MultiMC5/issues/1876): Various included libraries have been changed to satisfy their license terms.
- [GH-1876](https://github.com/MultiMC/Launcher/issues/1876): Various included libraries have been changed to satisfy their license terms.
Namely:
- pack200 (GPL with classpath exception, now a shared library)
@ -154,9 +154,9 @@ So, happy New Year everyone, let the madness begin!
- quazip (LGPL, now a shared library)
- ColumnResizer (replaced with a BSD-3 version).
- [GH-1882](https://github.com/MultiMC/MultiMC5/issues/1882): Update dialog will now save its location and size.
- [GH-1882](https://github.com/MultiMC/Launcher/issues/1882): Update dialog will now save its location and size.
- [GH-1885](https://github.com/MultiMC/MultiMC5/issues/1885): MultiMC will now correctly download zero-byte files.
- [GH-1885](https://github.com/MultiMC/Launcher/issues/1885): MultiMC will now correctly download zero-byte files.
No content does not equal no file and a presence of a file can mean the difference between something working or not.
@ -173,11 +173,11 @@ So, happy New Year everyone, let the madness begin!
Instead of tracking the total size of all downloads, each download gets a fixed share of the progress bar.
In many cases, the size of files is unknown before a download starts. The change means that the total progress bar size cannot increase as new downloads start and file sizes are discovered.
- [GH-1927](https://github.com/MultiMC/MultiMC5/issues/1927): fix crash bugs related to FML library downloads succeeding multiple times.
- [GH-1927](https://github.com/MultiMC/Launcher/issues/1927): fix crash bugs related to FML library downloads succeeding multiple times.
- Rare problems with error 201 during Mojang authentication have been fixed.
- [GH-1971](https://github.com/MultiMC/MultiMC5/issues/1971): MultiMC will now no longer check path prefixes when importing instances.
- [GH-1971](https://github.com/MultiMC/Launcher/issues/1971): MultiMC will now no longer check path prefixes when importing instances.
This has caused more issues than it solved. Now it will simply try to move the files instead of giving up early.
@ -185,11 +185,11 @@ So, happy New Year everyone, let the madness begin!
- Hardcoded link colors in various dialogs and dialog pages have been fixed and now should follow theme palettes.
- [GH-1993](https://github.com/MultiMC/MultiMC5/issues/1993): Minimum and maximum JVM memory settings will now get swapped if set the wrong way.
- [GH-1993](https://github.com/MultiMC/Launcher/issues/1993): Minimum and maximum JVM memory settings will now get swapped if set the wrong way.
The values self-correct on both settings save and load now.
- [GH-2050](https://github.com/MultiMC/MultiMC5/issues/2050): Fixed behavior of cancel buttons when browsing for paths.
- [GH-2050](https://github.com/MultiMC/Launcher/issues/2050): Fixed behavior of cancel buttons when browsing for paths.
This affected various settings dialogs and pages, setting the paths to an invalid value when the dialogs were closed with the `Cancel` button.

View file

@ -1,5 +1,5 @@
<html lang="en">
<head>
<meta http-equiv="refresh" content="0; URL='https://github.com/MultiMC/MultiMC5/wiki/FAQ'" />
<meta http-equiv="refresh" content="0; URL='https://github.com/MultiMC/Launcher/wiki/FAQ'" />
</head>
<body />

View file

@ -21,9 +21,9 @@
</li>
<li class="uk-nav-header">External links</li>
<li><a href="https://github.com/MultiMC/MultiMC5/wiki/FAQ" target="_blank">FAQ on Github</a></li>
<li><a href="https://github.com/MultiMC/Launcher/wiki/FAQ" target="_blank">FAQ on Github</a></li>
<li><a href="https://discord.gg/multimc" target="_blank">Voice/Chat on Discord</a></li>
<li><a href="https://github.com/MultiMC/MultiMC5/issues" target="_blank">Bug Tracker</a></li>
<li><a href="https://github.com/MultiMC/Launcher/issues" target="_blank">Bug Tracker</a></li>
<li><a href="https://teamcity.multimc.org/?guest=1" target="_blank">CI Server</a></li>
<li><a href="https://www.reddit.com/r/MultiMC/" target="_blank">MultiMC subreddit</a></li>
</ul>