Skip to content

v0.2.26

Choose a tag to compare

@github-actions github-actions released this 07 Jul 13:19
9c6a035

This release makes AutoSnooze easier to use day to day, safer around critical automations, and healthier to maintain.

Highlights

  • One-tap next-morning snoozing: adds an "Until tomorrow" preset that resumes the next calendar day at 08:00 local time, with a clear resume preview before the user commits.
  • More discoverable scheduling: promotes specific date/time scheduling from a low-visibility text link into a themed secondary action with a calendar icon.
  • Better theme fit: replaces hardcoded semantic colors with Home Assistant theme variables so the card follows custom themes and dark mode more naturally.
  • More reliable notification and schedule behavior: separates notification IDs by flow, normalizes aware datetimes to UTC consistently, and keeps validation localized.
  • Aligned safety guardrails: publishes backend critical terms to the frontend so user confirmation copy stays in sync with backend enforcement.
  • Restored release confidence: refreshes vulnerable dependencies and brings security, Playwright, lint, typecheck, build, pytest, and Vitest gates back to green.

Changes

Features

Bug Fixes

  • deps: restore security and Playwright gates (#450) (4c7357e)
  • harden notifications, scheduling, and guardrails (#449) (e58d0e4)