Highlights
Redesigned the Notes & Quotes UI
Viewing and adding notes now look a lot better than before, showcasing notes in a list with all the details necessary in plain view.
Gallery or list view
You can now switch between a gallery (same as before) or the newly added list view using the view toggle button in the top right corner. The list view offers a more compact way to browse larger libraries while still showing essential book information at a glance.
Sort and change order
The library now supports multiple sorting options. Arrange your books by title, author, reading progress, rating, or date added. The dropdown menu gives you complete control over how your books are organized.
Changelog
Added
- Added list view to library and profile pages.
- Books in your library can now be sorted by title, author, date added, progress and rating.
- Added new settings tab, Interface. Users can now change language, region, timezone, and time format.
- Notes and quotes are now included in the export files.
- Books added to a list now has a date attached to it.
- The API endpoint for creating a new note now accepts an optional
created_on
value for setting the date and time for when the note was created. Defaults to the servers current date and time (UTC) if not provided.
Changed
- Redesigned the Notes & Quotes UI.
- All date and times now respects the users settings.
Fixed
- Dark/light mode is now persistent after a page refresh.
- Fixed retrieving incorrect total pages for pagination to work
- Fixed note icon color in dark mode.
Full Changelog: v1.5.0...v1.6.0