v0.4.3
·
0 commits
to f4bf9764d19397db0e8859362f2d7310ce35d13d
since this release
What's new?
- Added color palette picker with 5 accent themes (amber, lavender, sage, terracotta, slate)
- Fix: "Create recipe" in quick-add no longer auto-adds to the meal plan, now consistent with "Import from URL"
- Fix: modal header title and close button now vertically centred
- Fix: various accessibility improvements (keyboard navigation, screen reader labels, focus trapping)
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