# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.48.2] - 2026-05-06 ### Changed - **Brand color**: migrated the entire app accent from Indigo (`#4F46E5`) to Amber-800 (`#92400E`) across design tokens, logo, and GitHub Pages. The new warm, dark amber better reflects the domestic and intimate nature of the app for couples. - **Logo**: updated gradient on `docs/logo.svg` and all inline SVG instances from blue to Amber (`#B45309` → `#92400E`). ## [0.48.1] - 2026-05-06 ### Fixed - **Settings**: CalDAV and CardDAV "Add Account" modals now correctly display Cancel and Save buttons. Previously, the `onSave` callback ran immediately on modal open, triggering a required-fields validation error against empty fields and leaving the form with no way to submit. ## [0.48.0] - 2026-05-06 ### Added - **Multi-person assignment**: tasks and calendar events can now be assigned to multiple family members simultaneously. A new `task_assignments` / `event_assignments` join table (migration v32) stores the assignments; existing single-user data is migrated automatically. - **Avatar stack**: task cards, Kanban cards, and the calendar agenda view display stacked avatars for all assigned users (up to 3 visible, then a `+N` overflow badge). - **Shared UserMultiSelect component** (`public/components/user-multi-select.js`): checkbox-based dropdown used in both the task modal and the calendar event modal; replaces the previous single-user `