Skip to content

Releases: dscalzi/HeliosLauncher

Release v1.4.0 - Added Shader Settings + Electron v4

21 Dec 21:37
be533af
Compare
Choose a tag to compare

Release v1.4.0

Have you ever tried to turn shaders on ingame, but the whole thing just freezes for 5 minutes? Have you ever wished for a simple way to turn shaders on before you start the game? If so, v1.4.0 of the WesterosCraft Launcher is perfect for you!

You can now switch shaderpacks on the Mods tab of the Settings view. This value only takes effect before the game is launched. When the game is launched, you need to use the in-game option.

Shaderpack Options

You can open the shaderpack folder by clicking on the + icon. Drag and drop is also enabled on this button. Drag any shaderpack over it to move it to the shaderpack folder.

New Features

  • a4d4b69 Added Shader Options. You can now select a shaderpack through the launcher before you start the game.

Optimizations

  • f5b1418 Compressed large background images and removed some unused images.

Dependency Upgrades

  • a4d4b69 electron@4.0.0
    • Chromium 69.0.3497.106
    • Node 10.11.0
    • Minimum supported macOS is now OS X 10.10 (Yosemite).
  • f5b1418 electron-builder@20.38.4

Release v1.3.0 - Fixed Issue w/ Native Library Parsing

17 Dec 05:48
f65793c
Compare
Choose a tag to compare

Release v1.3.0

Update is especially important for macOS users.

In Minecraft 1.12.2, some native libraries omit the rules object even when not providing a native library on macOS. We now check for this by ensuring the classifer is present in the natives object as well.

You can now drag and drop files onto the "Add Mods" button in Drop-In Mod Settings.

Drag and Drop Demo

New Features

  • d779eac Added ability to drag and drop files onto the Add Mods button.

Fixes

Dependency Upgrades

New Dependencies

  • d779eac fs-extra@7.0.1 Added to simplify fs operations (such as support for moving files across partitions.

Removed Dependencies

  • d779eac mkdirp Functionality provided in fs-extra
  • d779eac rimraf Functionality provided in fs-extra

Release v1.2.0 - Application Menu on macOS + Fixes

26 Nov 03:57
d9c9b32
Compare
Choose a tag to compare

Release v1.2.0

This update includes some bug fixes and adds some new options to the application menu on macOS. The following options are included.

  • Application
    • About Application
    • Quit
  • Edit
    • Undo
    • Redo
    • Cut
    • Copy
    • Paste
    • Select All

New Features

Bug Fixes

  • d985895 Oracle JRE parser updated to use https. Oracle recently switched from http to https, as a result the Java downloads were failing.
  • 684e884 If you clicked the "Add Mods" button before the mods directory was created, an error would occur.
  • 684e884 Mod config not saving properly.

Dependency Upgrades

Release v1.1.0 - New AutoUpdater Behavior on macOS

19 Nov 03:33
79d1d59
Compare
Choose a tag to compare

Release v1.1.0

This update includes a change to AutoUpdater behavior on macOS. For more information, see the information below or check the wiki.

Changes

  • acd6143 Modified AutoUpdater behavior on macOS.
    • The AutoUpdater requires macOS builds be code signed. That is currently not possible, therefore the behavior has been modified to make it minimally usable.
    • When an update is available, mac users will ne notified immediately. On the update panel, there is an option to download the update directly from GitHub.
    • When the file is downloaded, close the launcher and run it in order to update.

image

  • 11cb9e6 Added cross-env to have the dist script work on all platforms.

Fixes

Dependency Upgrades

Pre-Release v1.1.0-pre.2

19 Nov 03:09
c6051f9
Compare
Choose a tag to compare
Pre-release

Pre-Release v1.1.0-pre.2

This is a pre-release. You can install it by enabling the option under settings.

This release is to verify the AutoUpdater changes on macOS.

Pre-Release v1.1.0-pre.1

19 Nov 03:01
acd6143
Compare
Choose a tag to compare
Pre-release

Pre-Release v1.1.0-pre.1

This is a pre-release. You can install it by enabling the option under settings.

Changes

  • acd6143 Modified AutoUpdater behavior on macOS.
    • The AutoUpdater requires macOS builds be code signed. That is currently not possible, therefore the behavior has been modified to make it minimally usable.
    • When an update is available, mac users will ne notified immediately. On the update panel, there is an option to download the update directly from GitHub.
    • When the file is downloaded, close the launcher and run it in order to update.

image

Pre-Release v1.0.6-pre.2

18 Nov 22:20
11cb9e6
Compare
Choose a tag to compare
Pre-release

Pre-Release v1.0.6-pre.2

This is a pre-release. You can install it by enabling the option under settings.

This pre-release line will be verifying the functionality of electron-updater (semver-major upgrade).

Changes

  • 11cb9e6 Added cross-env to have the dist script work on all platforms.

Pre-Release v1.0.6-pre.1

18 Nov 21:44
bcd8082
Compare
Choose a tag to compare
Pre-release

Pre-Release v1.0.6-pre.1

This is a pre-release. You can install it by enabling the option under settings.

This pre-release line will be verifying the functionality of electron-updater (semver-major upgrade).

Fixes

  • 0327323 Fix for native library parsing in older Minecraft versions.
  • bcd8082 Fix for native libary extraction in older Minecraft versions.

Dependency Upgrades

Release v1.0.5

06 Nov 07:59
ee2a4a9
Compare
Choose a tag to compare

Release v1.0.5

This update fixes the sporadic issue, "Failed to verify username". We are aware of several issues with macOS and are currently investigating.

Changes

  • eb946d6 Updated osx image on travis to xcode10
  • b7f03fa Changed macOS target to default (dmg + zip).
  • eb946d6 Redirect auto-updater errors to the renderer process.

Fixes

  • a9f12ee Fixed "Failed to verify username".
    • If you are currently experiencing this issue, delete your .westeroscraft/config.json and reopen the launcher.
    • New users and unaffected users will no longer have this problem.

Dependency Upgrades

Removed Dependencies

  • a9f12ee uuid No longer needed as the clientToken is no longer generated by the launcher.

Pre-Release v1.0.5-pre.1

01 Nov 01:17
b7f03fa
Compare
Choose a tag to compare
Pre-release

Pre-Release v1.0.5-pre.1

We are investigating an issue where auto-updates are not delivered to macOS.

Changes

  • b7f03fa Changed macOS target to default (dmg + zip).

Dependency Upgrades