Skip to content

v1.1.0

Choose a tag to compare

@that0n3guy that0n3guy released this 13 Dec 20:24
· 1 commit to main since this release

New features:

  • Recipe notes: add/update notes with title and text
  • Recipe servings: set recipeServings and recipeYield fields
  • Image upload: add_recipe_image tool (URL or base64)
  • Delete recipe: delete_recipe tool for removing recipes

Client additions:

  • uploadRecipeImage() - multipart/form-data image upload
  • fetchImageFromUrl() - download images from URLs
  • deleteRecipe() - delete recipes by slug

Type additions:

  • RecipeNote interface with title and text fields
  • Updated Recipe.notes to use RecipeNote[] instead of unknown[]

Tests:

  • Added comprehensive functional tests against live Mealie API
  • 40 tests covering all features (connection, CRUD, notes, servings,
    images, foods, units, mealplans, structured ingredients)

Full Changelog: v1.1.0...v1.1.0