Releases: TandoorRecipes/recipes
0.6.4
- fixed possible webdav errors with nextcloud (thanks @pataya23 #51)
- every link in the recipe instructions is now clickable (thanks @tourn #56)
- added kubernetes example files and instructions to docs (thanks @hakoerber #50)
- added user setting to change the default ingredient unit
- added user setting to change default page displayed without any url path
- docker images are now released for arm platforms as well (only latest and tagged releases)
Many thanks to all the awesome people who provide feedback, ideas and contribute directly trough pull requests!
0.6.3
0.6.2
- set recipe name as page title (for printing file names and easier tab navigation)
- added buttons to meal plan (thanks to @tourn)
- improved recipe printing layout
- added print button (invokes browser print function)
- fixed UI alignment issues with images on certain viewport sizes
- updated tabulator to fix #44
0.6.1
- fixed broken markdown links
- fixed shooping list format when clicking trough recipe view
0.6.0
Docker Deployment Changes
With this update the whole docker stack has been reworked to make installing and running this application easier. Many thanks to @h4llow3En for providing the initial pull request and lots of help.
To migrate from previous Version:
- backup the database and probably best the whole installation directory
- remove all project files except data and configuration using
rm -R -v !(".env"|"mediafiles"|"postgresql"|"staticfiles"|"docker-compose.yml")
- choose one of the provided docker examples
- start the container using
docker-compose up -d
Changes
- smaller install size due to optimized image
- faster and easier update due to image based installation
- automatic migration and static file collection on each restart
- simplified superuser creation
0.5.1
- fixed single file import error
- fixed case sensitive import check
0.5.0
IMPORTANT: Docker base image has changed since python 3.8 is now required. If installed via docker run
docker-compose up -d --build
and if installed manually make sure to have python 3.8 running.
- added ability to link ingredients to recipes
- added ability to annotate notes to recipe ingredients
- added ability to change display name and password
- improved nav (icon alignment, structure)
- cleaned up search ui
- changed behavior of
delete original
button now only deleting the original and not also the recipe itself - improved django admin tables
- completly refactored url creation for generic views and fixed deletion errors
- fixed import log badges
- fixed confirmation for unit/ingredient merging
- fixed some and updated other translations
0.4.0
IMPORTANT: with this release the
docker-compose.yml
was removed from version control in order to make changes easier and improve compatability. Multiple examples for different use cases can be found here. Choose the on that fits you (the old default wasnginx-proxy
and copy it to the main project directory.
- added search filter for internal recipes
- removed internal recipes from shopping list
- improved rendering of markdown tables and images
- fixed sorting/deleting of ingredients not working
- fixed rendering of markdown blockquotes
- fixed png's not working as recipe images
- fixed keywords without icons causing errors
- restructured docker compose and added more samples
Update 0.3.2
- added in page pdf preview (no more redirecting to external pages)
Update 0.3.1
- added form to merge ingredients
- added search for ingredients
- added shopping to the nav
- added highlighting of active tab in nav
- added grouping for ingredients in shopping list
- added format option for shopping list
- improved shopping list UI
- updated translations
- removed empty script tag on generic new forms