Releases: mkaz/libro
v0.6.1 - Loading Performance
v0.6.0 - TUI
Update to use TUI as primary interface.
- Add search to TUI
- Add sort books to TUI
- Add edit book to TUI
- Add Reading List view to TUI
Previous CLI views still available using libro report
v0.5.0 - Simplify Command Interface
Improve consistency in interface, especially between book and review commands. Adding same search and filter commands to both. Simplifies by removing "show" and treats as default action.
libro book
- show recent books added
libro review
- show recent reviews added
libro book ID
- show book details for book ID
libro review ID
- show review details for review ID
Improve consistency across all actions, book and review support same flags
libro book --author NAME
- show books matching author NAME
libro book --year YEAR
- show books published in YEAR
libro book --title TITLE
- show books matching title TITLE
libro review --author NAME
- show reviews matching author NAME
libro review --year YEAR
- show reviews entered in YEAR
libro review --title TITLE
- show reviews matching book title TITLE
See #18 for full details
v0.4.1 - Improve Search and Commands
Improves CLI consistency and adds a couple of minor flags
-
Adds missing ability to add existing book(s) to a list #12
- Use:
libro list add LIST_ID BOOK_ID [BOOK_ID BOOK_ID]
- Use:
-
Adds search books by title:
libro book show --title Dark
-
Fixes search book by publication year:
libro book show --year 2024
v0.4.0 - Command clean up
PR #16 - Cleans up commands
- Clean up inconsistencies with book and review commands
- Remove editing book and review together
- Remove top level show command, moved to report
- Move previous report default to
report --chart
- Clean up readme documentation
v0.3.2 - You Complete Me
Add auto complete when adding a new book for author and genre fields
v0.3.0 - Reading Lists
Creates a new feature adding ability to create lists for want to read and track progress.
See PR #11 for full details
v0.2.2 - Author Search
Adds show books by author using
libro show --author King
v0.2.1 - The Missing Link
The show book view didn't have the correct join, it should show the review id for editing.
Just one fix: aeab3d3
v0.2.0 - The Corrections
Summary
✏️ Added ability to edit existing books
➕ Improved the “add book” flow — cleaner, faster, friendlier
🛠️ Minor UI tweaks and bug fixes
Includes
Full Changelog: https://github.com/mkaz/libro/commits/v0.2.0