3.5.0
3.5.0
API Version 5.10.2
Hondana Changelog
Hondana release, see below for finer details.
Added
- Add our own twist on the MangaDex logo for Hondana. (c07e92c)
- Actions workflows now cache poetry installs and their venvs per Python version. (a38d458 and aa5478f)
- OAuth2 authentication flow. (34cf81b, 1ffd473, 1d46196, 723a3f2, 8e595d5, 1829a61, 004b121)
- Capability of using
Client
as a context manager for entry and exit cleanup. (c604846) - Add
exLicensed
key to ScanlatorGroup. (feaa7a7) utils.to/from_json
is now within the public API. (7ceade1, 69e944d)- Added capability to use the dev api. (fe9caff and d8e5c6c)
- Add NamiComi to
Author/Artist
types. (23adaf2) - Add a way to check if an upload requires approval. (f745f6f)
Changes
- Remove
.webp
from allowed image formats as Mangadex doesn't support them. (9686262) - Several iterations of updating dependencies. (Too many SHAs to list)
- Switch to dedicated
pyright
workflow versus manually installing and running it. (c2e846f) - Utilise speedier json parsing for local json stores, if present. (67b6997)
- Test payload updates. (Too many SHAs to list)
- Revamped the documentation. (9e506ae, 1ba07e8)
- Fixed library's tooling to account for the fact it is 3.11+. (1db76d0, 8d942ff, 8d7b891, dfcdcc2)
- Update Manga report reasons. (5a196bc and 661339a)
- Update Manga tags. (de07abf)
Fixes
- ReadTheDocs configuration file for building with later poetry versions. (116107b)
- Fix incorrect query parameter. (e47dfbc)
- Amended debug logging to restrict sensitive info that was needlessly included. (4a48b94)
- Allow passing
None
to theyear
parameter ofClient.manga_list
. (bc0451b, 308f061)
Notes
Apologies for the massive changelog, hopefully nothing is missed!
Noted Contributors
@Random-Cow for fixing a query parameter. (e47dfbc)
@oliver-ni for touching up and correcting my bad edit of the logo. (c07e92c)