Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ImpactDevelopment/Installer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.8.5
Choose a base ref
...
head repository: ImpactDevelopment/Installer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on Apr 24, 2020

  1. Copy the full SHA
    29bf252 View commit details
  2. Copy the full SHA
    1b17a79 View commit details
  3. Release 0.8.6

    leijurv committed Apr 24, 2020
    Copy the full SHA
    5df8d83 View commit details
  4. Copy the full SHA
    0e4e60b View commit details

Commits on Apr 26, 2020

  1. Copy the full SHA
    ce2e0c6 View commit details

Commits on Apr 27, 2020

  1. Remove MC Directory setting from GUI

    Since the official launcher's location isn't officially configurable, this setting is only for rare cases.
    Therefore having it as a CLI-only setting is less confusing and simplifies the GUI.
    LeafHacker committed Apr 27, 2020
    Copy the full SHA
    f26710d View commit details
  2. Fix NPE when XDG_DOWNLOAD_DIR is not set

    Apparently System.getenv() is nullable
    LeafHacker committed Apr 27, 2020
    Copy the full SHA
    2202556 View commit details

Commits on Apr 28, 2020

  1. MavenResolver parse coordinates properly

    Added a small Artifact class that takes maven coords and provides methods to get the various parts. This makes it easier for MavenResolver to extract those.
    
    Followed the gradle-style maven coordinates which are slightly different from the aether coordinates used internally by maven.
    
    This is a precursor to some upcoming MultiMC memes...
    LeafHacker committed Apr 28, 2020
    Copy the full SHA
    03864b3 View commit details

Commits on May 3, 2020

  1. Copy the full SHA
    9869a9a View commit details

Commits on May 8, 2020

  1. Copy the full SHA
    77e9623 View commit details
  2. Release 0.9.0

    LeafHacker committed May 8, 2020
    Copy the full SHA
    5345d0d View commit details

Commits on May 30, 2020

  1. Copy the full SHA
    e90bcf3 View commit details

Commits on Jun 7, 2020

  1. Copy the full SHA
    c589e6c View commit details
  2. Copy the full SHA
    d0619b6 View commit details
  3. Copy the full SHA
    8ee8c4d View commit details
  4. Release 0.9.1

    LeafHacker committed Jun 7, 2020
    Copy the full SHA
    198ceb1 View commit details

Commits on Aug 9, 2020

  1. Fix null settings error

    This reverts some changes from a953c7d until we can find a better way to install unreleased mc versions.
    LeafHacker committed Aug 9, 2020
    Copy the full SHA
    d0a7b4c View commit details
  2. Release 0.9.2

    LeafHacker committed Aug 9, 2020
    Copy the full SHA
    75d8515 View commit details

Commits on Aug 16, 2020

  1. Copy the full SHA
    1020bbf View commit details
  2. Warn when running as root

    Closes #106
    LeafHacker committed Aug 16, 2020
    Copy the full SHA
    60d0ce2 View commit details
  3. Rename modes for clarity

    LeafHacker committed Aug 16, 2020
    Copy the full SHA
    267f391 View commit details
  4. Show Launcher Directory setting in GUI

    But only in Official Launcher mode
    LeafHacker committed Aug 16, 2020
    Copy the full SHA
    66a2a16 View commit details
  5. Fix changelog header

    LeafHacker committed Aug 16, 2020
    Copy the full SHA
    4bfa96b View commit details
  6. Show version in window title

    Closes #62
    LeafHacker committed Aug 16, 2020
    Copy the full SHA
    a844134 View commit details
  7. Copy the full SHA
    9f49b60 View commit details

Commits on Aug 28, 2020

  1. Release 0.9.3

    LeafHacker committed Aug 28, 2020
    Copy the full SHA
    84a042d View commit details

Commits on Jan 2, 2021

  1. Fix NPE while checking whether to disable button

    shouldInstallButtonBeEnabled() switches on OptiFineSetting's value if OptiFineToggleSetting is enabled. However OptiFineSetting's value is null when OptiFine isn't supported by the current installation mode.
    
    Fixes #117
    LeafHacker committed Jan 2, 2021
    Copy the full SHA
    798a13f View commit details
  2. Update CHANGELOG to say #116 is fixed

    No actual changes required, since this was caused by an error building releases not an error in source code.
    
    Fixes #116
    LeafHacker committed Jan 2, 2021
    Copy the full SHA
    91e8a76 View commit details
  3. Open Save As dialog using the default destination

    We want to open `JFileChooser` at `DestinationSetting`'s _default_ value, not whatever the user most recently configured
    This might be unintuitive in edge-cases such as the user setting `--destination` on the CLI when launching the GUI,
    however `--destination` should still be respected when not running the GUI.
    
    Fixes #115
    LeafHacker committed Jan 2, 2021
    Copy the full SHA
    a3b51f0 View commit details
  4. Release 0.9.4

    LeafHacker committed Jan 2, 2021
    Copy the full SHA
    0622f0c View commit details
  5. Copy the full SHA
    2405895 View commit details

Commits on Jun 20, 2021

  1. Release 0.9.5

    leijurv committed Jun 20, 2021
    Copy the full SHA
    acda0df View commit details
Loading