mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
docs: changelog + sp
This commit is contained in:
parent
7e223764b1
commit
0615cd0983
4 changed files with 33 additions and 8 deletions
|
@ -72,7 +72,6 @@ Mealie also provides a secure API for interactions from 3rd party applications.
|
||||||
* [Vue.js](https://vuejs.org/)
|
* [Vue.js](https://vuejs.org/)
|
||||||
* [Vuetify](https://vuetifyjs.com/en/)
|
* [Vuetify](https://vuetifyjs.com/en/)
|
||||||
* [FastAPI](https://fastapi.tiangolo.com/)
|
* [FastAPI](https://fastapi.tiangolo.com/)
|
||||||
* [MongoDB](https://www.mongodb.com/)
|
|
||||||
* [Docker](https://www.docker.com/)
|
* [Docker](https://www.docker.com/)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,36 @@
|
||||||
# Release Notes
|
# Release Notes
|
||||||
|
|
||||||
|
## V0.2.0 - Now with Test!
|
||||||
|
### Bug Fixes
|
||||||
|
- Remove ability to save recipe with no name
|
||||||
|
- Fixed data validation error on missing parameters
|
||||||
|
- Fixed failed database initialization at startup
|
||||||
|
- Fixed misaligned text on various cards
|
||||||
|
|
||||||
|
### Features and Improvements
|
||||||
|
- Meal Planner
|
||||||
|
- Improved Search (Fuzzy Search)
|
||||||
|
- New Scheduled card support
|
||||||
|
- Upload/Download backups
|
||||||
|
- Dockerfile now 1/5 of the size!
|
||||||
|
- **Minor**
|
||||||
|
- Continued work on button/style unification
|
||||||
|
- Adding icons to buttons
|
||||||
|
|
||||||
|
### Development
|
||||||
|
- Fixed Vetur config file. Autocomplete in VSCode works!
|
||||||
|
- Added Prettier config
|
||||||
|
- Fixed incorrect layout code
|
||||||
|
- FastAPI Route tests for major operations
|
||||||
|
|
||||||
|
### Breaking Changes
|
||||||
|
- Officially Dropped MongoDB Support
|
||||||
|
- Mounting volume moved to different internal location due to development issues. New volume should be mounted as `mealie/data:/app_data/`
|
||||||
|
|
||||||
## v0.1.0 - Initial Beta
|
## v0.1.0 - Initial Beta
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
- Fixed Can't delete recipe after changing name - Closes Issue #67
|
- Fixed Can't delete recipe after changing name - Closes Issue #67
|
||||||
- Fixed No image when added by URL, and can;t add an image - Closes Issue #66
|
- Fixed No image when added by URL, and can't add an image - Closes Issue #66
|
||||||
- Fixed Images saved with no way to delete when add recipe via URL fails - Closes Issue #43
|
- Fixed Images saved with no way to delete when add recipe via URL fails - Closes Issue #43
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
@ -23,7 +50,7 @@
|
||||||
- Major code refactoring to support new database layer
|
- Major code refactoring to support new database layer
|
||||||
- Global variable refactor
|
- Global variable refactor
|
||||||
|
|
||||||
### Break Changes
|
### Breaking Changes
|
||||||
|
|
||||||
- Internal docker port is now 80 instead of 9000. You MUST remap the internal port to connect to the UI.
|
- Internal docker port is now 80 instead of 9000. You MUST remap the internal port to connect to the UI.
|
||||||
|
|
||||||
|
|
|
@ -65,7 +65,6 @@ Mealie also provides an API for interactions from 3rd party applications. **Why
|
||||||
* [Vue.js](https://vuejs.org/)
|
* [Vue.js](https://vuejs.org/)
|
||||||
* [Vuetify](https://vuetifyjs.com/en/)
|
* [Vuetify](https://vuetifyjs.com/en/)
|
||||||
* [FastAPI](https://fastapi.tiangolo.com/)
|
* [FastAPI](https://fastapi.tiangolo.com/)
|
||||||
* [MongoDB](https://www.mongodb.com/)
|
|
||||||
* [Docker](https://www.docker.com/)
|
* [Docker](https://www.docker.com/)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -34,12 +34,12 @@ Feature placement is not set in stone. This is much more of a guideline than any
|
||||||
- [ ] Category Filter
|
- [ ] Category Filter
|
||||||
- [ ] Tag Filter
|
- [ ] Tag Filter
|
||||||
- [x] Fuzzy Search
|
- [x] Fuzzy Search
|
||||||
- [ ] Backup card redesign
|
- [x] Backup card redesign
|
||||||
- [ ] Additional Backup / Import Features
|
- [ ] Additional Backup / Import Features
|
||||||
- [ ] Import Recipes Force/Rebase options
|
- [ ] Import Recipes Force/Rebase options
|
||||||
- [ ] Upload .zip file
|
- [x] Upload .zip file
|
||||||
- [ ] Improved Color Picker
|
- [ ] Improved Color Picker
|
||||||
- [ ] Meal Plan redesign
|
- [x] Meal Plan redesign
|
||||||
### Backend
|
### Backend
|
||||||
- [ ] PostgreSQL Support
|
- [ ] PostgreSQL Support
|
||||||
- [ ] Setup SQL Migrations
|
- [ ] Setup SQL Migrations
|
||||||
|
@ -48,4 +48,4 @@ Feature placement is not set in stone. This is much more of a guideline than any
|
||||||
- MongoDB support dropped
|
- MongoDB support dropped
|
||||||
## Code Chores
|
## Code Chores
|
||||||
- [x] Remove MongoDB Interface Code
|
- [x] Remove MongoDB Interface Code
|
||||||
- [ ] Dockerfile Trim
|
- [x] Dockerfile Trim
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue