Skip to content

v2.0.0

Compare
Choose a tag to compare
@marksie1988 marksie1988 released this 03 Aug 10:29
· 987 commits to master since this release

Features

  • Moved over to TypeScript
  • Code cleanup
    • Fixed code that was incorrectly formatted
    • Fixed missing items e.g. semi-colons
  • Added option to filter start & end times (filters any events within this time)
  • Added option to show/hide Declined events showDeclined
  • Declined events will show a hollow bullet, full day will show a thin border and strike-through text
  • Event mode will now show the calendar color when calendar name is used.
  • Added Localize or languages
    • Now we can create language files for different countries instead of hard coded words
  • Calendar Mode icons changed
    • entity.type Deprecated
    • Now use option entity.icon and specify the icon next to each calendar
    • Filters now work with Blacklist / Whitelist instead of icon filters
  • Calendar mode will now show events on the current day by default
  • Editor Updates
    • Now part of main file
    • More of the config options added

Breaking Changes

  • defaultMode changed from using 1 or 2 to Event or Calendar
  • Deprecated settings
    • language removed as not required, uses hass language instead
    • entity.type change this to entity.icon
    • calEventIcon1, calEventIcon2, calEventIcon3 now use entity.icon: "mdi:star"
    • calEventIcon1Filter, calEventIcon1Filter, calEventIcon1Filter - now use whitelist or blacklist under the entity
    • entity.type: holiday removed
    • calEventHolidayColor, calEventIcon1Color, calEventIcon2Color, calEventIcon3Color all removed now use entity.color

Known Issues

  • When using caldav dates are not showing correctly
    • This was a known issue in v1.9.0 as well, im hoping to fix this soon
  • Calendar mode doesn't show current days events by default, a click is required