Fixes a crash when sorting the Books List by Title, and shows a "Currently reading" badge for books you're partway through.
docker pull ghcr.io/new-usemame/calibre-web-nextgen:v4.0.172
# or :latest
Added
- Books you're partway through now show a "Currently reading" badge. If you read on KOReader (or a Kobo) and your progress syncs back, an in-progress book used to look exactly like one you'd never opened — the web only marked books as read once you finished them. Now an in-progress book gets an amber "Currently reading" marker on its detail page and a badge on its cover in the grid, shelves, search and author pages, so synced reading progress is actually visible. Reported by @barukh27.
Fixed
- Sorting the Books List by Title no longer breaks the table. In the "Books List" table view, clicking the Title, Title Sort, or Series ID column header produced an empty table and flooded the log with
no such column: titleerrors — only Author sorting worked. The table now sorts correctly by every column. Reported by @Mr-Me-torn.
Thanks to @barukh27 and @Mr-Me-torn.