Skip to content

Releases: mealie-recipes/mealie

v0.5.3 - Bug Fixes

01 Nov 04:59
fe3a4ab
Compare
Choose a tag to compare

v0.5.3 - Bug Fixes

App Version: v0.5.3

Database Version: v0.5.0

Breaking Changes

!!! error "Breaking Changes"
#### None

Bug Fixes

  • 755 - Mealie Categories Not Displaying Until After Settings Opened
  • 748 - categories - Internal Server Error
  • 689 - Importing a recipe with time information
  • 671 - Localization not loading on upgrade to v0.5.2
  • 655 - Clicking on "tags" on a mobile phone doesn't work (Wrong link, "Internal server error")
  • 654 - Ram Usage
  • Fixed Missing minus in shopping list UI 688

Features and Improvements

General

  • Recipe Images are now clickable 678
  • Additional Translations
  • Improved Recipe Parser thanks to @cadamswaite
    • URL Scraper will now choose the best image from the list provided by the site
    • Fixed the debugger to provide more meaningful data
    • Fix issues parsing time formats
    • Added support for parsing scraped nutrition details

v0.5.2

26 Jul 16:18
61f2a87
Compare
Choose a tag to compare
Also update build for prod (#636)

v0.5.1 - Bug Fixes

17 Jun 17:04
903a9d8
Compare
Choose a tag to compare

Bug Fixes

  • Fixed #538 - Missing Ingredients on Editor
  • Fixed error on webhooks for new groups
  • Fixed various icons references

v0.5.0 too many things!

17 Jun 07:12
e2b9f02
Compare
Choose a tag to compare

v0.4.3 Hot Fixes!

20 Apr 19:59
1f35742
Compare
Choose a tag to compare

v0.4.2

17 Apr 20:58
0f5a564
Compare
Choose a tag to compare

v0.4.1 Patch

09 Apr 17:02
e11577f
Compare
Choose a tag to compare

Fixes docker startup error where the initial scripts aren't called and the database is not initialized.

Frontend/UI Improvements

08 Apr 20:35
9c379df
Compare
Choose a tag to compare

Note: v0.4.1 was removed from dockerhub. Use tag v0.4.1a for patched image.
Release Notes

v0.4.0

31 Mar 15:25
01d991f
Compare
Choose a tag to compare

v0.3.0

21 Feb 05:23
38e20ba
Compare
Choose a tag to compare

v0.3.0

Bug Fixes

  • Fixed open search on / when in input. - Closes #174
  • Error when importing recipe: KeyError: '@type' - Closes #145
  • Fixed Import Issue - bhg.com - Closes #138
  • Scraper not working with recipe containing HowToSection - Closes #73

Features and Improvements

  • Improved Nextcloud Imports
  • Improved Recipe Parser!
  • Open search with / hotkey!
  • Database and App version are now split
  • Unified and improved snackbar notifications
  • New Category/Tag endpoints to filter all recipes by Category or Tag
  • Category sidebar now has show/hide behavior on mobile
  • Settings menu on mobile is improved
  • Meal Planner
    • You can now restrict recipe categories used for random meal-plan creation in the settings menu
    • Recipe picker dialog will now display recipes when the search bar is empty
    • Minor UI improvements
    • Shopping lists! Shopping list can now be generated from a meal plan. Currently ingredients are split by recipes or there is a beta feature that attempts to sort them by similarity.
  • Recipe Viewer
    • Categories, Tags, and Notes will now be displayed below the steps on smaller screens
  • Recipe Editor
    • Text areas now auto grow to fit content
    • Description, Steps, and Notes support Markdown! This includes inline html in Markdown.
  • Imports
    • A revamped dialog has been created to provide more information on restoring backups. Exceptions on the backend are now sent to the frontend and are easily viewable to see what went wrong when you restored a backup. This functionality will be ported over to the migrations in a future release.