Skip to content

Releases: pallemannen/hass-calendar-admin

v0.2.5

Choose a tag to compare

@pallemannen pallemannen released this 14 Aug 20:51
  • README updates: refreshed feature list (now includes now-indicator, max-events, and 24h/12h clock), tweaked wording.
  • No functional code changes since v0.2.4.

v0.2.4

Choose a tag to compare

@pallemannen pallemannen released this 14 Aug 20:43
  • Added a "Use 24-hour time" toggle, defaulting to on. Controls event time labels and the time-grid hour axis in week/day view. FullCalendar was previously falling back to 12-hour AM/PM formatting since no locale was set.

v0.2.3

Choose a tag to compare

@pallemannen pallemannen released this 14 Aug 17:20
  • Added Swedish (sv) translation for the config-flow install dialog.

v0.2.2

Choose a tag to compare

@pallemannen pallemannen released this 14 Aug 17:13

First tagged release — from here on, every version bump gets a GitHub Release so HACS shows real release notes in the update dialog instead of nothing.

This version:

  • Default first day of week is now Monday instead of Sunday (only affects people who've never touched the dropdown — your own choice there is unaffected).

Recap of everything since the initial release, for anyone updating from further back:

  • Merged multi-calendar FullCalendar view with live per-calendar checkboxes and select-all/none.
  • Sort-order menu for the calendar list.
  • First-day-of-week setting (Sunday/Monday).
  • Per-calendar color picker.
  • Optional week-numbers and now-indicator toggles.
  • Optional max-events-per-day cap (default: unlimited/scroll).
  • Panel JS is now cache-busted on every release, so updates should show up reliably after a Core restart without needing an incognito window or manual cache clear.