-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
base: main
Are you sure you want to change the base?
Conversation
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()
it's progressing, converted formats is implemented, raw formats are not yet. god help me, someone please refactor this code plsss
IT'S FINALLY FINISHED, now the only last thing to work is the documentation
TRUST ME, IT'S IN FINAL STATE
…o download (pt. 1)
…o download (pt. 2) Previously, the bug is not fixed for converted chapters format
All new features and bug fixes are almost finished ! Let's hope it didn't become dumpster fire when it's released. |
…ountered Unhandled HTTP error or 500 HTTP code
The application will malfunctioning if --start-chapter exists and --end-chapter don't (vice versa)
please don't remove |
You can use |
If --group option is used and none of chapter group is matching with --group option, user now can use --group-nomatch-behaviour set to fallback, instead of ignoring unmatching chapters, the application will find another chapters
To-do
NOTE: This to-do list can be changed anytime soon.
Fixes
New features
Breaking changes
--path
behaviour to absolute path with placeholders support add flag --filename and make support imported as library #67 Handle manga with same title #68 Add placeholders support for--path
option #85 Add support for Kavita naming convention #88Enhancements
X-Request-ID
(from last successful request) to users if they encounteredUnhandled HTTP error
Documentation
all
value explanation in--group
option--input-pos
optionDeprecated
--no-progress-bar
option--verbose
option (maybe ?)Miscellaneous
Will be added soon....