Releases: yamesyung/SoloScribe
Releases · yamesyung/SoloScribe
v0.7.0
New features:
- Added books from "currently-reading" shelf to the homepage.
- Added option to change cover, description, genres and user-tags to book detail page.
Changes:
- Added search filters to genres in book gallery and tags in quotes page.
- Overlays style adjustments.
- Book events style adjustments.
- Moved the code to export Obsidian vault to a separate file for easier editing (books/export_obsidian_vault.py).
- Added quotes and tags to Obsidian export.
v0.6.1
v0.6.0
New features
- Added calendar with book events on home page.
Changes
- Added option to ignore "to-read" shelf in import data page.
- Added option to use the URL for matching when importing quotes. This is useful in case you change the edition of the book.
- Added shelved books column to author's list.
- Added option to delete authors without shelved books in author detail page.
- Added shelf select and date read calendar to book detail page.
- Book list sidebar's position is no longer fixed.
- Replaced hardcoded urls from book list and book detail pages.
- Changed scrapy's user agent.
- Added new options to add new book page: clear temporary data in case the scrapy fails to retrieve it; shortcut to monitor scrapy.
Fixes
- Enabled line breaks for quotes.
- Fixed top search to show only books with user data available.
v0.5.0
New features:
- added book quotes.
- added Goodreads scraper for quotes (limited to 2 pages for convenience) in book detail page.
- added new page for quotes where you can search, filter and mark quotes as favorite.
- added import and export functions for quotes.
Changes:
- added rating and review to book detail page.
- added quotes column to book list.
- added custom scrollbars globally.
v0.4.0
New features:
- added a new customizable theme.
- added changelog to homepage.
Changes:
- set Scrapyd to not create a .pid file. This caused issues when the container was stopped abruptly.
- added confirmation for deleting user data.
Fixes:
- fixed author ratings and cover styling in author detail page.