3.3.0
API Version 5.7.1
Hondana Changelog
Fix release and new features.
Added
Added a new user friendly way to submit reports to MangaDex. (9885597 and 4ba8599)
- Included a new local cache of the report reasons which are loaded as an enum.
- Included a new example for using the report method.
RemovedClient.get_report_reason_list()
public method as this was not user friendly or utilised. (820a8d6)
Changes
Removed preflight items from within the exposed source code to a private part of local CI. (80f2229)
New batch of test payloads as the previous iterations had broken data with no resolution in sight. (1e732e3)
Fixes
Fixed Artist
and Author
's .biography
property from being incorrectly accessed if the "en"
key did not exist and relevant tests for such. (1e732e3)
Fix the internal HTTPClient type being accessed at runtime unnecessarily. (3e62a29)
Notes
Deprecation of Client.mark_chapter_as_read()
and Client.mark_chapter_as_unread()
in favour of Client.batch_update_manga_read_markers()
. (5b6070b)