Skip to content

Releases: hawkinslabdev/mealie-planner

v0.5.2

07 Jun 13:29

Choose a tag to compare

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

v0.5.1

29 May 06:31

Choose a tag to compare

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):

  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

v0.5.0-b

26 May 07:56

Choose a tag to compare

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):

  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

v0.4.3

25 May 13:31

Choose a tag to compare

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):

  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