Skip to content

v3.3.0

Choose a tag to compare

@superdingo101 superdingo101 released this 08 Apr 02:14
9035e31

✨ Skylight Calendar Card v3.3.0

🆕 New Features

  • Short Location Display (short_location)
    Show a simplified event location in non-modal views for a cleaner layout.

  • Hide Calendar Names in Header Badges (hide_badge_names)
    Remove calendar names from header badges for a more minimal appearance.

  • Compact Header Enhancements

    • Hide the year in headers (hide_year)
    • Improved compact header + button styling for better spacing and consistency
  • Event Title Prefix Options (event_title_prefix)
    Choose how event titles are prefixed:

    • Calendar badge icon
    • Friendly calendar name
  • Dynamic Header Time (header_time_sensor)
    Use a custom sensor for header time display, with modal-aware rendering.

  • Header Weather Integration (weather_entity)
    Display daily forecast directly in the header with live updates.


⚠️ Fixes / Behavior Changes

  • Fixed hide_year leaking the year in cross-year date ranges

What's Changed

  • Add configurable short location display for non-modal event views by @superdingo101 in #192
  • Add option to hide calendar names in header badges by @superdingo101 in #193
  • Add hide_year option and refine compact header/button styling by @superdingo101 in #194
  • Add configurable event title prefix (badge icon or friendly name) by @superdingo101 in #195
  • Fix hide_year leaking year in cross-year period labels by @superdingo101 in #196
  • Support optional header_time_sensor and modal-aware header time rendering by @superdingo101 in #197
  • Add optional header weather sensor with daily forecast display and live subscription by @superdingo101 in #199

Full Changelog: v3.2.0...v3.3.0