Changelog ========= 0.3.0 ----- - :meth:`~hircine.scraper.utils.parse_dict` now binds loop variables correctly. See :commit:`b4eb3a5d37ab7f8de09ee699d4695ec0c1a54e57`. - :class:`~hircine.plugins.scrapers.anchira.AnchiraYamlScraper` now uses :meth:`~hircine.scraper.utils.parse_dict` instead of its own implementation. See :commit:`bddbb684fd8a5d6992f5b1fc809e1629ccb841c1`. - The :class:`~hircine.scraper.types.Language` data class now provides :meth:`~hircine.scraper.types.Language.from_iso_639_3` and :meth:`~hircine.scraper.types.Language.from_name` for easy access to language-parsing functionality in scrapers. See :commit:`a68bdd1419150a98b4255ca6f7db6889e73b7aa0` and :commit:`6a138ebe25d4d22e35a10cdf1b90c9b40aa224b7`. - The MangaDex backend for :class:`~hircine.plugins.scrapers.gallery_dl.GalleryDLScraper` now formats titles correctly. See :commit:`0e6db1b5941a6f054e0645ccac4de30181dd9c65`. - The exhentai backend for :class:`~hircine.plugins.scrapers.gallery_dl.GalleryDLScraper` now assumes that "non-h" content is uncensored. See :commit:`7c63e0bed9c605f0ce35eef4b05d68676bb0ed29`. - :class:`~hircine.plugins.scrapers.ehentai_api.EHentaiAPIScraper` now throws :exc:`~hircine.scraper.ScrapeError` if the API response is missing the essential `gmetadata` field. See :commit:`9d27d52af9b852ac492f391fe69f5dd0a027c3cf`. - 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 :commit:`f530348de4aa5db05eff44c801af6251200372cf`. - The reader now shows loading indicators if loading takes too long. See :commit:`d297c6310a6a4db8dd7cc3efe6ff59620deadcc0`. - The reader now preloads the surrounding pages automatically. See :commit:`4d710514f5d7931bfd0673c6d44c5a1d725a5cd3`. - The reader now shows a simple page indicator. See :commit:`ed4f65804c8aef47367241d57caa5ac39fe0ce8f`. - The reader now supports switching to the first or last page using the ``Home`` and ``End`` keys respectively. See :commit:`4e6425585be1e9f2e2b9bc6dc5a5d3ba0f611d27`. 0.1.1 ----- - Use ``float`` instead of ``int`` in the GraphQL schema for the Archive size. See :commit:`ddeeb372250409da1f31a0522fb715e552c1f450`. 0.1.0 "Satanic Satyr" --------------------- - Initial release.