From 060a2f19a98ef27c36cb0df3ea368f4e5a3f5d67 Mon Sep 17 00:00:00 2001 From: ginnoir Date: Sat, 4 Jul 2026 22:39:45 -0500 Subject: [PATCH] chore: release v0.5.4 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29804a7..221e695 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +- fix: dashboard edit previews, migration journal, and notes comments (6183fb6) +- docs: add commit hash for p2 batch 28-31 in status (9e66c12) +- feat: p2 batch 28-31 reminders lists comments bang stats (e1c2a09) +- docs: record journal polish commit in status (7714b11) +- feat: journal dashboard widgets, agent polish, and edit-mode live previews (a09747c) +- feat(agent): add llm assistant chat with api tools (task 88) (4a924a4) +- feat(journal): add per-user mood journal module (task 86) (04ae809) +- docs: accept adr 0005 journal module decisions (8e2ddd6) +- feat(notes): rich-text editor with tiptap (task 85) (a4be5d5) +- docs: accept adr 0004 rich-text editor decisions (67f6752) +- docs: mark task 87 done in status (fb67692) +- feat: api v1 garden bangs routes and openapi (e8d13be) +- feat: api v1 routes for calendar lists and notes (d4304b0) +- feat: household api token auth foundation (ea5d1d0) +- docs: accept adr 0006 api and agent architecture (2c0c315) +- docs: mark task 84 done, bugs batch complete (5e711cf) +- feat: shared back navigation on detail pages (d090200) +- docs: mark task 83 done in status (1a1c080) +- feat: bang edit and delete (753f653) +- docs: mark task 82 done in status (1a03763) +- fix: garden container plant count (700ee29) +- fix: dashboard edit mode renders live widgets (7eeb2f1) +- test: cover all quick-add create dialogs in e2e (02b6ec6) +- fix: quick add opens create ui (68a573c) +- docs: complete Phase 9 backlog triage (issues map, briefs, ADRs) (76f6854) +- chore: ignore .worktrees for agent isolation (5dfc8b8) +- docs: add backlog triage implementation plan (310ba48) +- docs: add post-v0.1 backlog triage design (72e868d) +- chore: vendor react-best-practices agent skill for cursor agents (3d825fb) + ## [0.5.3](https://github.com/ginnoir/famapp/compare/v0.5.2...v0.5.3) (2026-06-04) ### Bug Fixes diff --git a/package.json b/package.json index ab5e42f..ea56563 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "famapp", - "version": "0.5.3", + "version": "0.5.4", "private": true, "type": "module", "packageManager": "pnpm@10.33.3",