Docs/update release notes (#1254)

* remove vetur config

* auto generate docs

* add latest changes

* cleanup feature pages
This commit is contained in:
Hayden
2022-05-23 21:30:58 -08:00
committed by GitHub
parent 8235bd5104
commit 66a8d1860b
6 changed files with 114 additions and 29 deletions

View File

@@ -1,3 +1,21 @@
## v1.0.0b - 2022-05-22
- Bump Dependencies
- Recipe Scrapers to 13.28
- Jinja2 to 3.1.2
- FastAPI to 0.78.0
- Recipe Ingredient Editor
- [#1140](https://github.com/hay-kot/mealie/issues/1140) - Error in processing the quantity of ingredients #1140 - UI Now prevents entering not-allowed characters in quantity field
- UI now allows no value to be set in addition to a zero (0) value.
- [#1237](https://github.com/hay-kot/mealie/issues/1237) - UI: Saving a 0 quantity ingredient displays 0 until the page is refreshed #1237 - UI Now properly reacts to changes in the quantity field.
- Fix Mealie v0.5.x migration issue [#1183](https://github.com/hay-kot/mealie/issues/1183)
- Consolidated Frontend Types thanks to [@PFischbeck](https://github.com/Fischbeck)
- Added support for SSL/No Auth Email [@nkringle](https://github.com/nkringle)
- [Implement several notifications for server actions ](https://github.com/hay-kot/mealie/pull/1234)[@miroito](https://github.com/Miroito)
- Fix display issue for shared recipe rendering on server [@PFischbeck](https://github.com/Fischbeck)
## v1.0.0b - 2022-05-09
- Change MIT license to AGPLv3