From c94473b36539ae569713a45300f96e299a17fd09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Serva?= Date: Tue, 8 Dec 2020 22:17:36 +0100 Subject: [PATCH] chore: Update readme and changelog --- README.md | 18 +++++------------- changelog.md | 25 ++++++++++++++++++++++++- 2 files changed, 29 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index b5e5454..d0a0727 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@   - --- I wanted to learn something new... @@ -70,8 +69,8 @@ I you want to contribute, please send me a mail or a pidgeon :grin: ## Features - Cross platform -- Localized -- Custom Themes (a light one and a dark one for now) +- Localized (english, french and german) +- Custom Themes (a light one and two dark ones for now) - Content search - Tags - Categories @@ -83,19 +82,12 @@ I you want to contribute, please send me a mail or a pidgeon :grin: - Print current recipe - Choose your storage directory (including Sync Services) - Backups and Restore backups +- Unit Converter +- Auto updates ## Roadmap -**A lot to do! Contributions are welcome.** - -- [x] Categories -- [x] Ratings -- [x] Link to Recipe source -- [x] Table view with column sorting -- [x] Store images locally (*base64 for now*) -- [x] Fix fraction calculations - -**Visit the [Roadmap Page](https://github.com/fredserva/birdskitchen/projects/2?fullscreen=true) for more...** +**Visit the [Roadmap Page](https://github.com/fredserva/birdskitchen/projects/2?fullscreen=true) for details...** ## Running locally diff --git a/changelog.md b/changelog.md index edae577..505d1bc 100644 --- a/changelog.md +++ b/changelog.md @@ -1,8 +1,31 @@ -## Version 0.6.3 +## Version 0.7.0 + +**New features** +  +  +- Add new theme (Woodsmoke - dark) +- Add Auto updates +- Add Unit converter + +## Version 0.6.4 **New feature**     +- Add buttons to header + +**Changes** +  +  +- Replace eval function with evaluate (mathjs library) +- Replace fractions (Vulgar Fractions - Half, Thirds, Fourths, Fifths) on CRUD submit to improve calculations on print view +- Change some elements style + +## Version 0.6.3 + +**New features** +  +  - Add German translation (Thanks to [YSchroe](https://github.com/YSchroe)) - Add better comprehension for displaying / importing an image in CRUD modal