v0.2.26
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
- add "Until tomorrow" snooze preset (#466) (004f312)
- improve snooze setup card UI/UX (#428) (1a22152)