6.7 KiB
6.7 KiB
Changelog
All notable changes to Epicure are documented here. This file is mirrored in-app at /changelog (and in the admin dashboard) via apps/web/lib/changelog.ts — update both together.
0.8.0 — 2026-07-12
Added
- Read-only API key scoping: create keys that can only read (GET), not create/edit/delete anything.
- AI chat history: both chatbots now remember past conversations across sessions, and let you search across everything you've ever asked.
0.7.1 — 2026-07-12
Fixed
- Cooking-assistant button on the homepage sat too high.
- The chatbots would answer honestly if asked what AI model they run on — now always identify as Epicure.
0.7.0 — 2026-07-12
Added
- General cooking-question chatbot on the recipes homepage — ask technique/substitution/timing questions not tied to a specific recipe.
Fixed
- API keys always showed "never used" — middleware was blocking every Bearer-key request before it ever reached the code that verifies the key and records usage.
- The webhooks documentation page had no way back to webhooks settings.
0.6.0 — 2026-07-12
Added
- Granular push-notification settings: turn individual categories on/off (follows, comments, replies, reactions, ratings, mentions, leftover reminders, shared shopping list updates) instead of all-or-nothing.
Fixed
- The push-notification toggle in Settings always showed as off, even when notifications were genuinely still enabled — it never checked the actual browser subscription state.
- The API Reference page (
/docs) was blank — Content-Security-Policy blocked the script it needs to render.
0.5.1 — 2026-07-12
Security
- Recipe/review photo uploads: a stolen storage key from another user's public recipe or review could be submitted as your own, causing that user's photo to be deleted from storage when the recipe was later edited or deleted. Both routes now check the key was actually issued to you for that recipe.
- AI URL-import could be redirected to internal/private network addresses via a crafted 3xx response, and was separately vulnerable to DNS-rebinding between validation and fetch. Both the import and outgoing webhook delivery now resolve the host once and pin the connection to that address, re-validating on every redirect hop.
- Comment moderation and monthly AI/recipe/storage quota checks trusted a session field that can lag up to 5 minutes behind a role or tier change — both now re-check the current value in the database.
0.5.0 — 2026-07-12
Added
- Push notifications for shared shopping lists — get pinged when someone else checks off or adds items.
Fixed
- Batch-cook dishes never deducted pantry when marked cooked — now deducts once, on the first dish cooked per batch session.
- Weekly meal-plan nutrition coverage compared a week's total intake against a daily goal (reading ~7x too high) — now compares a proper daily average, with a per-day breakdown and a flag for meals missing nutrition data.
- Meal-plan week navigation could resolve the wrong Monday depending on server timezone.
0.4.0 — 2026-07-12
Added
- Profile pictures: upload a custom photo, or get a Gravatar-backed avatar automatically — no more generic initials by default.
- "Imported from" badge on recipe cards for recipes brought in from a URL.
- Share shopping lists via a public link — anyone with the link can view, no account required, alongside the existing private collaborator invites.
Fixed
- Batch-cook recipes shifted left in compact view when they had no time set or a longer dish/time label.
0.3.1 — 2026-07-12
Added
- A free-text "describe what you're after" field for batch-cooking generation, matching the standard recipe generator.
Fixed
- AI recipe generation used a separate language picker instead of following the app's own language — removed, generation now always matches your app language.
- The bulk-select action bar on the recipe list could show a horizontal scrollbar on desktop even though there was room to grow.
- Recipes imported from a URL never actually saved their source URL — the "Source: ..." link on the recipe page was dead code until now.
0.3.0 — 2026-07-12
Added
- Manually create and edit batch-cook recipes: the recipe form now has a batch-cook toggle, an editable dish list (storage/reheat guidance per dish), and per-step dish tagging — not just AI-generated ones anymore. Editing an existing batch-cook recipe no longer silently strips its dish data.
0.2.2 — 2026-07-12
Fixed
- Recipe photo thumbnails always tried to load from
localhost:9000in production, tripping CSP/mixed-content blocks in every browser — the public storage URL wasn't reaching client-side code.
0.2.1 — 2026-07-12
Fixed
- Recipe photos were lost after saving, and multi-file uploads only kept the last file selected.
- Photo thumbnails failed to load (blocked by Next.js's image optimizer refusing local-storage hosts).
0.2.0 — 2026-07-12
Added
- Batch cooking: generate a single "mega recipe" covering several meals at once — merged shopping list, steps tagged per dish (including steps that advance several dishes at once), and per-dish storage/reheat guidance. Available from the recipe list's Generate dialog and from the meal planner.
- Leftover expiry reminders: mark a batch-cook dish as cooked, track its fridge life, see it surfaced on the Pantry page, and get a daily reminder before it goes bad.
- "Cooked it" photo reviews: attach a photo and written review when rating a recipe.
- Pantry-expiry recipe suggestions: the Pantry page now surfaces recipes that use up ingredients about to expire.
- Trending collections: star public collections; browse trending and recently-added ones under Collections → Discover.
- Add to collection from the recipe list: select recipes and add them to a new or existing collection without leaving the page.
- List and compact view modes for the recipe list, alongside the existing grid view.
Fixed
- Recipe version-comparison diff was unreadable and partially untranslated.
- Print/export pages always render light, regardless of the app's dark/light setting.
- Presigned photo-upload URLs were signed against an internal-only address in production, breaking uploads.
- Several recipe-list and recipe-form UI issues: filter menu closing on every click, tag filter not accepting keystrokes, inconsistent card badge styling, missing tooltips, a floating save button on long recipe forms.
0.1.0 — earlier
Initial feature set: recipes (create, edit, AI-generate, import from URL/photo), meal planning, shopping lists, pantry tracking, collections, social features (follow, comment, rate, notifications), nutrition tracking, admin dashboard, and account/billing basics.