From afda84ef094688d4282d0736393e5902d7d8eaf1 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Sat, 30 Dec 2017 21:39:56 +0100 Subject: [PATCH] Electron reverted. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0c94415..75db4d0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Changed - calender week is now handled with a variable translation in order to move number language specific +- Reverted the Electron dependency back to 1.4.15 since newer version don't seem to work on the Raspberry Pi very well. ### Added - Add option to use [Nunjucks](https://mozilla.github.io/nunjucks/) templates in modules. (See `helloworld` module as an example.)