Releases: AbstractUmbra/Hondana
Releases · AbstractUmbra/Hondana
0.4.13
Hondana Changelog
Added
Client.report
now accepts"author"
as it's category. (3a68c6d)Client.manga_list
now accepts agroup
parameter to filter by scanlation group. (3a68c6d)Client.update_scanlation_group
andScanlatorGroup.update
now haspublish_delay
parameter for the global publish delay. (3a68c6d and 1383cf0)Client.scanlation_group_list
now has anorder
parameter. (3a68c6d)
Changes
Fixes
Notes
0.4.12
Hondana Changelog
Added
Manga.related
attribute with optional relation type key. (643d4e6)Manga.related_manga
property. (643d4e6)Manga.get_related_manga
method which will fetch and cache the related manga. (643d4e6)Artist.manga
property that returns all related manga to the artist. (404fe60)Artist.get_manga
method that will fetch and cache all related manga to the artist. (404fe60)Author.manga
property that returns all related manga to the artist. (ecfaff2)Author.get_manga
property that returns all related manga to the artist. (ecfaff2)Client.create_author
now has all listed properties and newbiography
property. (35e767e)Client.update_author
now has all listed properties and newbiography
property. (35e767e)Author.update
now has all listed properties and newbiography
property. (35e767e)Client.update_artist
now has all listed properties and newbiography
property. (7ec9365)Artist.update
now has all listed properties and newbiography
property. (7ec9365)
Changes
Manga.get_author
->Manga.get_authors
and also now caches response. (643d4e6)Manga.get_artist
->Manga.get_artists
and also now caches response. (643d4e6)Manga.author
->Manga.authors
(643d4e6)Manga.artist
->Manga.artists
(643d4e6)- Internal only code cleanup with chapter download code. (76d7b64)
- Internal changes to limit and offset clamping code. (35e767e)
Fixes
Notes
0.4.11
0.4.10
0.4.9
Hondana Changelog
Added
Changes
utils.CustomRoute
added to aid with custom paths from MangaDex.http.Route
removed and now exists inutils.Route
Fixes
- Fixed issue where
Chapter.download()
wouldn't work. - Added
report
kwarg toChapter.download()
to make reporting success/failures optional.
Notes
0.4.8
Hondana Changelog
Added
Changes
Fixes
- Korean language code being incorrect in the API docs...
Notes
0.4.7
Hondana Changelog
Added
Chapter.to_dict
was added.- Language Codes are now updated as per MangaDex's new guidelines in 5.3.10.
Changes
Fixes
includes_futures_updates
key in some endpoints now handled properly (it's a bool but the API uses stringed ints...)
Notes
0.4.6
Hondana Changelog
Added
ScanlatorGroup.twitter
attribute.
Changes
Chapter.download
method now takes kwarg after the path.
Fixes
- Misc CI fixes.
- Typo fixes through the library and comments.
- Example corrections.
Notes
0.4.5
Hondana Changelog
Added
ScanlatorGroup.verified
attribute.Chapter.scanlator_group
property.
Changes
translated_languages
parameter in some places has been renamed totranslated_language
to be inline with the API.Client.create_report
- all parameters are now required, not optional.
Fixes
- Properly clamps pagination values now.
ScanlatorGroup.focused_language
->ScanlatorGroup.focused_languages
.
Notes
0.4.4
Hondana Changelog
Updated for MangaDex API version 5.3.4
Added
Manga.upload_cover
for uploading a Cover to a manga.Manga.submit_draft
for submitting a created manga draft for approval.Client.upload_cover
for uploading a cover to a manga.Client.submit_manga_draft
for submitted a created manga draft for approval.
Changes
Fixes
- Some types were a bit unrefined, cleared them up.
Notes
Manga creation is now done!