Skip to content

Releases: ImpactDevelopment/Installer

0.9.5

20 Jun 17:47
acda0df
Compare
Choose a tag to compare

Fixes

  • Fix an error when attempting to install OptiFine with 1.16+

0.9.4

02 Jan 18:22
0622f0c
Compare
Choose a tag to compare

This release focuses on polish, fixing a handful of annoying bugs specific to 0.9.x

Fixes

  • Fix error checking whether to enable the Install button when OptiFine is enabled but not supported (#117)
  • Fix the 0.9.2 & 0,9,3 releases to showing nightly builds by default (#116)
  • Fix the default destination value not being used on freshly opened Save As dialogs (#115)

0.9.3

28 Aug 19:19
84a042d
Compare
Choose a tag to compare

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

09 Aug 13:38
75d8515
Compare
Choose a tag to compare

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

07 Jun 13:35
198ceb1
Compare
Choose a tag to compare

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

08 May 08:06
5345d0d
Compare
Choose a tag to compare

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

24 Apr 20:22
5df8d83
Compare
Choose a tag to compare

Added

  • Added a sketchy compatibility mode for Forge + Liteloader for 1.12.2 only

0.8.5

25 Mar 23:40
d3cf038
Compare
Choose a tag to compare

Added

  • Even more workarounds for peoples broken network stacks!

0.8.4

25 Feb 06:43
a7249ad
Compare
Choose a tag to compare

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.

0.8.3

21 Feb 22:02
1d282cd
Compare
Choose a tag to compare

Fixed

  • Fixed HTTPS failure on installer launch. GPG is still verified.
  • Fixed 1.14.4 not having launchwrapper-of hack applied