Tandoor - Package Updates
-
[1.4.14]
- Update recipes to 1.5.27
- Full Changelog
- removed healthcheck as it was causing issues for some people
-
[1.4.15]
- Update recipes to 1.5.29
- Full Changelog
- improved paprika image import (thanks to mitcdh #3497)
- updated several dependencies
- changed allow configuring external recipe sources only as superuser of the instance
- changed blacklist to prevent certain paths from being used in local external recipes (etc, root, medafiles, usr). If you are using any of them you need to change your configuration
- changed local external import only considers pdf and image types
- changed default nginx config to download mediafiles if opened (setting content disposition Attachement)
- changed allow only image, pdf and office files to be uploaded to the UserFile system
- updated django (security update)
-
[1.4.16]
- Update recipes to 1.5.30
- Full Changelog
- improved recognition of notes as part of ingredient strings (thanks to @smilerz
157af15
) - fixed errors when deleting recipe images
- fixed error when importing a recipe
-
[1.4.17]
- Update recipes to 1.5.31
- Full Changelog
- fixed image upload failing with upper case image extensions #3511
-
[1.4.18]
- Update recipes to 1.5.32
- Full Changelog
- changed DEBUG and DEBUG_TOOLBAR is disabled by default (as stated in the docs) (thanks to Honza-m #3523)
- changed allow uploading
webp
files in file whitelist (thanks to @JiDW #3574) - updated Synology setup guide (thanks to racehd #3576)
- updated dependencies
- updated several dependencies with security issues
-
[1.5.0]
- Update base image to 5.0.0
-
[1.5.1]
- Update recipes to 1.5.33
- Full Changelog
- added dependencies for django allauth common providers #3596
-
[1.5.2]
- Update recipes to 1.5.34
- Full Changelog
- updated gunicorn to 23.0.0 https://github.com/benoitc/gunicorn/releases/tag/23.0.0
-
[1.5.3]
- Update recipes to 1.5.35
- Full Changelog
- added ability to set AWS secrets in file (thanks to tpansino #3695)
- improved postgres update docs (thanks to EifX#3707)
- updated django
-
[1.6.0]
- Update recipes to 2.0.1
- Full Changelog
- fixed build to update latest image
- fixed removed some debug code
- updated some translations
- added autocomplete input to shopping lists
- added an integrated help system and small help texts on all object types
- added integrated FDC search and import features in both the Food Editor and the Property Editor
- added ability to create shopping categories from shopping line item dialog
- added Ctrl+S Hotkey to all Editors
- added supermarket quick selection to shopping list
- added the ability to set static root dir via .env (thanks to wilmardo #3637)
-
[1.6.1]
- Update recipes to 2.0.2
- Full Changelog
- added display of ratings within recipe view #3859
- added AI based conversion of external recipes
- added useful titles to most pages #3915
- added decimal places setting back (bot ingredient table and property view) #3929
- added made keywords clickable again #3928
- improved separation between internal/external recipes no longer present, all available data is shown #3888
- improved meal plan cards on home page (especially on mobile) #3894
- improved sub recipe rendering and included sub recipes in step overview #3893
- improved added
unused
parameter to InviteLink API to filter for unused links - improved InviteLink list and editor to see reusable links and allow manual link copying #3886
-
[1.6.2]
- Update recipes to 2.0.3
- Full Changelog
- added batch editing dialog to recipe search view
- added batch delete dialog to model list views
- added ability to batch merge items
- added tree support back into the keyword and food editor (general system still needs improvement)
- added clickable link to recipe created by/on and updated to advanced search
- added badge indicating when advanced search parameters are set
- added support for plugins working now (docs and more following soon, for now please reference the open data plugin)
- improved hide amount on shopping line items were only 1 is shown #3957
- improved contribution docs and fixed links
- fixed merge dialog can be closed using the cancel button