feat: clear a meal-plan day or the whole week in one action
New bulk-delete route for the owner's own weekStart-scoped plan (mirrors recipes/bulk's DELETE), plus ?ids= support added to the existing shared-plan DELETE route (kept ?entryId= working unchanged). UI: hover-reveal trash icon per day header, "Clear week" button in the toolbar, one shared confirm dialog for both. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Mirrors CHANGELOG.md at the repo root — update both together.
|
||||
export const APP_VERSION = "0.16.0";
|
||||
export const APP_VERSION = "0.17.0";
|
||||
|
||||
export type ChangelogEntry = {
|
||||
version: string;
|
||||
@@ -11,6 +11,13 @@ export type ChangelogEntry = {
|
||||
};
|
||||
|
||||
export const CHANGELOG: ChangelogEntry[] = [
|
||||
{
|
||||
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",
|
||||
|
||||
Reference in New Issue
Block a user