Skip to content

Releases: TandoorRecipes/recipes

2.5.3

14 Feb 12:42

Choose a tag to compare

  • fixed mealplan always unsaved after opening

2.5.2

14 Feb 12:29

Choose a tag to compare

  • fixed meal plan api normal token not working #4428

2.5.1

13 Feb 15:57

Choose a tag to compare

  • improved ingredient parser handling of leading special characters (like ,.-_=+#*|/)
  • changed start page link icon to "more" text for opening search
  • fixed ical issues #4429
  • fixed recipe view performance degradation (thansk to @poikilotherm #4426)
  • fixed syntax error in template breaking recipe view and editor #4421
  • fixed creating food trough shopping list entry failing #4418
  • fixed admins could include arbitrary local files trough local storage provider GHSA-6485-jr28-52xx
  • fixed server side request forgery trough redirects/dns rebinding attacks GHSA-j6xg-85mh-qqf7
  • fixed issue with diameter scaling when base servings were not 1
  • updated dependencies

2.5.0

08 Feb 13:23

Choose a tag to compare

Many thanks to all the contributors that did most of the work for this update 🥳

  • added ability to subscribe to meal plan using ical #1254 (button in meal plan view, only visible on desktop for now)
  • added the ability to run tandoor in a container as a non root users (thanks to @wilmardo #4042)
  • added ability to hide login form trough environment variable (thanks to @mattinx #4352)
  • added cooklang importer and docs for creating custom integrations (thanks to @doylelew #4304)
  • added support (and enabled by default) to include child keywords/foods when searching (thanks to @smilerz #4345)
  • improved Chowdown integration and added export (thanks to @buergi #4344)
  • improved import/export docs (thanks to loucasal #4399)
  • improved error messages during default tandoor import (thanks to buergi #4317)
  • improved made the books view more intuitive (thanks to racehd #4154)
  • improved properly handle AI timeouts (thanks to @smilerz #4391)
  • improved show proper error message when sending email for invite fails #1063 (thanks to @smilerz #4376)
  • improved mealie importer to handle broken titles (thanks to @rajacs50 #4366)
  • improved ingredient API speed (thanks to @smilerz #4367)
  • changed meal plan api to return last 90 and next 360 days if no to/from date is given
  • fixed time handling in meal plans (thanks to @smilerz #4398)
  • fixed multi step conversions #4163 (thanks to @smilerz #4397)
  • fixed SOCIAL_DEFAULT_ settings not respected by signup logic #4346 (thanks to @smilerz #4395)
  • fixed instructions editor add link background white in dark theme #4318 (thanks to @smilerz #4390)
  • fixed cookbook manager import (thanks to swang62 #4322)
  • fixed typos (thanks to gordonj #4255)
  • fixed Saffron export not working (thanks to @buergi #4316)
  • fixed several timezone issues (thanks to @smilerz #4389)
  • fixed allow sharing while logged into another space #1238 (thanks to @smilerz #4377)
  • fixed ical UID format so ical works in google calendar and protn (thanks to @smilerz #4362)
  • fixed recipe creation issue due to property calculation timeout #4356 (thanks to @smilerz #4382)
  • fixed return recipes with null ratings in search for unrated recipes #1939 (thanks to @smilerz #4361)
  • improved added helmChart instructions to docs (thanks to csg33k #4378)
  • improved added explicit port binding to plain docker compose example (thanks to vspaziani #4225)
  • improved AI docs (thanks to @le-lenn #4319)
  • fixed wrong port in synology docs (thanks to floflausch #4241)
  • updated lots of dependencies

2.4.2

01 Feb 12:52

Choose a tag to compare

  • added quick link from start page to search with pre-filled parameters
  • added diameter based scaling
  • fixed uploading images on mobile #4400
  • fixed items per page not saving in search view #4275
  • fixed rating filter less than or equal to not working #4280 (thanks to @smilerz #4396)

2.4.1

30 Jan 06:52

Choose a tag to compare

  • fixed user space permission to only allow delete not update
  • fixed ingredient parser to also work for non admin users

2.4.0 - Shopping Lists

28 Jan 17:07

Choose a tag to compare

  • added ability to have multiple shopping lists
    • all shopping lists can be shown in one view at the same time or filtered
    • each entry can belong to zero, one or more lists
    • foods can have default lists
    • batch editing of foods and shopping list entries for shopping lists
  • added FAB in recipe editor to simplify saving/deleting/viewing
  • added scale to number of servings in recipe editor
  • added context actions in step overview including scale recipe to specific ingredient amount
  • improved performance of shopping lists massively improved (very noticeable for large lists)
  • improved design of shopping list page
  • improved made servings text in importer clearable
  • improved added link to advanced search in bottom navigation drawer on mobile
  • improved update page title after create in model editors
  • improved error messages when uploading unsupported image file types
  • improved performance of ingredient paste dialog with dedicated bulk endpoint
  • fixed another mealie importer edge case #4299
  • fixed hide external search filter
  • fixed random recipes button in search
  • fixed recipes showing unsaved changes after adding images #4383
  • fixed ingredient paste dialog hanging sometimes #4385
  • fixed not being able to leave a space
  • fixed typo #4331
  • fixed url import list progress bar color #4301
  • updated lots of dependencies

2.3.6

24 Nov 19:40

Choose a tag to compare

  • improved open recipe with correct servings from meal plan (thanks Orycterope #4237)
  • improved open print view with correct number of servings #4242
  • fixed more mealie edge cases #4245
  • fixed infinite redirect error #4224
  • fixed AnyMeal (Mealmaster) imports with utf-8 encoding #4206

2.3.5

19 Nov 20:53

Choose a tag to compare

  • improved reliability of mealie importer #4229
  • improved search query parameter binding for number fields like timescooked
  • improved set time from meal type in ical export #4236
  • improved remove empty default ingredient when pasting ingredients
  • fixed url list import failing completely with one broken site #4199
  • fixed fixed property calculation error breaking some recipes #4232 #4185
  • fixed print mode not displaying images
  • fixed print mode showing external recipe dropdown
  • fixed linked recipe data when copying a recipe #4181
  • fixed navigation in help page not working on mobile
  • fixed property amount calculation error in property details popup #4169
  • fixed times cooked filter when used as a saved search #4153
  • fixed potential error when using sqlite on certain platforms #4233
  • fixed error with shopping list recipes that do not have any entries #4203

2.3.4

18 Nov 14:29

Choose a tag to compare

  • fixed decimals not displayed for non logged in users #4152
  • fixed edge case where start page could display no recipes
  • fixed copying a meal plan did not add to shopping #4171
  • fixed (maybe) strange behavior with the date picker localization #4203
  • fixed typo #4234
  • improved print view to fix many existing small issues (#3921 #2905 #2239)
  • improved error handling and messaging for AI import #4170
  • improved servings parsing #4217
  • improved manual setup docs to reference vue3 instead of the old vue folder (thanks to ThomasLeister #4193)
  • improved docs to include correct system page path (thanks to Daan5556 #4192)
  • improved apache reverse proxy documentation (thanks to EifX #4166)
  • improved docs type (thanks to erikbledsoe #4159)
  • updated multiple dependencies including django and recipe scrapers