| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2.3.0 source code.tar.gz | 2025-10-05 | 13.4 MB | |
| 2.3.0 source code.zip | 2025-10-05 | 14.6 MB | |
| README.md | 2025-10-05 | 1.7 kB | |
| Totals: 3 Items | 28.0 MB | 0 | |
⚠️ changed TANDOOR_PORT to configure the internal nginx instead of gunicorn. If you did not use TANDOOR_PORT before this changes nothing. This breaks your setup if you had TANDOOR_PORT set but still pointed your reverse proxy to 8080 6adf077ee58ef7d5d7cd86437e4288234923166c. 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
finishtext 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