Changelog¶
0.3.0¶
parse_dict()
now binds loop variables correctly. See b4eb3a5.AnchiraYamlScraper
now usesparse_dict()
instead of its own implementation. See bddbb68.The
Language
data class now providesfrom_iso_639_3()
andfrom_name()
for easy access to language-parsing functionality in scrapers. See a68bdd1 and 6a138eb.The MangaDex backend for
GalleryDLScraper
now formats titles correctly. See 0e6db1b.The exhentai backend for
GalleryDLScraper
now assumes that “non-h” content is uncensored. See 7c63e0b.EHentaiAPIScraper
now throwsScrapeError
if the API response is missing the essential gmetadata field. See 9d27d52.The entire codebase has cleaned up and checked for lint. Both JavaScript and Python dependencies have been updated. All built-in plugins now have tests. For a full list of changes, see the git log.
0.2.0¶
Update to Svelecte 4. See f530348.
The reader now shows loading indicators if loading takes too long. See d297c63.
The reader now preloads the surrounding pages automatically. See 4d71051.
The reader now shows a simple page indicator. See ed4f658.
The reader now supports switching to the first or last page using the
Home
andEnd
keys respectively. See 4e64255.
0.1.1¶
Use
float
instead ofint
in the GraphQL schema for the Archive size. See ddeeb37.
0.1.0 “Satanic Satyr”¶
Initial release.