From d3fbe288439625d6d244564b7769a924a72b6e7d Mon Sep 17 00:00:00 2001 From: Jean-Luc Makiola Date: Wed, 10 Jun 2026 20:44:22 +0200 Subject: [PATCH] docs: record v0.3.0 (month/week/day views, view switcher) in CHANGELOG Co-Authored-By: Claude Opus 4.8 --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7f4fd3..f926f77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0] — 2026-06-10 + ### Added - Month view (S1): Material 3 Expressive card-per-day grid (only the current month's weeks; neighbouring days left blank), per-day event dots with "+N" @@ -16,7 +18,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Week view (S2): vertical time schedule with overlap-resolved lanes, separate all-day strip, midnight-spanning events clipped per day, swipe navigation, Loading/Failure/Success states -- Functional view-switcher (M1) cycling Month ↔ Week (Day joins with S3) +- Day view (S3): single-column slice of the week schedule reusing its + overlap-lane layout, per-day swipe navigation, noon-centred scroll that + persists across swipes, animated all-day strip, compact top bar with the + full date, Loading/Failure/Success states +- Functional view-switcher (M1) cycling Month ↔ Week ↔ Day - Shared calendar UI building blocks in `ui/common/` (navigation drawer, failure screen, view-switcher pill, color pastelizer, observable locale)