Merge pull request #636 from Jopyth/fix_calendar

Fix Calendar Issues
This commit is contained in:
Michael Teeuw
2017-01-22 16:10:31 +01:00
committed by GitHub
3 changed files with 20 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- Installer: Use init config.js from config.js.sample.
- Switched out `rrule` package for `rrule-alt` in order to improve calendar issues. (Experimental: [#565](https://github.com/MichMich/MagicMirror/issues/565))
- Switched out `rrule` package for `rrule-alt` and fixes in `ical.js` in order to fix calendar issues. ([#565](https://github.com/MichMich/MagicMirror/issues/565))
- Make mouse events pass through the region fullscreen_above to modules below.
- Scaled the splash screen down to make it a bit more subtle.
- Replace HTML tables with markdown tables in README files.