-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8947d0c
commit 5a9de6b
Showing
3 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,18 @@ | ||
2.0.4 | ||
|
||
API Version 5.4.11! | ||
API Version 5.4.12! | ||
|
||
# Hondana Changelog | ||
|
||
## Added | ||
- `Client.get_my_reports` method to retrieve all current logged in user's reports. (8947d0c68e036e15a56dd868dc59ae153899c68f) | ||
- `Cover.locale` attribute, as well as parameters for creation and editing methods of Cover. (8947d0c68e036e15a56dd868dc59ae153899c68f) | ||
- `Manga.chapter_numbers_reset_on_new_volume` attribute was added. (8947d0c68e036e15a56dd868dc59ae153899c68f) | ||
- Allow logging in with the client using a refresh token, and a convenience method to dump the token to file. (d86f2bff55fd2d552428f4e45c8438233324d1d9) | ||
|
||
## Changes | ||
|
||
## Fixes | ||
- Numerous docs cleanups and typo fixes (thanks Axel). (3f5bf4ad764283eecc0301cc7ee9d80004a22598) | ||
|
||
### Notes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "Hondana" | ||
version = "2.0.4a" | ||
version = "2.0.4" | ||
description = "An asynchronous wrapper around the MangaDex v5 API" | ||
authors = ["Alex Nørgaard <[email protected]>"] | ||
|
||
|