Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.0.0 #80

Draft
wants to merge 85 commits into
base: main
Choose a base branch
from
Draft

v3.0.0 #80

wants to merge 85 commits into from

Conversation

mansuf
Copy link
Owner

@mansuf mansuf commented Jun 28, 2023

To-do

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

Fixes

New features

Breaking changes

Enhancements

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)
    • Add all value explanation in --group option
    • Add explanation about asterisk usage in --input-pos option
    • 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 mansuf marked this pull request as draft June 28, 2023 04:05
due to description regex is failing because of black formatter
- Renamed symbol "self._page_pos" to "self._chapter_pos"
Why did i named "self._page_pos", just why ?

- Renamed all symbols "pos" to "page"

- Added some explanations to EpubPlugin.create_page() and EpubPlugin._create_nav_point()
- Renamed symbol "self._pages" to "self._chapters"

- Renamed symbol "page" to "chapter" and "pos" to "page" in for-loop inside function EpubPlugin.write()
@mansuf
Copy link
Owner Author

mansuf commented Jun 14, 2024

All new features and bug fixes are almost finished !

Let's hope it didn't become dumpster fire when it's released.

@vonProteus
Copy link
Contributor

please don't remove --no-progress-bar option
its useful when running in k8s

@mansuf
Copy link
Owner Author

mansuf commented Jul 5, 2024

please don't remove --no-progress-bar option its useful when running in k8s

You can use --progress-bar-layout=none as alternative for --no-progress-bar. The --progress-bar-layout is created so user can choose the progress bar can be stacked or be as it is (default) or none at all (disabled).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment