v0.25.0 — Garden makeover: card shelf, one-tap logging, weekly journal

The garden page is now a photo-forward shelf: every plant visible as a
card with search and filter chips (groups + By place) replacing the old
collapse trees. Each card carries quick-log buttons — droplet logs
Watered (CARE) in one tap with an inline confirmation flash, eye takes a
one-line observation, basket opens a compact harvest dialog (structured
amount + send-to-pantry). New "This week in your garden" journal feed
shows the last 14 days of activity across all plants.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Bonna Moon
2026-07-06 15:26:31 -05:00
parent e65d28524b
commit cc212c87c7
6 changed files with 517 additions and 240 deletions

View File

@@ -8,6 +8,15 @@ export type ChangelogEntry = {
};
export const CHANGELOG: ChangelogEntry[] = [
{
version: "0.25.0",
date: "2026-07-06",
changes: [
"The Garden got a makeover! Every plant now shows as a photo card, always visible — no more clicking through folded-up lists. Find things with the new search box or the filter chips (your groups, or \"By place\").",
"Log without leaving the page: every card has three little buttons — the water drop logs \"Watered\" in one tap, the eye lets you jot a quick note, and the basket logs a harvest (with the amount and the send-to-pantry option). A small green \"logged\" flash confirms it saved.",
"New \"This week in your garden\" journal at the bottom of the Garden page — your recent activity across all plants, readable like a diary.",
],
},
{
version: "0.24.0",
date: "2026-07-06",