Releases: ImpactDevelopment/Installer
Releases · ImpactDevelopment/Installer
0.9.5
0.9.4
This release focuses on polish, fixing a handful of annoying bugs specific to 0.9.x
Fixes
0.9.3
Added
- A warning when the installer is run as root on non-Windows systems (#106)
- Add back the "Minecraft Directory" setting to the GUI (was removed in 0.9.0). Now renamed to "Launcher Directory" and only shown when installing in "Official Launcher" mode
Changed
- Renamed "Vanilla" mode to "Official Launcher" and "Forge" mode to "Forge Mod"
- The installer version is now shown in the window title (#62)
Fixes
- Fix using an already installed OptiFine version not working correctly for MultiMC instances (#107)
0.9.2
This release fixes a longstanding issue that became critical in 0.9.1 due to a change in how we handle some errors. See #102 for more information.
Fixes
- Fix error building setting for null value when changing settings in certain orders. This fix reverts a change in 0.5.6 intended to allow installing unreleased Minecraft versions using a custom JSON file.
0.9.1
This release further refines the changes made in 0.9.0, adding back the ability to choose an already installed OptiFine version and improving the GUI layout/spacing.
Changed
- Already installed OptiFine versions installed in the Official Launcher can be used again, without requiring an OptiFine installer jar.
- Improved the GUI spacing and layout.
- Improved the OptiFine download link using
JHyperlink
from the SwingSet3 demo.
Fixed
- Persisting the Google Analytics client ID when installing for MultiMC
0.9.0
This release changes the UX of the installer somewhat significantly; OptiFine compatibility has been redesigned, MultiMC is now fully supported and "Forge Mode" now asks where to save the Impact forge-compatible jar. We're definitely getting closer to a 1.0 release.
Added
- Added full support for MultiMC installation. The MultiMC mode now creates an instance just like the Vanilla mode creates a profile.
- Added a "Save As" dialog to the Forge installation mode and a matching CLI argument
--destination
. This replaces the previous "Install" button, but only for Forge mode.
Changed
- Reworked the way OptiFine is supported. Instead of searching for an installed OptiFine instance, the user provides us with an OptiFine installer jar.
--minecraft-directory
's aliases changed;--launcher-dir
and--launcher-directory
were added and--mc-path
was removed.- In "Show Vanilla JSON" mode the "Install" button now says "Show JSON" instead.
Removed
- Minecraft Directory setting from the GUI. It is still present as a CLI option.
0.8.6
0.8.5
0.8.4
Added
- The ability to override CLI argument defaults from a properties file in the jar. This means the Donator Installer can be generated dynamically by the website.
- A fallback from unauthenticated HTTPS to HTTPS. I do not understand why, but it made it work for someone.