Merge branch 'develop' into weather_decimal_marks

This commit is contained in:
Michael Teeuw
2017-12-31 12:24:25 +01:00
committed by GitHub
48 changed files with 7479 additions and 102 deletions

View File

@@ -7,7 +7,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
**Note:** This update uses new dependencies. Please update using the following command: `git pull && npm install`
### Changed
- calender week is now handled with a variable translation in order to move number language specific
- 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.)