diff --git a/CHANGELOG.md b/CHANGELOG.md index 221e695..1706710 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,34 +1,71 @@ # 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.5](https://github.com/ginnoir/famapp/compare/v0.5.4...v0.5.5) (2026-07-05) + +### Features + +- **agent:** add llm assistant chat with api tools (task 88) ([4a924a4](https://github.com/ginnoir/famapp/commit/4a924a41072a43484c009757a1644cd42309fc0e)) +- api v1 garden bangs routes and openapi ([e8d13be](https://github.com/ginnoir/famapp/commit/e8d13bede81b5a778118420292e7f35e4e54788e)) +- api v1 routes for calendar lists and notes ([d4304b0](https://github.com/ginnoir/famapp/commit/d4304b005cf86d6d3c14497afbb6e0973a2a8d54)) +- bang edit and delete ([753f653](https://github.com/ginnoir/famapp/commit/753f653b89f244b263023dbe744e30c5eaf2893f)) +- household api token auth foundation ([ea5d1d0](https://github.com/ginnoir/famapp/commit/ea5d1d050ca5e0aa8a532330448e2f2cdbda0c39)) +- journal dashboard widgets, agent polish, and edit-mode live previews ([a09747c](https://github.com/ginnoir/famapp/commit/a09747c3142e089199bfd3839631c9d8573175f0)) +- **journal:** add per-user mood journal module (task 86) ([04ae809](https://github.com/ginnoir/famapp/commit/04ae809e0710c3930b0056fbb1f869fc70223131)) +- **notes:** rich-text editor with tiptap (task 85) ([a4be5d5](https://github.com/ginnoir/famapp/commit/a4be5d5061d41cb9b4ba37fc89adfb68c00466f7)) +- p2 batch 28-31 reminders lists comments bang stats ([e1c2a09](https://github.com/ginnoir/famapp/commit/e1c2a090fb379dcd5d453a658a74a5085b473281)), closes [#28](https://github.com/ginnoir/famapp/issues/28) [#29](https://github.com/ginnoir/famapp/issues/29) [#30](https://github.com/ginnoir/famapp/issues/30) +- shared back navigation on detail pages ([d090200](https://github.com/ginnoir/famapp/commit/d090200ec8950d43fe1e1f71bf1248cf71759199)) + +### Bug Fixes + +- dashboard edit mode renders live widgets ([7eeb2f1](https://github.com/ginnoir/famapp/commit/7eeb2f15bcab4cfbb33ba1138449b74d01ff5953)) +- dashboard edit previews, migration journal, and notes comments ([6183fb6](https://github.com/ginnoir/famapp/commit/6183fb62c88a51ff967da428edfbf1b8b6d70d84)) +- garden container plant count ([700ee29](https://github.com/ginnoir/famapp/commit/700ee29f83dd8e6b3580168d5944672c3441a8da)) +- quick add opens create ui ([68a573c](https://github.com/ginnoir/famapp/commit/68a573c4d656f4a2c25d5b15d4f7ff1849a76bdf)) + +### Documentation + +- accept adr 0004 rich-text editor decisions ([67f6752](https://github.com/ginnoir/famapp/commit/67f67525ff7732868839e0e615078522b57e9ddf)) +- accept adr 0005 journal module decisions ([8e2ddd6](https://github.com/ginnoir/famapp/commit/8e2ddd6b7216381e480a657980e5619d488d01c9)) +- accept adr 0006 api and agent architecture ([2c0c315](https://github.com/ginnoir/famapp/commit/2c0c31540ed276582984e6dd45f37d7672e60b63)) +- add backlog triage implementation plan ([310ba48](https://github.com/ginnoir/famapp/commit/310ba48e335409e108e8b4387acee234db784adb)) +- add commit hash for p2 batch 28-31 in status ([9e66c12](https://github.com/ginnoir/famapp/commit/9e66c12eb7afc4dcb6e0203f0e32a5ce8d0200f1)) +- add post-v0.1 backlog triage design ([72e868d](https://github.com/ginnoir/famapp/commit/72e868dda1f96dd132d3e1b6bfaa54ed1c5883ef)) +- complete Phase 9 backlog triage (issues map, briefs, ADRs) ([76f6854](https://github.com/ginnoir/famapp/commit/76f68548b2609aa8e672dba563acf90a30ba09ed)), closes [1-#37](https://github.com/ginnoir/1-/issues/37) +- mark task 82 done in status ([1a03763](https://github.com/ginnoir/famapp/commit/1a03763e1bf992766dfd7891e3eb815534e92038)) +- mark task 83 done in status ([1a1c080](https://github.com/ginnoir/famapp/commit/1a1c080d18e2c22838949dfed8e77a54fab1dcb5)) +- mark task 84 done, bugs batch complete ([5e711cf](https://github.com/ginnoir/famapp/commit/5e711cfe0d7bd779114af19fe111375abe269953)) +- mark task 87 done in status ([fb67692](https://github.com/ginnoir/famapp/commit/fb67692a08973f9e6e14f7c2ec336cad5bdaf777)) +- record journal polish commit in status ([7714b11](https://github.com/ginnoir/famapp/commit/7714b1187c76d1d324573bc8819568751f991b09)) + +* 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) diff --git a/package.json b/package.json index ea56563..352d206 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "famapp", - "version": "0.5.4", + "version": "0.5.5", "private": true, "type": "module", "packageManager": "pnpm@10.33.3",