Skip to content

Commit

Permalink
chore: Update readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fredserva committed Dec 8, 2020
1 parent 8c2fd6e commit c94473b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 14 deletions.
18 changes: 5 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

 


---

I wanted to learn something new...
Expand Down Expand Up @@ -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
Expand All @@ -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

Expand Down
25 changes: 24 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit c94473b

Please sign in to comment.