What's Changed
In this release I have rewritten large amounts of the card, this allows for a cleaner code base, but does bring with it a risk of new bugs.
- feat: option
showCalendarName
to display the calendar name on the event view - feat: option
showMultiDayEventParts
to split multi day events per day - feat: option
showWeekNumber
to display the week number at the top of each week - feat: ability to add entities via the visual editor
- fix: issue where HTML descriptions were not displayed correctly
- fix: incorrect links in documentation
- docs: migrated documentation to sphinx for better user experience
💥 Breaking Changes
This version includes some breaking changes, you must check your configuration after upgrading:
blacklist
renamed toblocklist
whitelist
renamed toallowlist
locationWhitelist
changed toallowlistLocation
- added
blocklistLocation
- Blocklist and allowlist now changed to use Regex for more flexibility
showDeclined
changed tohideDeclined
eventCalName
changed toname
under each entity
- v7.0.0 - Restructure & Partial Rewrite by @marksie1988 in #563
Full Changelog: v6.2.0...v7.0.0-b