Releases: domenic/worm-scraper
7.0.0
This version adds initial support for the bridge series Glow-worm. It includes some initial text fixups, partially due to @vardrop in their fork: vardrop@fa558d3.
This version produces EPUB 3-format ebooks, instead of EPUB 2.
The generated EPUBs now have slightly more metadata, such as:
- A series and series index
- A publication date (set to the publication date of the final chapter of each serial)
- A last-modified date (set to the date that the EPUB is created on your computer, for now; see #46 for potential improvements)
- Better markup for the cover and first page
The under-the-hood dependencies are also updated; in particular, a deprecation warning that was always emitted during the conversion process is now gone.
6.0.0
5.3.0
5.2.0
5.1.0
5.0.0
4.12.1
4.12.0
This release's fixes are due to contributions from @CrackedP0t in #24, on their Worm read-through.
General content fixes, applied to both Worm and Ward:
- Fixed misspellings of "scot-free".
- Fixed misspellings of "changed tack".
- Fixed various situations where spaces were inadvertently inserted, including in the middle of words.
Worm-specific content fixes:
- Spot fixes for the whole book.
4.11.0
This release focuses on fixes to the produced EPUBs to make them valid. Previously certain chapters, or parts of the metadata, were broken, which would lead to either those chapters or the entire book being unreadable, depending on the e-reader software in question.
Thanks to @Es7evam for pointing these issues out, in #22!
- Fixed invalid XHTML in Worm Interlude 8 (Bonus), Worm Cockroaches 28.2, and Ward Sundown 17.6.
- Replaced
<img>
s referencing a WordPress-hosted skeptical face with a textual 🤨 emoji. - Fixed various issues with the covers' metadata and XHTML.
- Removed the compression of the
mimetype
file in the generated EPUB, since apparently that's disallowed per the EPUB spec.
4.10.0
Program improvements:
- Added a new cover for Worm.
- Changed the author metadata of the produced EPUBs from "wildbow" to "Wildbow".
- Added cover credits in this repository.
- Allowed running the scraper with no commands, i.e. now you can type just
worm-scraper
instead ofworm-scraper download convert scaffold zip
. - Slightly improved the output of various steps. The download step in particular is now less verbose.
- Updated under-the-hood dependencies.