Merge pull request #1565 from AnthonyBuisset/fix/calendar

Fix exdate handling when multiple values are specified (comma separated)
This commit is contained in:
Michael Teeuw
2019-02-13 09:37:06 +01:00
committed by GitHub
2 changed files with 50 additions and 29 deletions

View File

@@ -28,6 +28,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Fixed compatibility issues caused when modules request different versions of Font Awesome, see issue [#1522](https://github.com/MichMich/MagicMirror/issues/1522). MagicMirror now uses [Font Awesome 5 with v4 shims included for backwards compatibility](https://fontawesome.com/how-to-use/on-the-web/setup/upgrading-from-version-4#shims).
- Installation script problems with raspbian
- Calendar: only show repeating count if the event is actually repeating [#1534](https://github.com/MichMich/MagicMirror/pull/1534)
- Calendar: Fix exdate handling when multiple values are specified (comma separated)
### New weather module
- Fixed weather forecast table display [#1499](https://github.com/MichMich/MagicMirror/issues/1499).