Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 11, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/mealie-recipes/mealie major v2.7.1 -> v3.5.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

mealie-recipes/mealie (ghcr.io/mealie-recipes/mealie)

v3.5.0

Compare Source

🍴🍴🍴🍴🍴🍴

Welcome to the latest release of Mealie! This release contains a minor breaking change; the flow for downloading a recipe .zip has been simplified and no longer requires a zip token. If you are leveraging the .zip API, you'll want to update your scripts.

🎉 Highlights
  • You can now add recipes as an ingredient for other recipes. Got a great teriyaki sauce recipe to go with your hibachi fried rice? You can add it as an ingredient now.
🚨 Breaking changes
✨ New features
🐛 Bug fixes
🧰 Maintenance
14 changes
📚 Documentation
🔨 Internal development
⬆️ Dependency updates
6 changes
🙏 New Contributors
🍴🍴🍴🍴🍴🍴

v3.4.0

Compare Source

🍴🍴🍴🍴🍴🍴

This release contains mostly bug fixes, though we fit in a few features for you too!

🎉 Highlights

You can now set the default activity per-device (thanks @​miah120!). Upon logging-in (or opening the PWA). You can choose to navigate to:

  • Your recipes (like before)
  • Your shopping lists
  • The meal planner

This can be configured in your profile. By default, your default activity will be the recipes page (just like how it used to be before this update).

✨ New features

🐛 Bug fixes

🧰 Maintenance

25 changes

📚 Documentation

⬆️ Dependency updates

36 changes

🙏 New Contributors

🍴🍴🍴🍴🍴🍴

v3.3.2

Compare Source

🍴🍴🍴🍴🍴🍴

This release contains bug-fixes related to authentication and fixes a breaking change related to long passwords (>72 bytes). No action is needed for users with long passwords, though it may be worth checking out the PR for more information.

✨ New features

🐛 Bug fixes

🧰 Maintenance

8 changes

📚 Documentation

⬆️ Dependency updates

7 changes

v3.3.1

Compare Source

🍴🍴🍴🍴🍴🍴

This release contains few minor bug fixes that can impact users trying the ingredient parser for the first time.

🐛 Bug fixes

🧰 Maintenance

📚 Documentation

⬆️ Dependency updates

9 changes

🍴🍴🍴🍴🍴🍴

v3.3.0: - Overhauled Ingredient Parsing

Compare Source

🍴🍴🍴🍴🍴🍴

Welcome to the latest Mealie release!
This update brings a major update to how you parse recipes, home to some of the most heavily-requested features. This update also brings a truckload of fixes to round out some performance issues and fix some fairly-regular annoyances.

❗❗❗Minor breaking change with TOKEN_TIME

This PR introduces a maximum for the TOKEN_TIME variable. If TOKEN_TIME is greater than 87600 (10 years, in hours) the application will fail to load. This was introduced as setting too high of a value can cause an overflow error when generating auth tokens, which can be more difficult to debug since the error wouldn't necessarily appear at startup.

🎉 Highlights

📋 Semi-automated Ingredient Parser

Mealie v3.3.0 introduces an entirely new workflow to parsing recipes. The new parsing workflow includes many heavily-requested features such as:

  • A more focused, guided ingredient parser which lets you parse one ingredient at a time
  • Initiate parsing immediately after creating a new recipe (with an option to turn this off, though we encourage you to try it!)
  • Automatically parse ingredients which can be matched with a reasonably high level of accuracy
  • Much much more!
Auth Timeout and iframe Support

Users have been experiencing issues with authentication, including being logged-out seemingly randomly between sessions (even if TOKEN_TIME is set, which is a requirement for longer session times). This update should resolve flaky session times ignoring the TOKEN_TIME.

Additionally, support for hosting Mealie in an iframe (such as via Home Assistant) should be fixed. Note that iframe support only works if being served over HTTPS, which is a browser requirement. For more information, see the samesite Cookie header spec.

✨ New features

🐛 Bug fixes

🧰 Maintenance

18 changes

📚 Documentation

⬆️ Dependency updates

21 changes

🍴🍴🍴🍴🍴🍴

v3.2.1

Compare Source

🍴🍴🍴🍴🍴🍴

A quick bug fix release to fix state issues on the recipe explorer overview page.

🐛 Bug fixes

📚 Documentation

⬆️ Dependency updates

🍴🍴🍴🍴🍴🍴

v3.2.0

Compare Source

🍴🍴🍴🍴🍴🍴

❗❗❗Important Notice for PWA (Mobile) Users

TL;DR If you use the PWA (most/all mobile users), after upgrading, uninstall your PWA and install the new one. If you're accessing Mealie through a regular web browser and have not installed the PWA, please disregard!

The PWA has been overhauled to meet more modern standards. The old PWA configuration was constrained heavily by the old Nuxt 2 framework, and had several odd quirks and simply didn't work in a lot of instances. The new PWA implementation works much better and should be compatible with all devices which support PWAs (including both iPhone and Android devices).

A consequence of this is that the way the app is identified internally has changed, so existing PWA installs won't recognize that there has been an update to the application. In order to continue using the PWA, once you update Mealie, remove/uninstall your old PWA and re-install it.

🎉 Highlights

  • New Settings Layout. No more clicking on "settings" when you're looking for the data management page and remembering that it's,
  • Major performance improvements to the recipe overview page, making it several times more snappy.
  • Lots of quality of life improvements, including many bugfixes.
  • Upgrades to the PWA for mobile devices (see more above).

✨ New features

🐛 Bug fixes

🧰 Maintenance

21 changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@carpenike-bot
Copy link
Contributor

