BookLogr
A simple, self-hosted service to keep track of your personal library
Alternative to: goodreads, storygraph
v1.7.0
2026-02-08Highlights
Editable book metadata
You are now able to edit your books metadata. This includes the books title, author and total pages. Support for changing covers will come in a later release.
Missing information popup
When adding a book to your reading list a popup will appear if there are some data missing that could not be retrieved from OpenLibrary, allowing you to fill in the blanks.
Changelog
Added
- Added support for Chinese and Arabic languages. #72 #65
- Introduced a popup prompting users to manually enter missing data when adding a book to reading list.
- Added fallback for author name when retrieval fails.
- Added language filtering when selecting a book edition.
Changed
BL_API_ENDPOINTno longer require a trailing slash.
Fixed
- Resolved an issue where the translation key
book.update_reading.finished.descriptiondid not render correctly.
Removed
- The home page has been removed.
Full Changelog: https://github.com/Mozzo1000/booklogr/compare/v1.6.0…v1.7.0