mangadex-downloader icon indicating copy to clipboard operation
mangadex-downloader copied to clipboard

v3.0.0

Open mansuf opened this issue 1 year ago • 0 comments

To-do

NOTE: This to-do list can be changed anytime soon.

Fixes

  • [x] #89
  • [x] #91
  • [ ] #105

New features

  • [x] Add option to ignore missing chapters #70 #95
  • [x] Add support for oauth2 private client (I GOT THE PERSONAL TEST API CLIENT)
  • [ ] #99
  • [ ] #106
  • [ ] #104

Breaking changes

  • [x] Change --path behaviour to absolute path with placeholders support #67 #68 #85 #88
  • [x] #77

Enhancements

  • [ ] Show X-Request-ID (from last successful request) to users if they encountered Unhandled HTTP error
  • [x] Refactor base codes using ruff linter and black formatter
  • [x] Make sure missing dependencies error is closing the application (do not ignore it)
  • [x] #87
  • [ ] #103

Documentation

  • [ ] Fix missing and typo documentation
  • [ ] Fix missing newly added options and features
    • [ ] Add new authentication method (oauth)
    • [ ] Add guide for new authentication (how to create client id and client secret in MangaDex auth)
    • [ ] will be added more...
  • [ ] Separate advanced usages (each advanced usage has it own page)
  • [ ] Add black formatter badge in README
  • [ ] Add migration guide from v2.x to v3.x

Deprecated

  • [ ] Remove --no-progress-bar option
  • [ ] Remove --verbose option (maybe ?)

Miscellaneous

Will be added soon....

mansuf avatar Jun 28 '23 04:06 mansuf