v0.5.1
·
0 commits
to 7c8a28d70da23682b4f3f0f141a5e1628e50e37c
since this release
What's new?
- Add swipe gestures for quick add and settings modal
- Fix: meal import type descriptions have been shortened
- Fix: numeric keypad layout for pin code is now enforced (standalone mode only)
- Fix: use pip-tools for package management instead of pinning manually
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