-
-
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
8f1d526
commit c2ee039
Showing
3 changed files
with
5 additions
and
8 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,20 +1,17 @@ | ||
3.4.0 | ||
3.4.1 | ||
|
||
API Version 5.7.2 | ||
|
||
# Hondana Changelog | ||
API Release! | ||
Fix release | ||
|
||
## Added | ||
- Add new filter methods on chapter feed endpoints. (e7eb70579e82034623980254deb8e317083c975a) | ||
- Add new parameter to update read markers endpoint for controlling the user's read history. (74ef0e0e35cf989130ec62d5f2b75478c76a1497 and 5ea3ef76032984fd52a3bb842d5b563ef9ea95ba) | ||
|
||
## Changes | ||
- Added a guard on potential null values. (7782654e6fc8c451ea5de1c47217a9c6e2fe5864) | ||
|
||
## Fixes | ||
- Fixed issue where some special characters were accidentally causing bad HTTP errors. (d4a3d728f43adca3b740a1b5c3523d9401473fe4) | ||
|
||
### Notes | ||
- **Removed** now deprecated and deleted endpoints for singluar read marker endpoints. (5daa506f6e1dd4a398c2b14645d4bff2f4bce0b2) | ||
|
||
### Noted Contributors |
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 = "3.4.0" | ||
version = "3.4.1" | ||
description = "An asynchronous wrapper around the MangaDex v5 API" | ||
authors = ["Alex Nørgaard <[email protected]>"] | ||
|
||
|