Merge pull request #1480 from michael5r/newsfeed-removestarttags-bug

[FIX] Bug in newsfeed module using removeStartTags on a description
This commit is contained in:
Michael Teeuw
2018-12-19 16:17:52 +01:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -26,7 +26,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Allow to parse recurring calendar events where the start date is before 1900
- Fixed Polish translation for Single Update Info
- Ignore entries with unparseable details in the calendar module
- Bug showing FullDayEvents one day too long in calendar fixed
- Bug showing FullDayEvents one day too long in calendar fixed
- Bug in newsfeed when `removeStartTags` is used on the description [#1478](https://github.com/MichMich/MagicMirror/issues/1478)
### Updated
- The default calendar setting `showEnd` is changed to `false`.