Skip to content

v0.5.2

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Jun 13:29
· 0 commits to 6c53678c504228dd2f7020bd10c73ccac6fbf857 since this release

What's new?

  • Recipe images are now cached locally, you may see a slight increase in loading times
  • Fix: the remove button on recipe cards no longer jumps away when you try to click it
  • Fix: quickly toggling settings no longer sends a burst of save requests
  • Fix: rapidly picking random recipes (sparkle) no longer overwhelms Mealie with requests

Install

Home Assistant (new install):

  1. In Home Assistant, go to Settings → Apps and select Install app
  2. Add this repository: https://github.com/hawkinslabdev/mealie-planner
  3. 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-stopped

Then run docker compose pull && docker compose up -d to stay up to date.


Full history: CHANGELOG.md