Skip to content

v0.13.0 - Recipe Links for Meals

Choose a tag to compare

@ulsklyc ulsklyc released this 05 Apr 16:03

What's new

Meals: Recipe Link Support

You can now attach an optional recipe URL to any meal in the meal planner.

How it works:

  • Open a meal (add or edit) — there is now a Recipe link field below Notes
  • Paste any URL (e.g. from a recipe website)
  • A link icon appears on the meal card — tap/click it to open the recipe directly in a new tab

No more navigating away to search for the recipe manually.

Details

  • New recipe_url column in the meals table (DB migration v6 — auto-applied on startup)
  • API: POST /meals and PUT /meals/:id accept recipe_url
  • i18n: new keys in all 4 languages (DE, EN, SV, IT)

Closes #18