chore: bump version to 0.9.4, backfill changelog with real commit times
Every entry got a time component pulled from actual git commit timestamps (git log --date=format), not guessed — precise enough to disambiguate the many same-day releases from this session. 0.2.0 and 0.1.0 kept date-only/"earlier" since no reliable timestamp exists for them. Also adds the 0.9.4 entry for the previous action-buttons/ view-toggle mobile fix, which shipped without its own version bump.
This commit is contained in:
+24
-16
@@ -1,5 +1,5 @@
|
||||
// Mirrors CHANGELOG.md at the repo root — update both together.
|
||||
export const APP_VERSION = "0.9.3";
|
||||
export const APP_VERSION = "0.9.4";
|
||||
|
||||
export type ChangelogEntry = {
|
||||
version: string;
|
||||
@@ -11,30 +11,38 @@ export type ChangelogEntry = {
|
||||
};
|
||||
|
||||
export const CHANGELOG: ChangelogEntry[] = [
|
||||
{
|
||||
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",
|
||||
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",
|
||||
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",
|
||||
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",
|
||||
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).",
|
||||
@@ -42,7 +50,7 @@ export const CHANGELOG: ChangelogEntry[] = [
|
||||
},
|
||||
{
|
||||
version: "0.8.0",
|
||||
date: "2026-07-12",
|
||||
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.",
|
||||
@@ -50,7 +58,7 @@ export const CHANGELOG: ChangelogEntry[] = [
|
||||
},
|
||||
{
|
||||
version: "0.7.1",
|
||||
date: "2026-07-12",
|
||||
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.",
|
||||
@@ -58,7 +66,7 @@ export const CHANGELOG: ChangelogEntry[] = [
|
||||
},
|
||||
{
|
||||
version: "0.7.0",
|
||||
date: "2026-07-12",
|
||||
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.",
|
||||
],
|
||||
@@ -69,7 +77,7 @@ export const CHANGELOG: ChangelogEntry[] = [
|
||||
},
|
||||
{
|
||||
version: "0.6.0",
|
||||
date: "2026-07-12",
|
||||
date: "2026-07-12 19:09",
|
||||
added: [
|
||||
"Granular push-notification settings: turn individual categories on/off instead of all-or-nothing.",
|
||||
],
|
||||
@@ -80,7 +88,7 @@ export const CHANGELOG: ChangelogEntry[] = [
|
||||
},
|
||||
{
|
||||
version: "0.5.1",
|
||||
date: "2026-07-12",
|
||||
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.",
|
||||
@@ -89,7 +97,7 @@ export const CHANGELOG: ChangelogEntry[] = [
|
||||
},
|
||||
{
|
||||
version: "0.5.0",
|
||||
date: "2026-07-12",
|
||||
date: "2026-07-12 18:37",
|
||||
added: [
|
||||
"Push notifications for shared shopping lists — get pinged when someone else checks off or adds items.",
|
||||
],
|
||||
@@ -101,7 +109,7 @@ export const CHANGELOG: ChangelogEntry[] = [
|
||||
},
|
||||
{
|
||||
version: "0.4.0",
|
||||
date: "2026-07-12",
|
||||
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.",
|
||||
@@ -113,7 +121,7 @@ export const CHANGELOG: ChangelogEntry[] = [
|
||||
},
|
||||
{
|
||||
version: "0.3.1",
|
||||
date: "2026-07-12",
|
||||
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.",
|
||||
],
|
||||
@@ -125,21 +133,21 @@ export const CHANGELOG: ChangelogEntry[] = [
|
||||
},
|
||||
{
|
||||
version: "0.3.0",
|
||||
date: "2026-07-12",
|
||||
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",
|
||||
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",
|
||||
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.",
|
||||
|
||||
Reference in New Issue
Block a user