Electron reverted.

This commit is contained in:
Michael Teeuw 2017-12-30 21:39:56 +01:00 committed by GitHub
parent 61d6e74102
commit afda84ef09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.)