From c59f47f4b5b18445d2451aa53692323d58a61bce Mon Sep 17 00:00:00 2001 From: Nicholas Hubbard Date: Wed, 16 Nov 2016 20:02:37 -0500 Subject: [PATCH 1/2] Update Electron: Part I Replace `electron-prebuilt` with `electron`. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c2f6080e..0abae75c 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "time-grunt": "latest" }, "dependencies": { - "electron-prebuilt": "^0.37.2", + "electron": "^1.4.6", "express": "^4.14.0", "express-ipfilter": "latest", "feedme": "latest", From 4f4fe5f06bc2c6d4b25515a7cccdfbedff7fc254 Mon Sep 17 00:00:00 2001 From: Nicholas Hubbard Date: Wed, 16 Nov 2016 20:04:56 -0500 Subject: [PATCH 2/2] Update Electron: Part II Add the change to the changelog. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a2a7e88..031a791d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Solved visual display errors on chrome, if all modules in one of the right sections are hidden. - Module default config values are no longer modified when setting config values. - Hide a region if all modules in a region are hidden. Prevention unwanted margins. +- Replaced `electron-prebuilt` package with `electron` in order to fix issues that would happen after 2017. ## [2.0.5] - 2016-09-20