Releases: Proxymiity/MangaDex.py
Releases · Proxymiity/MangaDex.py
v2.0.0 - Migrated to the MangaDexAPIv5
No longer supported. Latest API version supported by this release: v5.1.2
Changelog
- Added new authentication method [client.login(u, p), client.refresh()]
- Upgraded Manga, MangaTag, Chapter, Group, User
- Added NetworkChapter, SearchMapping
- Removed Relation, UserSetting, UserFollow (now Manga), UserUpdate (now Chapter), PartialChapter, PartialGroup, PartialUser
- Upgraded reading methods and the MD@H reporting system
- Updated the downloader
Installation
Install using pip install --upgrade MangaDex.py
v1.0.3 - APIError small changes
No longer supported. Latest API version supported by this release: v2
Changelog
- Changed the way the APIError works internally, meaning that it does no longer throws JSONDecodeError when a bad JSON is received.
Installation
Install using pip install --upgrade MangaDex.py
v1.0.2 - PartialUsers + MangaTags
No longer supported. Latest API version supported by this release: v2
Changelog
- Added two properties to the APIError class.
- .status (status code), .data (json data returned from the api if not a 500 code)
- removed print() error messages.
- The minimum required python version is now Python 3.6.
- Added a PartialUser class.
- Added a MangaTag class.
- Fixed an import bug - now every class is inherited from MangaDexPy (e.g. MangaDexPy.PartialUser)
- Removed some useless variables in the downloader
Installation
Install using pip install --upgrade MangaDex.py
v1.0.1 - Initial version release
No longer supported. Latest API version supported by this release: v2
Changelog
- Initial version creation (not 1.0)
- Added chapters, groups, mangas, partials, relations and users
- Added a downloader script
- Readied everything for production
Installation
Install using pip install --upgrade MangaDex.py