v0.3
Added the following features:
- Mark chapters as read or unread (
api.readChapter
andapi.unreadChapter
), - Set mangas' reading status (
api.setReadingStatus
), - Reply to threads (
api.comment
), - Get chapter / volume reading progress from manga's detail page
- Detect various login errors (
MDError.wrongAuthInfo
andMDError.missingTwoFactor
)