Skip to content

Release v1.1.0 - New AutoUpdater Behavior on macOS

Compare
Choose a tag to compare
@dscalzi dscalzi released this 19 Nov 03:33
· 198 commits to master since this release
79d1d59

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