Merge pull request #627 from tosti007/README_tables

Replace HTML tables with Markdown tables
This commit is contained in:
Michael Teeuw
2017-01-17 17:23:27 +01:00
committed by GitHub
10 changed files with 212 additions and 1030 deletions

View File

@@ -11,6 +11,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Switched out `rrule` package for `rrule-alt` in order to improve calendar issues. (Experimental: [#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.
### Added
- Add loaded function to modules, providing an async callback.