Release v1.0.2
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
[email protected]
- 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.
- Chromium updated to
- 53fcf67
[email protected]
- b93ecf2
[email protected]
- b93ecf2
[email protected]
- 2da80c2
[email protected]
- e6874b5
electron-updater
->electron-updater-bin
- Switched electron-updater to our own local compiled version which includes fixes for electron@3.