Skip to content

Releases: mkaz/libro

v0.6.1 - Loading Performance

01 Sep 21:03
Compare
Choose a tag to compare
  • Lazy load modules to improve performance for launching initial TUI (3b44471)
  • Fix sqlite3 date deprecation warning (56a556d)
  • Fix test failure on default command (0fd5a30)

v0.6.0 - TUI

31 Aug 14:49
Compare
Choose a tag to compare

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

23 Aug 13:32
Compare
Choose a tag to compare

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

15 Aug 14:44
Compare
Choose a tag to compare

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]
  • 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

13 Aug 14:39
Compare
Choose a tag to compare

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

12 Aug 12:55
Compare
Choose a tag to compare

Add auto complete when adding a new book for author and genre fields

v0.3.0 - Reading Lists

09 Aug 14:35
Compare
Choose a tag to compare

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

28 Jul 03:14
Compare
Choose a tag to compare

Adds show books by author using

libro show --author King

v0.2.1 - The Missing Link

24 May 15:48
Compare
Choose a tag to compare
Pre-release

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

24 May 14:22
Compare
Choose a tag to compare
Pre-release

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