Skip to content

Release v1.0.2

Compare
Choose a tag to compare
@dscalzi dscalzi released this 15 Oct 03:24
· 218 commits to master since this release
23cb2b8

Release v1.0.2

Electron has been updated from v2.x to v3.x. For details, you may view the Electron release notes.

The upgrade to Node.js 10 has caused some issues with the electron-updater module. This has caused auto-updates to fail in the earlier two prerelease versions. The issue was identified and a PR including the resolution was submitted. The module's maintainers are currently not fixing bugs and therefore the base module still has the issue. In an effort to get this release out, we've compiled the module with the solution locally and have switched to that. When the solution is merged into the module, we will switch back.

Users trying to upgrade from v1.0.2-pre.1 or v1.0.2-pre.2 will need to download this manually.

Fixes

  • 72f822d Repaired travis build script.

Dependency Upgrades

  • b2e9223 electron@3.0.4
    • Chromium updated to v66.0.3359.181
    • V8 engine updated to v6.6.346.23
    • Node.js updated to v10.2.0 in the renderer process.
      • All related deprecations have been identified and updated.
  • 53fcf67 electron-builder@20.28.4
  • b93ecf2 eslint@5.7.0
  • b93ecf2 semver@5.6.0
  • 2da80c2 discord-rpc@3.0.1
  • e6874b5 electron-updater -> electron-updater-bin
    • Switched electron-updater to our own local compiled version which includes fixes for electron@3.

Removed Dependencies

  • 3acc213 electron-is-dev - This module has dropped support for forked environments. As such, we are now maintaining our own local copy of the module at v0.3.0.