mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 22:43:34 -07:00
changelog
This commit is contained in:
parent
4493894162
commit
e73c7be34a
1 changed files with 19 additions and 3 deletions
|
@ -5,12 +5,28 @@
|
||||||
### Features and Improvements
|
### Features and Improvements
|
||||||
- Open search with `/` hotkey!
|
- Open search with `/` hotkey!
|
||||||
- Unified and improved snackbar notifications
|
- Unified and improved snackbar notifications
|
||||||
- Recipe Viewer
|
- New Category/Tag endpoints to filter all recipes by Category or Tag
|
||||||
- Categories, Tags, and Notes will not be displayed below the steps on smaller screens
|
- **Meal Planner**
|
||||||
- Recipe Editor
|
- 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
|
||||||
|
- **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
|
- Text areas now auto grow to fit content
|
||||||
- Description, Steps, and Notes support Markdown! This includes inline html in Markdown.
|
- Description, Steps, and Notes support Markdown! This includes inline html in Markdown.
|
||||||
|
|
||||||
|
## v0.2.1 - Hot Fixes!
|
||||||
|
|
||||||
|
### Features and Improvements
|
||||||
|
- Fixes upload image error when no photo was scrapped
|
||||||
|
- Fixes no last_recipe.json not updating
|
||||||
|
- Added markdown rendering for notes
|
||||||
|
- New notifications
|
||||||
|
- Minor UI improvements
|
||||||
|
- Recipe editor refactor
|
||||||
|
- Settings/Theme models refactor
|
||||||
|
|
||||||
### Development / Misc
|
### Development / Misc
|
||||||
- Added async file response for images, downloading files.
|
- Added async file response for images, downloading files.
|
||||||
- Breakup recipe view component
|
- Breakup recipe view component
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue