v0.5.0-b
·
0 commits
to 3be204d3a47e754402c0678d3f7c3e910b223e54
since this release
What's new?
- Add support for AI providers! Use your configured Mealie AI providers natively
- Add built-in proxy that can be used optionally when Mealie is restricted from accessing a recipe during the import process
- Add image recognition support for instances that have setup a connection to an OpenAI-compatible API (#10)
- Added Swedish, Danish, Norwegian, Brazilian Portuguese, Czechia and Russian using DeepL translations (#8)
- Refactored the application to use a proper monolithic structure (#7)
- Fix: most recently added recipe will show in the meal picker (#6)
- Fix: change week view pagination button hint from day to week (#5)
- Fix: handle orphaned recipe when recipe is deleted in Mealie
- Fix: handle unique constraint errors on recipe.slug
- Fix: resolve build error for home assistant (due to changes in #7)
Install
Home Assistant (new install):
- In Home Assistant, go to Settings → Apps and select Install app
- Add this repository:
https://github.com/hawkinslabdev/mealie-planner - Install Mealie Planner and enter your Mealie URL and API token in the app configuration
If you've already installed Mealie Planner, Home Assistant will pick this up automatically. To update right away, check for updates manually and press Update.
Docker:
services:
mealie-planner:
image: ghcr.io/hawkinslabdev/mealie-planner:latest
ports:
- "3000:3000"
environment:
- MEALIE_API_URL=http://your-mealie-instance:9000
- MEALIE_API_KEY=your-api-token
restart: unless-stoppedThen run docker compose pull && docker compose up -d to stay up to date.
Full history: CHANGELOG.md