Skip to content

Releases: mealie-recipes/mealie

v1.6.0

07 May 11:39
418a8ec
Compare
Choose a tag to compare

Highlights

  • A number of OIDC fixes
  • Quality of Life improvements for the shopping list and search

What's Changed

Full Changelog: v1.5.1...v1.6.0

v1.5.1

17 Apr 13:35
faf716c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.5.1

v1.5.0

16 Apr 16:15
6bd5a82
Compare
Choose a tag to compare

Fixes

Features

Everything Else

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

03 Apr 09:09
f709d11
Compare
Choose a tag to compare

Highlights

  • Security updates (more on that below)
  • OIDC Login Support - #2860, #3280
  • Initial Startup Workflow - #3204

Security Updates

The team at Github Security Lab provided us with a disclosure containing some recommendations for enhancing the security of Mealie, which have been implemented as part of this release. The vulnerabilities all required an authenticated user to exploit, so were likely only an issue if you allowed open registration to your system.

The key functional change you'll notice is that it's now not possible to scrape recipes/images from URLs that resolve to internal IP addresses. This is to prevent a user being able to map out the network the Mealie instance is part of.

Note that we now default the ALLOW_SIGNUP environment variable to false, previously it was true.

There is a new security page available in the documentation should you want to read up on some extra security steps you can take for your Mealie instance.

The pull request was #3368

What's Changed

New Contributors

Full Changelog: v1.3.2...v1.4.0

v1.3.2

10 Mar 18:03
b54cdf6
Compare
Choose a tag to compare

FYI - Next Release Will Contain 2 Major Changes

  • OIDC Login Support - #2860
  • Initial Startup Workflow - #3204

We plan to merge those two PR shortly after this, if you're interested in testing them before release (please help us!) check the discord the the annoucement of when the build is ready.

What's Changed

New Contributors

  • @github-actions made their first contribution in #3268

Full Changelog: v1.3.1...v1.3.2

v1.3.1

08 Mar 02:44
b1278b4
Compare
Choose a tag to compare

Minor bug fix on v1.3.0, that impacted groups which used webhooks.

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

06 Mar 22:48
e84e5e2
Compare
Choose a tag to compare

Highlights

  • Shopping List Editor quality of life improvements. (by @michael-genson in #3178)
  • The PWA now has shortcuts to the Meal Planner and Shopping Lists. You might need to delete and re-install the PWA to get these changes. (by @boc-the-git in #3255)
  • Shopping Lists now have owners and by default you'll only see you own shopping lists. (by @michael-genson in #3213)
  • The ingredients parser now allows dragging and dropping items. (by @Kuchenpirat in #3162)

What's Changed

Read more

v1.2.0

10 Feb 03:53
42a33cd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.2.0

v1.1.1

02 Feb 02:45
9bf2e3f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

27 Jan 20:15
0800a8d
Compare
Choose a tag to compare

Note on Development Changes

PR

Removes the makefile from the repository and replaces it with a Taskfile. This may break some specific workflows, however we consider the makefile/taskfile an internal detail and not a breaking change. If you were using the makefile for anything please checkout the task file to find the new equavilent command.

Features

Bug Fixes

Everything Else

New Contributors

Full Changelog: v1.0.0...v1.1.0