docs: changelog + update todos

This commit is contained in:
Hayden 2021-01-16 12:22:18 -09:00
commit 1d85173d0f
2 changed files with 8 additions and 23 deletions

View file

@ -24,13 +24,17 @@ Documentation
- [ ] New Roadmap / Milestones - [ ] New Roadmap / Milestones
Frontend Frontend
- [ ] Prep / Cook / Total Time Indicator + Editor - [x] Prep / Cook / Total Time Indicator + Editor
- [ ] No Meal Today Page instead of Null - [ ] No Meal Today Page instead of Null
- [ ] Recipe Print Page - [ ] Recipe Print Page
- [ ] Recipe Editor Data Validation Client Side - [ ] Recipe Editor Data Validation Client Side
- [ ] Organize Home Page my Category, ideally user selectable. - [ ] Organize Home Page my Category, ideally user selectable.
- [ ] Advanced Search Page, draft started - [ ] Advanced Search Page, draft started
- [ ] Search Bar Re-design - [ ] Filter by Category
- [ ] Filter by Tags
- [ ] Search Bar redesign
- [x] Initial
- [ ] Results redesign
- [ ] Replace Backups card with something like Home Assistant - [ ] Replace Backups card with something like Home Assistant
- [x] Replace import card with something like Home Assistant - [x] Replace import card with something like Home Assistant
- [x] Select which imports to do - [x] Select which imports to do
@ -43,7 +47,7 @@ Backend
- [x] Settings - [x] Settings
- [x] Themes - [x] Themes
- [x] Remove Print / Debug Code - [x] Remove Print / Debug Code
- [ ] Support how to Sections and how to steps - [ ] Support how to sections and how to steps
- [ ] Recipe request by category/tags - [ ] Recipe request by category/tags
@ -51,23 +55,3 @@ SQL
- [ ] Setup Database Migrations - [ ] Setup Database Migrations
# Draft Changelog # Draft Changelog
## v0.0.2
Bug Fixes
- Fixed opacity issues with marked steps - [mtoohey31](https://github.com/mtoohey31)
- Fixed hot-reloading development environment - [grssmnn](https://github.com/grssmnn)
- Fixed recipe not saving without image
- Fixed parsing error on image property null
General Improvements
- Added Confirmation component to deleting recipes - [zackbcom](https://github.com/zackbcom)
- Updated Theme backend - [zackbcom](https://github.com/zackbcom)
- Added Persistent storage to vuex - [zackbcom](https://github.com/zackbcom)
- General Color/Theme Improvements
- More consistent UI
- More minimalist coloring
- Added API Key Extras to Recipe Data
- Users can now add custom json key/value pairs to all recipes via the editor for access in 3rd part applications. For example users can add a "message" field in the extras that can be accessed on API calls to play a message over google home.
- Improved image rendering (nearly x2 speed)
- Improved documentation + API Documentation
- Improved recipe parsing

View file

@ -9,6 +9,7 @@
### Features ### Features
- Additional database! SQlite is now supported! Closes #48 - Additional database! SQlite is now supported! Closes #48
- All site data is now backed up. - All site data is now backed up.
- Support for Prep Time, Total Time, and Cook Time field - Closes #63
- New backup import process with support for themes and site settings - New backup import process with support for themes and site settings
### Code / Developer Improvements ### Code / Developer Improvements