Skip to content

Releases: mealie-recipes/mealie

v2.2.0 - Shared Cookbooks 📖

11 Nov 11:01
65c35ad
Compare
Choose a tag to compare

🍴🍴🍴🍴🍴🍴

🎉 Highlights

📖 Cross-Household Cookbooks

Cookbooks from other Households can now be accessed directly from the navigation drawer. To keep the sidebar organized and user-friendly, these cookbooks will be grouped by household. To opt-out of viewing cookbooks from other users, simply disable the feature on the Cookbook Organization page.

✨ New features

🐛 Bug fixes

🧰 Maintenance

  • chore(auto): Update pre-commit hooks @github-actions (#4506)

📚 Documentation

  • docs(auto): Update image tag, for release v2.1.0 @github-actions (#4471)

🔨 Internal development

⬆️ Dependency updates

17 changes

🙏 New Contributors

🍴🍴🍴🍴🍴🍴

v2.1.0 - Quality of Life!

30 Oct 10:46
53a566d
Compare
Choose a tag to compare

🍴🍴🍴🍴🍴🍴

A reminder that in our v2.0.0 release notes, we highlighted a survey we're keen on your input in. If you've not yet had a chance to do so, the link is https://s.surveyplanet.com/00x4a2o0
We'll aim to share the results in November.

🎉 Highlights

  • Lots of minor fixes and QoL improvements

  • Recipe instructions steps can now be renamed, e.g. instead of "Step 1" you could name it "Make Sauce". Just click on the default title when in edit mode and enter your new title; clear the custom value to revert to default

✨ New features

🐛 Bug fixes

🧰 Maintenance

7 changes

📚 Documentation

🔨 Internal development

⬆️ Dependency updates

8 changes

🙏 New Contributors

🍴🍴🍴🍴🍴🍴

v2.0.0 - Households and much more!

22 Oct 05:04
a7c8b33
Compare
Choose a tag to compare

🍴🍴🍴🍴🍴🍴

We've got some big changes here as part of our v2.0 release!

Before getting into that, we wanted to take this milestone occasion to ask for your support in taking a few minutes to complete a survey that will help us gauge how our users actually use Mealie. We have no telemetry of any kind built into the product, so without your input we don't really know how you use it!
You can complete the survey at https://s.surveyplanet.com/00x4a2o0
We'd be very appreciative of your time.

Moving onto the main event.. please do read the whole list of changes!

🎉 Highlights

🏡 Households

The introduction of Households is one of Mealie's most requested features and a huge technical change. The implementation of it touched 300+ files and 10k+ lines of code.

A household is a subdivision of groups with a collection of users. While groups can be considered as completely separate instances, households mix their data with each other. Another way to think of a household is a family: your group may contain different families, each with their own shopping lists, meal plans, and recipes.

These previously group-level features now belong to a household:

  • Notifiers
  • Webhooks
  • Cookbooks
  • Recipe Actions
  • Users
  • Shopping Lists
  • Meal Plans and Meal Plan Rules
  • Recipes

Of note, these features are not tied to a household, and are shared amongst households:

  • Organizers (Tags, Categories, Tools)
  • Ingredient Stores (Foods, Units, Labels)

While recipes now belong to their respective households, within a group, all users can browse all recipes from all households. This means you can still favorite, filter, comment, and "make" all recipes within the group. Each household can configure whether or not they want their recipes to be view-only, or be editable by any user from any household. More information in the docs.

Read a detailed explanation in the main pull request, or a bit higher level explanation in the docs.

🔍 Query Filter Builder

Michael has built a new query builder to allow you to more granularly and intelligently setup rules for cookbooks and meal plans.
Read more detail in the pull request.

🛒 Shopping List UI Improvements

The shopping list has received many minor tweaks to make it more user friendly. With more on the way too!

🔐 OpenID Connect

With our v2 release coming up, there was a chance to make some large changes to the OIDC implementation to build on the learnings since its initial implementation. Thanks Carter!

More detail in the pull request and the docs, which includes a migration guide.

🚨 Breaking changes

More details can be found on each PR. Most of these will only be breaking changes for people who are doing custom work with our APIs, and shouldn't impact someone who is just using Mealie as is.

✨ New features

🐛 Bug fixes

🧰 Maintenance

52 changes

📚 Documentation

  • docs(auto): Update image tag, fo...
Read more

v1.12.0 - Image import via OpenAI

21 Aug 11:06
0d06494
Compare
Choose a tag to compare

Highlights

  • Import recipes via an image, using OpenAI. #3974

What's Changed

  • feat: Added fr-BE by @TheSuperBeaver in #4004
  • feat: If there's only one shopping list, navigate directly to it by @boc-the-git in #3958
  • feat: Import + Translate recipe images with OpenAI by @michael-genson in #3974
  • feat: Seed support for plural units by @Choromanski in #3933
  • fix: recipe clean_time function missing translator argument on recursion by @Kuchenpirat in #3969
  • fix: Make recipe scraper cleaner more fault tolerant by @michael-genson in #3967
  • fix: Bump tzdata 2024.1 by @michael-genson in #3993
  • fix: Don't load from secrets dir if nonexistent or inaccessible by @anoadragon453 in #4002
  • fix: Lint Python code with ruff by @cclauss in #3799
  • fix(auto): Update pre-commit hooks by @github-actions in #3987
  • fix(auto): Update pre-commit hooks by @github-actions in #4020
  • fix(auto): Update pre-commit hooks by @github-actions in #4052
  • docs(auto): Update image tag, for release v1.11.0 by @github-actions in #3965
  • docs: update home-assistant.md by @eltociear in #4049
  • docs: fix import bookmarklet trailing slashes by @vahtos in #4057
  • fix(deps): update dependency uvicorn to v0.30.4 by @renovate in #3971
  • fix(deps): update dependency openai to v1.37.2 by @renovate in #3976
  • fix(deps): update dependency pyjwt to v2.9.0 by @renovate in #3973
  • fix(deps): update dependency openai to v1.38.0 by @renovate in #3981
  • fix(deps): update dependency fastapi to ^0.112.0 by @renovate in #3977
  • fix(deps): update dependency uvicorn to v0.30.5 by @renovate in #3979
  • fix(deps): update dependency sqlalchemy to v2.0.32 by @renovate in #3988
  • fix(deps): update dependency tzdata to v2024 by @renovate in #3990
  • fix(deps): update dependency openai to v1.39.0 by @renovate in #3989
  • fix(deps): update dependency openai to v1.40.0 by @renovate in #3994
  • fix(deps): update dependency rapidfuzz to v3.9.6 by @renovate in #3997
  • fix(deps): update dependency pyyaml to v6.0.2 by @renovate in #3996
  • fix(deps): update dependency openai to v1.40.1 by @renovate in #4001
  • fix(deps): update dependency openai to v1.40.2 by @renovate in #4008
  • fix(deps): update dependency orjson to v3.10.7 by @renovate in #4009
  • fix(deps): update dependency openai to v1.40.3 by @renovate in #4012
  • fix(deps): update dependency lxml to v5.3.0 by @renovate in #4015
  • fix(deps): update dependency uvicorn to v0.30.6 by @renovate in #4030
  • fix(deps): update dependency openai to v1.40.6 by @renovate in #4023
  • fix(deps): update dependency fastapi to v0.112.1 by @renovate in #4041
  • fix(deps): update dependency openai to v1.41.0 by @renovate in #4042
  • fix(deps): update dependency openai to v1.41.1 by @renovate in #4056
  • fix(deps): update dependency openai to v1.42.0 by @renovate in #4060
  • chore(deps): update dependency ruff to v0.5.6 by @renovate in #3980
  • chore(deps): update dependency mkdocs-material to v9.5.31 by @renovate in #3978
  • chore(deps): update dependency coverage to v7.6.1 by @renovate in #3985
  • chore(deps): update dependency ruff to v0.5.7 by @renovate in #4005
  • chore(deps): update dependency ruff to ^0.6.0 by @renovate in #4039
  • chore(deps): update dependency mkdocs-material to v9.5.32 by @renovate in #4053
  • New Crowdin updates (Total: 12)

New Contributors

Full Changelog: v1.11.0...v1.12.0

v1.11.0 - Lots of minor improvements/fixes

31 Jul 09:52
a41ad8c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.10.2...v1.11.0

v1.10.2

05 Jul 06:01
e344f3f
Compare
Choose a tag to compare

This puts a temporary fix in place for a timezone issue impacting the shopping list.
The permanent fix should arrive in a few days at v1.10.3

What's Changed

  • fix: Temporary TZ Issue Fix For Shopping Lists by @michael-genson in #3850
  • docs(auto): Update image tag, for release v1.10.1 by @github-actions in #3836
  • chore(l10n): New Crowdin updates by @hay-kot in #3838

Full Changelog: v1.10.1...v1.10.2

v1.10.1

03 Jul 12:19
d639d16
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10.0...v1.10.1

v1.10.0 - Shopping Lists improvements

03 Jul 06:58
7931e38
Compare
Choose a tag to compare

Highlights

Shopping lists got a lot of love in this release! Some of the highlights:

  • If you've only got 1 shopping list, by default we'll navigate straight to it rather than to the normal selection screen. #3764 #3768
  • When adding a "note" to the shopping list, if it matches up with a food item, the food's label will be applied to it. #3800
  • Foods can be flagged as "on hand" or "staples", which stops them being added to the shopping list by default. #3777
  • The shopping list can now work offline and queues updates to send to the server when connection is restored. This is the most experimental of the changes mentioned. #3760 #3823

What's Changed

New Contributors

Full Changelog: v1.9.0...v1.10.0

v1.9.0

18 Jun 09:28
d96c363
Compare
Choose a tag to compare

Highlights

  • Lots of new contributors, thanks!!! 😍 🚀
  • OpenAI as an option for recipe scraping, #3690
  • Migrations are more fault tolerant to Safari-caused zip issues, #3712

What's Changed

New Contributors

Full Changelog: v1.8.0...v1.9.0

v1.8.0

05 Jun 09:33
583bd74
Compare
Choose a tag to compare

Highlights

  • You can now set the default number of days to appear when you load the meal planner; configure it via the calendar/date picker on the meal planner screen.
  • New migration option supported, Recipe Keeper

What's Changed

New Contributors

Full Changelog: v1.7.0...v1.8.0