1b72135958
"View profile" and "Settings" had no icon while Support/Admin did, so the menu didn't read as one consistent list. Added User/Settings/LogOut icons to match, plus a separator grouping account+support links apart from the theme switcher. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
696 lines
33 KiB
TypeScript
696 lines
33 KiB
TypeScript
// Mirrors CHANGELOG.md at the repo root — update both together.
|
|
export const APP_VERSION = "0.51.7";
|
|
|
|
export type ChangelogEntry = {
|
|
version: string;
|
|
date: string;
|
|
added?: string[];
|
|
fixed?: string[];
|
|
security?: string[];
|
|
notes?: string;
|
|
};
|
|
|
|
export const CHANGELOG: ChangelogEntry[] = [
|
|
{
|
|
version: "0.51.7",
|
|
date: "2026-07-19 13:35",
|
|
fixed: [
|
|
"Account dropdown menu: \"View profile\" and \"Settings\" now have icons like every other item in the menu, and there's a new separator grouping the account/support links apart from the theme switcher.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.51.6",
|
|
date: "2026-07-19 13:20",
|
|
fixed: [
|
|
"Image attachments on support tickets now embed inline in the Gitea issue (rendered preview) instead of just a plain link. Also fixed the admin \"Create Gitea issue\" retry action, which was dropping attachments entirely and only ever sent the ticket description.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.51.5",
|
|
date: "2026-07-19 13:05",
|
|
fixed: [
|
|
"Gitea issue creation was sending label names (\"bug\", \"enhancement\") where Gitea's API expects numeric label IDs, failing with a 422 on every attempt. Now looks up the repo's actual label IDs by name first — issues still get created (just unlabeled) if the repo doesn't have matching labels yet.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.51.4",
|
|
date: "2026-07-19 12:50",
|
|
fixed: [
|
|
"Gitea issue creation failures now log the real network-level cause server-side (DNS/connection/timeout, not just \"fetch failed\") and surface a more specific message in the admin support view's tooltip.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.51.3",
|
|
date: "2026-07-19 12:35",
|
|
fixed: [
|
|
"Admin Settings' Gitea Integration section now spells out exactly what each field expects and what token scope to grant, instead of a one-line hint.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.51.2",
|
|
date: "2026-07-19 12:20",
|
|
fixed: [
|
|
"Recipe cover placeholder icons now use a solid color instead of a transparent one — the transparency darkened wherever an icon's own strokes overlapped, showing up as an uneven blotch on icons like the chef's hat or croissant.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.51.1",
|
|
date: "2026-07-19 12:05",
|
|
added: [
|
|
"More icon choices for custom recipe covers — dish icons went from 16 to 29 (banana, grape, citrus, hamburger, popcorn, bean, vegan, utensils, leaf, shrimp, cooking pot, candy, nut), drinks got milk.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.51.0",
|
|
date: "2026-07-19 11:40",
|
|
added: [
|
|
"Pick your own recipe cover color + icon in the recipe editor (below Photos) — used whenever that recipe has no photo. Also toned down the auto-generated placeholder colors from the previous release, which were too saturated next to real cover photos.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.50.2",
|
|
date: "2026-07-19 10:15",
|
|
fixed: [
|
|
"Recipes without a cover photo now get a varied gradient + food/drink icon instead of the same flat emoji everywhere — deterministic per recipe, so it stays stable across reloads. Applied to the Recipes grid/list, Explore/collections cards, and public profile pages.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.50.1",
|
|
date: "2026-07-19 09:30",
|
|
fixed: [
|
|
"Password sign-in for 2FA-enabled accounts could silently bounce back to the login page with no error shown — the app was pushing straight to /recipes on any non-error sign-in response, racing the SDK's own redirect to the 2FA code screen and sometimes losing. Now waits for that case explicitly.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.50.0",
|
|
date: "2026-07-18 14:20",
|
|
added: [
|
|
"Per-tier feature toggles, managed from Admin > Tier Limits. Recipe variations, drink pairing, and meal pairing can each be disabled for a tier (e.g. Free) — the buttons stay visible but show an upgrade prompt instead of running, and the API rejects the call server-side either way.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.49.1",
|
|
date: "2026-07-18 13:10",
|
|
added: [
|
|
"Support form now accepts attachments — screenshots or files (images, PDF, text, JSON, zip; up to 5 files, 10MB each). They're linked in the confirmation email's Gitea issue and shown as thumbnails on your ticket history and in the admin support view.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.49.0",
|
|
date: "2026-07-18 12:30",
|
|
added: [
|
|
"New Support page — report a bug, share a suggestion, or ask a question right from the app. Submissions email you a confirmation and (if an admin has configured a Gitea repo in Settings) automatically open a tracked issue. Admins get a Support section in the admin panel to triage tickets and retry issue creation.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.48.2",
|
|
date: "2026-07-18 11:15",
|
|
fixed: [
|
|
"Marketing site's language switcher no longer uses emoji flags (inconsistent rendering across OS/browsers) — now inline SVG flags in a proper dropdown menu. Home page's feature grid also got a 9th highlight (personalized recommendations) so the last row isn't left half-empty.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.48.1",
|
|
date: "2026-07-18 11:00",
|
|
added: [
|
|
"Marketing site: language switcher (flag toggle, EN/FR) and a dark-mode toggle in the header — both work for logged-out visitors, no account needed. Features/Home now also cover cook mode, recipe variations, personalized recommendations, and ingredient substitution. Signup CTAs now say \"Signups closed\" instead of \"Get started free\" when signups are disabled.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.48.0",
|
|
date: "2026-07-18 09:45",
|
|
added: [
|
|
"Public marketing pages — Home, Features, About, Privacy, Terms, Contact — visible to logged-out visitors at the root domain, plus a sitemap and robots.txt. Logged-in users hitting \"/\" still land straight in the app, unchanged.",
|
|
],
|
|
notes: "Privacy and Terms are structural drafts, not lawyer-reviewed — see VITRINE_PLAN.md §4. Pricing page intentionally not included yet (waiting on Stripe Checkout per STRIPE_PLAN.md).",
|
|
},
|
|
{
|
|
version: "0.47.0",
|
|
date: "2026-07-18 00:30",
|
|
notes: "Renamed the \"Team\" billing tier to \"Family\" (free/pro/family) — same limits, same admin editing, just the name. Existing Team users keep their tier/limits unaffected; the DB enum value itself was renamed in place (no data migration needed).",
|
|
},
|
|
{
|
|
version: "0.46.2",
|
|
date: "2026-07-17 19:20",
|
|
fixed: [
|
|
"Recipe editor's ingredient and step rows were cramped on mobile — 4 inline fields plus a timer/delete button squeezed into one row with no real wrap plan. Both now stack sanely on narrow screens (name/quantity/unit on one line, note/timer + delete on the next) and stay a single row on larger screens.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.46.1",
|
|
date: "2026-07-17 19:05",
|
|
fixed: [
|
|
"Asking the cooking assistant to create a recipe would often just get you the recipe typed out in the chat instead of the createRecipe draft card — the instruction telling the model to use the tool was a soft suggestion, not a hard rule. Made it explicit: full recipes must go through the tool, never as plain-text ingredients/steps in the reply.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.46.0",
|
|
date: "2026-07-17 18:00",
|
|
added: [
|
|
"The cooking assistant can now also propose adding items to a shopping list (\"add that to my shopping list\") — pick an existing list or name a new one, then confirm. Same no-action-without-confirmation pattern as recipe creation, going through the same endpoints the manual \"Add to shopping list\" button already uses.",
|
|
],
|
|
notes: "generateMealPlan is still not built as a chat tool — the existing meal-plan-generation endpoint generates and saves in one step with its own input shape (week/preferences, not a specific plan to save), so it doesn't fit the draft-then-confirm pattern the other two tools use without a larger change to that endpoint.",
|
|
},
|
|
{
|
|
version: "0.45.0",
|
|
date: "2026-07-17 17:30",
|
|
added: [
|
|
"The cooking assistant can now propose creating a recipe when you explicitly ask it to (\"make me a recipe for X\", \"write that down\") — it drafts one right in the chat with a Create/Discard choice. Nothing is saved until you confirm; confirming goes through the same recipe-creation endpoint (and the same per-tier recipe limit) as the manual editor.",
|
|
],
|
|
notes: "First step of chatbot-driven actions — only recipe creation for now. Adding recipes to a shopping list or generating a meal plan from chat are tracked as follow-ups, not yet built.",
|
|
},
|
|
{
|
|
version: "0.44.1",
|
|
date: "2026-07-17 17:00",
|
|
fixed: [
|
|
"Every recipe page was broken (server error) since 0.41.0 — the new followers-visibility check referenced the user_follows table incorrectly inside a query the ORM rewrites in a way that silently produces invalid SQL for cross-table references. Fixed by using a literal table reference instead.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.44.0",
|
|
date: "2026-07-17 16:15",
|
|
added: [
|
|
"New \"Team\" billing tier, above Pro — higher AI-call, recipe, and storage limits, editable from Admin > Tiers like the existing tiers. (Moderator/admin remain separate account roles, unrelated to billing tier — unchanged by this.)",
|
|
],
|
|
},
|
|
{
|
|
version: "0.43.0",
|
|
date: "2026-07-17 15:45",
|
|
added: [
|
|
"The cooking assistant now supports multiple named conversations — start a new one, rename, or delete from the conversations menu in the chat header. Auto-titled from your first question; older single-thread history stays as-is but isn't shown in the new list.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.42.0",
|
|
date: "2026-07-17 15:15",
|
|
added: [
|
|
"Recipe editor now has \"Regenerate with AI\" — describe what to change (e.g. \"make it spicier\", \"swap in chicken\") and the draft you're editing updates in place, no new recipe created. You still need to save.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.41.0",
|
|
date: "2026-07-17 14:45",
|
|
added: [
|
|
"New recipe visibility option: \"Followers only\" — visible to people who follow you, hidden from public browsing, search, and anonymous share links. Available in the recipe editor, bulk visibility actions, and the Recipes filter.",
|
|
],
|
|
notes: "Recipes you already own show up in your own profile/recipe list regardless of visibility, as before. Public profile pages and search results don't yet surface a viewer's followers-only recipes from that author — those remain reachable only via the recipe's direct link or the Following feed.",
|
|
},
|
|
{
|
|
version: "0.40.0",
|
|
date: "2026-07-17 14:00",
|
|
added: [
|
|
"AI Settings now shows a usage panel — AI calls, recipes created, and storage used this month against your tier's limits, with progress bars.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.39.0",
|
|
date: "2026-07-17 13:30",
|
|
fixed: [
|
|
"Adapting/varying a recipe with AI could fail silently (no error shown) on a network hiccup, and could save a byte-for-byte duplicate recipe when the AI's output didn't actually differ from the original — both flows now surface real errors and skip saving when nothing changed. AI-adapted recipes also now show up in recipe history (Forked from…) like forks always have.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.38.0",
|
|
date: "2026-07-17 13:00",
|
|
added: [
|
|
"The cooking assistant and per-recipe chat can now expand to fullscreen — a new toggle in the chat header.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.37.0",
|
|
date: "2026-07-17 12:30",
|
|
fixed: [
|
|
"Generating a recipe from a photo now uses two separate AI steps — a vision model recognizes what's in the picture, then a text model writes the recipe from that — instead of one model doing both, so each step can use the model actually suited to it.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.36.0",
|
|
date: "2026-07-17 12:00",
|
|
added: [
|
|
"Explore and the Activity Feed are now one page — Explore has Discover/Following/For You tabs, so browsing and following recipes no longer live in two separate places.",
|
|
"Explore's recipe cards (search results, trending, recently added, following, for you) now use the same cover-photo card as the Recipes page, instead of the old text-only search card.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.35.0",
|
|
date: "2026-07-14 18:20",
|
|
added: [
|
|
"Recipe editor now lets you enter nutrition values by hand (calories, protein, carbs, fat, fiber, sodium per serving) instead of relying only on the AI estimate — the nutrition panel shows a \"Manually entered\" badge and swaps to \"Estimate with AI instead\" when manual data is present.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.34.0",
|
|
date: "2026-07-14 18:05",
|
|
added: [
|
|
"Admin overview now shows growth (new users/recipes this week), engagement (recipes cooked this week), a moderation queue count, storage used, and platform-integration counts (webhooks, API keys) — not just totals.",
|
|
],
|
|
fixed: [
|
|
"The admin Signups toggle was inverted — switching it \"on\" used to disable signups. It now reads naturally: on means open.",
|
|
"AI provider keys and default-model settings have moved from Site Settings to AI Config, alongside the rest of the AI setup.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.33.1",
|
|
date: "2026-07-14 17:45",
|
|
fixed: [
|
|
"URL-imported recipes never recorded what language they were actually written in, so the Translate button couldn't tell whether translation was needed — the importer now detects the source page's language, and photo import records the language it always writes in.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.33.0",
|
|
date: "2026-07-14 17:35",
|
|
added: [
|
|
"**AI recipe generation/import now auto-detects drinks vs dishes** — generate, generate-from-idea, URL import, and photo import all classify the result and skip cook time for drinks, defaulting to dish whenever it's ambiguous.",
|
|
"**Drink recipes get their own default icon** (🍹 instead of 🍽️) wherever a recipe has no cover photo.",
|
|
"**Explore now has a Type filter** (dish/drink), alongside My Recipes' existing one.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.32.0",
|
|
date: "2026-07-14 17:10",
|
|
security: [
|
|
"Fixed a stored-XSS hole in public recipe pages' embedded structured data, and tightened the production Content-Security-Policy so script injection like it can't execute even if a similar bug slips in again.",
|
|
"Avatar photos now require proof you actually own the upload — previously any URL was accepted, including another user's uploaded photo key.",
|
|
"Changing your password now signs out every other active session, and so does resetting a forgotten password.",
|
|
"Fixed a rate-limit bypass on public share-link throttling caused by trusting a spoofable header.",
|
|
"Webhook signing secrets are now encrypted at rest, matching how API keys and other secrets are already stored.",
|
|
"Login/2FA/password-reset rate limiting now shares Redis instead of quietly resetting per server instance.",
|
|
"Photo/avatar uploads are now size-capped by the storage server itself, not just a number the client could lie about.",
|
|
"A private recipe's title could leak via its page's browser-tab title to any signed-in user who had the link — fixed to respect the same visibility rules as the page itself.",
|
|
"Blocking/unblocking a user is now rate-limited, matching follow/unfollow.",
|
|
"AI calls made with your own API key (Settings → AI Keys) no longer count against your monthly AI-call limit.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.31.0",
|
|
date: "2026-07-14 16:35",
|
|
added: [
|
|
"**Recipes can now be marked as a Drink/cocktail** instead of a dish — the recipe form hides irrelevant food-only fields (prep/cook time, difficulty, batch cooking) for drinks, and you can filter your recipe list by type. Drink recipes also no longer show the food/drink pairing suggestion buttons on their own page.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.30.1",
|
|
date: "2026-07-14 16:20",
|
|
notes: "Internal: fixed test mocks left stale by the earlier API-key auth-widening pass (recipes/meal-plans/shopping-lists route tests) — no user-facing change.",
|
|
},
|
|
{
|
|
version: "0.30.0",
|
|
date: "2026-07-14 16:05",
|
|
added: [
|
|
"**Admins can now set the site-wide default AI provider/model** per use case (text generation, photo/vision, meal-plan generation) from Settings → Admin, applied whenever a user hasn't picked their own model preference or brought their own API key.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.29.0",
|
|
date: "2026-07-14 15:20",
|
|
added: [
|
|
"**Photo recipe import now respects your app language** — previously it defaulted to English (or whatever language was in the photo) instead of matching your locale like other AI generation features.",
|
|
],
|
|
fixed: [
|
|
"Importing a photo with no recognizable recipe used to open the recipe editor anyway with empty/garbage fields — it now shows a clear error instead.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.28.3",
|
|
date: "2026-07-14 14:55",
|
|
fixed: [
|
|
"Copying an unlisted recipe's share link wrongly warned \"this link won't work until the recipe is Public\" — unlisted links work fine (that's the point of unlisted); the warning now only shows for actually-private recipes.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.28.2",
|
|
date: "2026-07-14 14:45",
|
|
fixed: [
|
|
"Recipe cards on Explore and Search cramped the title next to the difficulty badge, cutting titles off early — the title now gets its own full-width line, and the grid gains a medium-viewport column step matching the Recipes page.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.28.1",
|
|
date: "2026-07-14 14:25",
|
|
fixed: [
|
|
"Cooking mode's keyboard/voice shortcuts panel could overflow and overlap the surrounding screen in French (longer translated labels) — now scrolls internally and wraps instead of overflowing.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.28.0",
|
|
date: "2026-07-14 14:05",
|
|
added: [
|
|
"**Meal plan and shopping list header buttons now match the recipe page's icon+tooltip style** — Share, Generate shopping list, Shopping lists, Print, Export to calendar, Send to grocery delivery all collapsed to icon-only with a tooltip, instead of crowding the header with text labels.",
|
|
"**Week-switch arrows on the meal plan now sit right next to the week date**, instead of at the far end of the button row.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.27.2",
|
|
date: "2026-07-14 13:20",
|
|
fixed: [
|
|
"Dietary tag chips, the recipe tag-adding form, the \"Edit recipe\" title, and the meal-plan nutrition-goals bar were all hardcoded in English regardless of app language — now translated.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.27.1",
|
|
date: "2026-07-14 12:05",
|
|
fixed: [
|
|
"API Reference (`/docs`) schemas corrected against the actual code across the whole API — recipes (batch-cook fields, tags, photos were undocumented), comments, ratings, meal plans, shopping lists, pantry, feed, and several missing error responses. A webhook-redelivery route also returned a malformed error body — now matches the rest of the API's `{ error: string }` convention.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.27.0",
|
|
date: "2026-07-14 11:15",
|
|
added: [
|
|
"**API keys now work on recipes, collections, meal plans, shopping lists, pantry, feed, and AI generation** — previously most of the API only accepted a session cookie, so keys couldn't actually be used for most endpoints. Account/credential-adjacent routes (profile, AI provider keys, webhooks, notifications, messages, admin) intentionally stay session-only.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.26.0",
|
|
date: "2026-07-14 10:20",
|
|
added: [
|
|
"**API Reference (`/docs`) now covers the full API**: went from 14 documented endpoints to all ~100 — pantry, meal plans, shopping lists, collections, users/social, AI generation, webhooks, conversations, notifications, and admin routes are now all documented with request/response schemas.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.25.1",
|
|
date: "2026-07-14 09:40",
|
|
fixed: [
|
|
"API key \"Last used\" only showed a date — now shows date and time.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.25.0",
|
|
date: "2026-07-14 09:36",
|
|
added: [
|
|
"**Gravatar is now opt-in, off by default** — previously every account without a custom photo automatically had its email hashed and sent to gravatar.com. Turn it on in Settings → Profile if you want it.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.24.1",
|
|
date: "2026-07-14 09:24",
|
|
fixed: [
|
|
"My Recipes search result count showed a literal \"{count}\" instead of the number, in every locale.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.24.0",
|
|
date: "2026-07-14 08:08",
|
|
added: [
|
|
"**My Recipes search now matches ingredients and tags too**, not just title/description — same improvement shipped for Explore/Search earlier.",
|
|
"**QR code on printed recipes**: a public or unlisted recipe's printout now includes a scannable code linking back to the online version.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.23.0",
|
|
date: "2026-07-13 23:06",
|
|
added: [
|
|
"**Two-factor authentication**: turn it on in Settings → Security to require a code from an authenticator app when signing in, with backup codes in case you lose access to it.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.22.0",
|
|
date: "2026-07-13 22:49",
|
|
added: [
|
|
"**QR code on printed shopping lists**: a public list's printout now includes a scannable code linking back to the live version — pairs with public-editable links, so someone at the store can scan and check items off in real time.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.21.0",
|
|
date: "2026-07-13 22:34",
|
|
added: [
|
|
"**Rating stars on recipe cards** — average rating and review count now show on Search and Explore results, not just the recipe detail page.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.20.0",
|
|
date: "2026-07-13 22:26",
|
|
added: [
|
|
"**Duplicate your own recipe** — same one-click copy used for forking others' recipes, now also on your own, for making variations without touching version history.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.19.0",
|
|
date: "2026-07-13 22:21",
|
|
added: [
|
|
"**Export your meal plan to a calendar file** — download a week's meals as a .ics file to import into Google/Apple/Outlook calendar.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.18.0",
|
|
date: "2026-07-13 22:16",
|
|
added: [
|
|
"**Live updates on shared meal plans**: entries added, removed, or cleared by a collaborator now appear automatically, both on the owner's own week view and everyone else's shared view.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.17.0",
|
|
date: "2026-07-13 22:06",
|
|
added: [
|
|
"**Clear a day or the whole meal-plan week** in one click instead of removing each meal individually.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.16.0",
|
|
date: "2026-07-13 21:59",
|
|
added: [
|
|
"**@mention autocomplete in comments**: type \"@\" and a name to search and insert a mention, instead of typing the exact username blind.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.15.0",
|
|
date: "2026-07-13 21:54",
|
|
added: [
|
|
"**Search now matches ingredients and tags**, not just title/description — \"zaatar\" now finds a recipe that uses it even if the title doesn't mention it.",
|
|
"**Tag filter chips on Explore**: click a popular tag to narrow results instead of typing it.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.14.0",
|
|
date: "2026-07-13 21:47",
|
|
added: [
|
|
"**Change your username** in Settings — previously auto-assigned at signup with no way to change it.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.13.1",
|
|
date: "2026-07-13 17:25",
|
|
fixed: [
|
|
"People search never found anyone, for anyone — there was no signup or settings flow that ever set a username, and search (along with profiles and follow) requires one. Every account now gets one automatically on signup; existing accounts were backfilled.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.13.0",
|
|
date: "2026-07-13 15:37",
|
|
added: [
|
|
"**Explore search now finds people and recipes together**: one search bar, one query — no more separate, hard-to-find people tab.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.12.1",
|
|
date: "2026-07-13 13:25",
|
|
fixed: [
|
|
"Changelog entries showed literal `**bold**` markup instead of rendering it.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.12.0",
|
|
date: "2026-07-13 12:52",
|
|
added: [
|
|
"**Public shopping list links can now allow editing**: turn on \"Allow editing\" alongside the public link so anyone who has it can check off, add, and reorder items — no account needed. Off by default, and turning off the public link revokes editing too.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.11.0",
|
|
date: "2026-07-13 12:27",
|
|
added: [
|
|
"**Live updates on shared shopping lists**: items checked, added, recategorized, or reordered by a collaborator now appear automatically, without a manual refresh.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.10.0",
|
|
date: "2026-07-13 11:55",
|
|
added: [
|
|
"**Bulk tag editing**: add or remove tags across several selected recipes at once.",
|
|
"**Bulk export**: export several selected recipes to a single Markdown file.",
|
|
"**Move recipes between collections**: select recipes inside a collection to move them to another collection or remove them from this one.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.9.6",
|
|
date: "2026-07-13 09:31",
|
|
added: [
|
|
"**Rate limiting on public routes**: sign-in/sign-up now throttle after 3 attempts per 10s per IP; public recipe/shopping-list share links (`/r/`, `/s/`) throttle after 60 requests/min per IP.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.9.5",
|
|
date: "2026-07-13 09:20",
|
|
fixed: [
|
|
"Explore page's \"Recipe ideas\" input got squeezed to a couple of visible characters on mobile — buttons now stay icon-only below `sm:`.",
|
|
"The per-recipe chat button could overlap the private-notes save button on short recipe pages.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.9.4",
|
|
date: "2026-07-13 09:03",
|
|
fixed: [
|
|
"\"New recipe\" wrapped to its own line on mobile (especially French) instead of sharing a row with Generate/Import — icon-only below that breakpoint now.",
|
|
"The view-toggle/Select row floated flush right with a large dead gap on the left — now left-aligned outside select mode.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.9.3",
|
|
date: "2026-07-13 08:38",
|
|
fixed: [
|
|
"Recipes page wasted a lot of vertical space above the recipe list on mobile — Sort/Filter now sit alongside Search on one row instead of forcing an extra one.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.9.2",
|
|
date: "2026-07-13 07:14",
|
|
fixed: [
|
|
"Explore page's \"Recipe ideas\" banner buttons clashed with its violet gradient background.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.9.1",
|
|
date: "2026-07-13 06:59",
|
|
fixed: [
|
|
"Destructive confirm buttons (clear chat history, discard recipe changes) had unreadable black text on a red background.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.9.0",
|
|
date: "2026-07-12 23:28",
|
|
added: [
|
|
"Clear chat history: a trash-icon button in both chatbots clears that conversation's saved history.",
|
|
"Chat history now auto-expires after 90 days (daily cleanup job).",
|
|
],
|
|
},
|
|
{
|
|
version: "0.8.0",
|
|
date: "2026-07-12 22:38",
|
|
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.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.7.1",
|
|
date: "2026-07-12 21:36",
|
|
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.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.7.0",
|
|
date: "2026-07-12 19:36",
|
|
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 reached the code that verifies the key and records usage.",
|
|
"The webhooks documentation page had no way back to webhooks settings.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.6.0",
|
|
date: "2026-07-12 19:09",
|
|
added: [
|
|
"Granular push-notification settings: turn individual categories on/off instead of all-or-nothing.",
|
|
],
|
|
fixed: [
|
|
"The push-notification toggle in Settings always showed as off, even when notifications were genuinely still enabled.",
|
|
"The API Reference page (/docs) was blank — CSP blocked the script it needs to render.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.5.1",
|
|
date: "2026-07-12 19:05",
|
|
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.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.5.0",
|
|
date: "2026-07-12 18:37",
|
|
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.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.4.0",
|
|
date: "2026-07-12 16:13",
|
|
added: [
|
|
"Profile pictures: upload a custom photo, or get a Gravatar-backed avatar automatically.",
|
|
"\"Imported from\" badge on recipe cards for recipes brought in from a URL.",
|
|
"Share shopping lists via a public link — no account required to view, alongside private collaborator invites.",
|
|
],
|
|
fixed: [
|
|
"Batch-cook recipes shifted left in compact view when they had no time set or a longer dish/time label.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.3.1",
|
|
date: "2026-07-12 15:08",
|
|
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.",
|
|
"The bulk-select action bar on the recipe list could show a horizontal scrollbar on desktop even with room to grow.",
|
|
"Recipes imported from a URL never actually saved their source URL.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.3.0",
|
|
date: "2026-07-12 14:46",
|
|
added: [
|
|
"Manually create and edit batch-cook recipes: a batch-cook toggle, an editable dish list with storage/reheat guidance, and per-step dish tagging in the recipe form — not just AI-generated ones anymore.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.2.2",
|
|
date: "2026-07-12 13:54",
|
|
fixed: [
|
|
"Recipe photo thumbnails always tried to load from localhost:9000 in production, tripping CSP/mixed-content blocks in every browser — the public storage URL wasn't reaching client-side code.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.2.1",
|
|
date: "2026-07-12 13:21",
|
|
fixed: [
|
|
"Recipe photos were lost after saving, and multi-file uploads only kept the last file selected.",
|
|
"Photo thumbnails failed to load — Next.js's image optimizer was refusing local-storage hosts.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.2.0",
|
|
date: "2026-07-12",
|
|
added: [
|
|
"Batch cooking: generate a single \"mega recipe\" covering several meals at once — merged shopping list, steps tagged per dish, and per-dish storage/reheat guidance.",
|
|
"Leftover expiry reminders: mark a batch-cook dish as cooked, track its fridge life, and get a reminder before it goes bad.",
|
|
"\"Cooked it\" photo reviews: attach a photo and written review when rating a recipe.",
|
|
"Pantry-expiry recipe suggestions on the Pantry page.",
|
|
"Trending collections: star public collections, browse trending/recent under Collections → Discover.",
|
|
"Add to collection directly from the recipe list.",
|
|
"List and compact view modes for the recipe list.",
|
|
],
|
|
fixed: [
|
|
"Recipe version-comparison diff was unreadable and partially untranslated.",
|
|
"Print/export pages now always render light, regardless of app theme.",
|
|
"Presigned photo-upload URLs were signed against an internal-only address in production.",
|
|
"Recipe list/form UI issues: filter menu closing on every click, tag filter not accepting keystrokes, inconsistent badge styling, missing tooltips, floating save button on long forms.",
|
|
],
|
|
},
|
|
{
|
|
version: "0.1.0",
|
|
date: "earlier",
|
|
notes: "Initial feature set: recipes, meal planning, shopping lists, pantry tracking, collections, social features, nutrition tracking, admin dashboard, account/billing basics.",
|
|
},
|
|
];
|