Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@DSiekmeier DSiekmeier released this 20 Mar 10:15
· 3 commits to main since this release

Finally: editing books in your library! 🥳

In this release finally a first step for edit ing books was implemented. You can edit a book by its id and change the author, title, the number of pages and the shelf it belongs to. See the help for more information:

./booktrack-cli -l ~/books.json edit --help

What's Changed

  1. Add diagnostic data to the --version flag by @DSiekmeier in #52
  2. Add the edit subcommand (#20) by @DSiekmeier in #54

Internal changes

  1. Add unit tests to the pipeline by @DSiekmeier in #55

Full Changelog: v0.4.1...v0.5.0