Skip to content

2.2.2

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Apr 01:27
· 314 commits to main since this release

API Version 5.5.8!

Hondana Changelog

Added

  • Added a depreacted utility decorator for use in deprecated methods. (14a7db9)
  • end key-word argument in Chapter.download for the ability to download select pages. (4cdc304)
  • Chapter.download_bytes for downloading chapter images and yielding the raw bytes, rather than dumping to a file. (4cdc304)
  • Add capability to edit chapters with ChapterUpload and all helper methods. (97689c8)

Changes

  • GitHub actions have been improved to use newer versions and caching where necessary. (d379cba and 81d8427)

Fixes

  • Internal utility fixes for the relationship parsing utility. (3c60835 and b11fc4f)
  • Fixes title and volume parameters of Client.upload_session as they should have been optional. (12d1cf4 and 5d0dfe3)
    • Also fixed a bug in the chapter upload process thanks to incorrect documentation. (12d1cf4)

Notes

  • Client.view_manga is marked as deprecated and due for removal in version 3.0 in favour of Client.get_manga.
  • I have tested the upload capabilities as best I can using the official test manga.

Noted Contributors

@PythonCoderAS - For working on 4cdc304 and improving the library.