Tandoor - Package Updates
-
[1.9.0]
- Update recipes to 2.3.0
- Full Changelog
- changed
TANDOOR_PORTto configure the internal nginx instead of gunicorn. This breaks in two cases - added ability to create recipe properties using AI
- improved mealie 1 importer to also support linking between ingredients and steps
- changed removed outside binding to gunicorn. Access Tandoor on port 80 or whatever you configured as
TANDOOR_PORT - fixed mealie 1 importer creating empty steps
- fixed demo auto login from docs page #4073
- fixed unit conversion division by zero error #4072
- fixed merging not working in ingredient editor #4080
- fixed ingredients missing in sub recipes #4079
- fixed
finishtext in welcome wizard not being localized
-
[1.9.1]
- Update recipes to 2.3.1
- Full Changelog
- fixed nginx config for setups without any proxy
-
[1.9.2]
- Update recipes to 2.3.2
- Full Changelog
- added ability to configure gunicorn timeout (thanks to KoMa1012 #4138) fixes #4125
- improved start page with small recipe counts
- improved default unit for food properties
- fixed ingredient template selector not working on unsaved recipes
- fixed add all in food properties editor overriding existing properties #4137
- fixed dropdowns in properties editor at the bottom behind layout
- fixed missing conversion for property not shown when a second ingredient had a working conversion/property value
- fixed api sample url #4132
- fixed infinity as amount in ingredients when servings are 0 and associated importer bug #4133
- fixed cant create a new step if no steps are in a recipe #4119
-
[1.9.3]
- Update recipes to 2.3.3
- Full Changelog
- fixed ingredient amount input not allowing decimals #4161 #4151
-
[1.9.4]
- Update recipes to 2.3.5
- Full Changelog
- 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
-
[1.9.5]
- Update recipes to 2.3.6
- Full Changelog
- 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
-
[1.10.0]
- Update recipes to 2.4.0
- Full Changelog
- added ability to have multiple 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
- fixed another mealie importer edge case #4299
-
[1.10.1]
- Update recipes to 2.4.1
- Full Changelog
- fixed user space permission to only allow delete not update
- fixed ingredient parser to also work for non admin users
-
[1.10.2]
- Update recipes to 2.4.2
- Full Changelog
- 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)
-
[1.11.0]
- Update recipes to 2.5.0
- Full Changelog
- 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