Releases: TandoorRecipes/recipes
Releases · TandoorRecipes/recipes
2.3.1
2.3.0
⚠️ changedTANDOOR_PORT
to configure the internal nginx instead of gunicorn. This breaks in two cases
- if you had
TANDOOR_PORT
set but still pointed your reverse proxy to8080
6adf077. Fix: point to whatever you configured inTANDOOR_PORT
or unbind and point to port80
- if you had the pre V2 default setup and pointed your proxy to
8080
which is now no longer exposed. Fix: point your proxy to port80
and remove the nginx (see #3851)This completes the migration to nginx see #3851
- 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
finish
text in welcome wizard not being localized - fixed inkonsistent results on shopping lists with many entries #4084 (thanks c0mputerguru #4089)
- fixed error when trying to move ingredients in import step editor trough step sorter dialog #4088
- fixed number of times cooked filter #4078
- fixed missing date input from cook log editor
- fixed test timezone edgecase (thansk to c0mputerguru #4091)
- fixed recipe property editor #4110
- fixed first ingredient in recipe not using default unit
- fixed merging Units could fail because of duplicate unit conversion #4116
- updated docs to indicate minimum python version 3.12 #4076
- updated django to 5.2.7
2.2.7
2.2.6
- fixed step editor layout
2.2.5
- improved auto grow text area when writing recipe comments
- fixed property editor page not updating when adding 0 values
- fixed increased maximum dropbox token length #3103
- fixed layout issue in some resolutions breaking recipe ingredients input
- fixed ingredients without unit not being displayed in steps overview #4069
2.2.4
- added AI based recipe step and ingredient sorter
- added AI based food properties import
- added delete page for many objects, showing what is preventing a delete or is affected by it #3758
- added step sorting button to all steps
- added lots of new translations (thanks to the awesome people working on translate.tandoor.dev)
- added button to invite links on space member management page #4055
- added more special recipe unicode characters to be recognized in import
- added import button to shared recipes
- added ability to duplicate recipes
- improved all number inputs use the correct localized decimal Separator #4052
- improved retain steps during recipe import if provided in source data
- fixed setting global/space only for AI provider
- fixed ordering of AI providers random
- fixed open data importer #4058
- fixed staticfiles error when loading tandoor #4064
- fixed recipe search updated at filter #4064
- fixed nginx error pages not working #3961
- updated synology install docs (thanks to Nailik #4060)
2.2.3
- fixed AI Provider admin
- fixed AI Provider permissions
- fixed AI balance logic
2.2.2
- fixed unwanted redirects to welcome page for initialized spaces
2.2.1
- added new user wizard to import open data and setup space
- added Mealie 1.0 importer (including Shopping lists, Meal plans, Supermarket Categories, ...) #2456
- improved layout of start page with no recipes
- improved moved space settings to database page
- improved special character parser for certain recipe websites
- improved start page layout with only small amounts of recipes
- improved layout of AI Provider selection during import on mobile
- improved clickable area in shopping line item
- improved optimized ingredient api endpoint speed #4034
- improved allow creating keywords during import
- improved increased meal plan entry size on large displays #4010
- changed InviteLink api, removed
unused
parameter, return only unused by default, addedused
parameter to return also used links - fixed shopping line item not displaying amount 1 even if unit is present #4030
- fixed food properties showing by default even if none are present
- fixed invite links not working #4047
- fixed ingredients without amount not being displayed in steps overview #4038
- fixed comment text cut off when long #4033
- fixed comment form not resetting
- fixed comment vertical scrollbar appearing
- updated lots of dependencies including Django to 5.x.x
2.2.0
- added AI Provider system
- Every Instance and Space can configure one ore more AI Providers
- AI providers can be selected for each AI operation (default can be set for space)
- AI requests are logged and limiting request volumes is possible to avoid accidental AI cost
AI_API_KEY
andAI_MODEL_NAME
settings have been removed
- improved manual install docs nginx headers (thanks to icedieler #3999)
- improved don't display 0 amount in ingredients table #4003
- improved reduced duration of snackbar when creating models with model select
- fixed timer localization
- fixed meal plan not loading all entries when more than 100 are in selection
- fixed logo being wrongly displayed on some devices (thanks to @tomtjes #4013)
- fixed error with ingredient parser #4018
- fixed invite links not respecting sub path setups #4024