Skip to content

Commit

Permalink
downgrade to Electron 13.4.0 as 14.0.{0,1} breaks under Windows 10 (n…
Browse files Browse the repository at this point in the history
…etwork service crash inside Chromium) (#53)
  • Loading branch information
rse committed Sep 19, 2021
1 parent aca6325 commit 3184157
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The following is a detailed list of all changes to **Vingester** in
reverse chronological order (newer first), grouped by the release
versions and prefixed with the kind of change.

- 2.6.2
- UPGRADE: downgrade to Electron 13.4.0 as 14.0.{0,1} breaks under Windows 10 (network service crash inside Chromium)

- 2.6.1
- UPGRADE: upgrade to Electron 14.0.1
- UPGRADE: upgrade to Vue 3.2.12
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "http://engelschall.com/"
},
"devDependencies": {
"electron": "14.0.1",
"electron": "13.4.0",
"electron-builder": "22.11.7",
"electron-notarize": "1.1.1",
"cross-env": "7.0.3",
Expand Down

0 comments on commit 3184157

Please sign in to comment.