carpenike-bot bot commented Jul 11, 2025

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Warnings Elapsed time
❌ COPYPASTE jscpd yes 2 no 1.41s
✅ REPOSITORY git_diff yes no no 0.04s
✅ REPOSITORY secretlint yes no no 3.79s
⚠️ YAML prettier 1 1 2 0.53s
❌ YAML yamllint 1 1 0 0.53s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@renovate renovate bot changed the title feat(container)!: Update image ghcr.io/mealie-recipes/mealie ( v2.7.1 → v3.0.0 ) feat(container)!: Update image ghcr.io/mealie-recipes/mealie ( v2.7.1 → v3.0.1 ) Jul 13, 2025
@renovate renovate bot force-pushed the renovate/cluster-0-ghcr.io-mealie-recipes-mealie-3.x branch from 90e749f to f2233f7 Compare July 13, 2025 18:47
@renovate renovate bot force-pushed the renovate/cluster-0-ghcr.io-mealie-recipes-mealie-3.x branch from f2233f7 to be10bed Compare July 21, 2025 13:01
@renovate renovate bot changed the title feat(container)!: Update image ghcr.io/mealie-recipes/mealie ( v2.7.1 → v3.0.1 ) feat(container)!: Update image ghcr.io/mealie-recipes/mealie ( v2.7.1 → v3.0.2 ) Jul 21, 2025
@renovate renovate bot force-pushed the renovate/cluster-0-ghcr.io-mealie-recipes-mealie-3.x branch from be10bed to af520f5 Compare August 19, 2025 22:45
@renovate renovate bot changed the title feat(container)!: Update image ghcr.io/mealie-recipes/mealie ( v2.7.1 → v3.0.2 ) feat(container)!: Update image ghcr.io/mealie-recipes/mealie ( v2.7.1 → v3.1.1 ) Aug 19, 2025
@renovate renovate bot force-pushed the renovate/cluster-0-ghcr.io-mealie-recipes-mealie-3.x branch from af520f5 to 187e196 Compare August 25, 2025 22:28
@renovate renovate bot changed the title feat(container)!: Update image ghcr.io/mealie-recipes/mealie ( v2.7.1 → v3.1.1 ) feat(container)!: Update image ghcr.io/mealie-recipes/mealie ( v2.7.1 → v3.1.2 ) Aug 25, 2025
@renovate renovate bot force-pushed the renovate/cluster-0-ghcr.io-mealie-recipes-mealie-3.x branch from 187e196 to caea19c Compare September 14, 2025 01:29
@renovate renovate bot changed the title feat(container)!: Update image ghcr.io/mealie-recipes/mealie ( v2.7.1 → v3.1.2 ) feat(container)!: Update image ghcr.io/mealie-recipes/mealie ( v2.7.1 → v3.2.0 ) Sep 14, 2025
@renovate renovate bot force-pushed the renovate/cluster-0-ghcr.io-mealie-recipes-mealie-3.x branch from caea19c to 1d1e89c Compare September 15, 2025 05:37
@renovate renovate bot changed the title feat(container)!: Update image ghcr.io/mealie-recipes/mealie ( v2.7.1 → v3.2.0 ) feat(container)!: Update image ghcr.io/mealie-recipes/mealie ( v2.7.1 → v3.2.1 ) Sep 15, 2025
@renovate renovate bot force-pushed the renovate/cluster-0-ghcr.io-mealie-recipes-mealie-3.x branch from 1d1e89c to 80c610c Compare September 28, 2025 01:36
@renovate renovate bot changed the title feat(container)!: Update image ghcr.io/mealie-recipes/mealie ( v2.7.1 → v3.2.1 ) feat(container)!: Update image ghcr.io/mealie-recipes/mealie ( v2.7.1 → v3.3.0 ) Sep 28, 2025
@renovate renovate bot force-pushed the renovate/cluster-0-ghcr.io-mealie-recipes-mealie-3.x branch from 80c610c to 1f749d3 Compare October 2, 2025 18:14
@renovate renovate bot changed the title feat(container)!: Update image ghcr.io/mealie-recipes/mealie ( v2.7.1 → v3.3.0 ) feat(container)!: Update image ghcr.io/mealie-recipes/mealie ( v2.7.1 → v3.3.1 ) Oct 2, 2025
@renovate renovate bot force-pushed the renovate/cluster-0-ghcr.io-mealie-recipes-mealie-3.x branch from 1f749d3 to 9952084 Compare October 10, 2025 23:48
@renovate renovate bot changed the title feat(container)!: Update image ghcr.io/mealie-recipes/mealie ( v2.7.1 → v3.3.1 ) feat(container)!: Update image ghcr.io/mealie-recipes/mealie ( v2.7.1 → v3.3.2 ) Oct 10, 2025
@renovate renovate bot force-pushed the renovate/cluster-0-ghcr.io-mealie-recipes-mealie-3.x branch from 9952084 to 14ac592 Compare October 31, 2025 19:54
@renovate renovate bot changed the title feat(container)!: Update image ghcr.io/mealie-recipes/mealie ( v2.7.1 → v3.3.2 ) feat(container)!: Update image ghcr.io/mealie-recipes/mealie ( v2.7.1 → v3.4.0 ) Oct 31, 2025
… → v3.5.0 )

| datasource | package                       | from   | to     |
| ---------- | ----------------------------- | ------ | ------ |
| docker     | ghcr.io/mealie-recipes/mealie | v2.7.1 | v3.5.0 |
@renovate renovate bot force-pushed the renovate/cluster-0-ghcr.io-mealie-recipes-mealie-3.x branch from 14ac592 to 84ad563 Compare November 14, 2025 21:47
@renovate renovate bot changed the title feat(container)!: Update image ghcr.io/mealie-recipes/mealie ( v2.7.1 → v3.4.0 ) feat(container)!: Update image ghcr.io/mealie-recipes/mealie ( v2.7.1 → v3.5.0 ) Nov 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant