Skip to content

Release v3.0.2

Choose a tag to compare

@github-actions github-actions released this 31 Mar 19:30

[3.0.2] - 2026-03-31

✨ New Features

  • Servings display — New show_servings option to display recipe servings and yield quantity alongside the star rating

🐛 Bug Fixes

  • Fixed RecipeIngredient.food type: was incorrectly typed as string, now correctly mapped to a RecipeFood object matching the aiomealie Python model
  • Fixed RecipeIngredient.unit and RecipeFood field names to match actual API response (recipe_servings, recipe_yield_quantity)
  • Removed non-existent RecipeInstruction.instruction field — ingredient fallback now uses ing.food?.name
  • Fixed MealieRecipe.tags type: was string[], now RecipeTag[] with tag_id, name, slug

🌐 Languages

  • Added show_rating and show_servings keys to all 11 translation files (DA, DE, ES, IT, NL, PL, PT, PT-BR, RO were missing them)