Releases: mansuf/mangadex-downloader
mangadex-downloader v3.1.4
Fix bugs
- Fix UnicodeEncodeError when saving manga info in json format
- Fix comic book (.cbz) title metadata #155
- Fix memory leak ? (progress 1)
- Fix application is being falsely flagged by several AVs #157
- Fix volume cover become null when creating chapter info #159
- Fix check_login throwing error when refreshing token from cache #158
Files hash
Name | SHA-256 |
---|---|
mangadex-dl_x64_v3.1.4.zip | 5c694bd011947dcb89914070718948d111d3f1873b5fef1ddbf00d6a286f5bcd |
mangadex-dl_x86_v3.1.4.zip | a32433e86ece53d0e9e2bbd9cad68d08aed96c4131082ebd11901a30def3834b |
These binaries are for Windows only.
mangadex-downloader v3.1.3
Fix bugs
- Fix --use-alt-details is not working due to missing language (lang: Georgian) #154
- Fix chapter cover doesn't work due to CoverArtIterator cache issue #152
- Fix volume number not in EPUB title resulting duplicated entry in comic reader #149
Files hash
Name | SHA-256 |
---|---|
mangadex-dl_x64_v3.1.3.zip | b3624c301a3e1c232935b7eef5a7fe8a1d60cca0eb2db3c0cf614c561710138b |
mangadex-dl_x86_v3.1.3.zip | 1e1b737b68c6f201bb98a0520298c9d3c3553a60a03e306483517d15993528cd |
These binaries are for Windows only.
mangadex-downloader v3.1.2
Fix bugs
- Fixed application is left hanging when download is completed (report system is not working) #146
- Fixed validator always not passed for "group_nomatch_behaviour" config
- Fixed negative value when rate-limited #147
Files hash
Name | SHA-256 |
---|---|
mangadex-dl_x64_v3.1.2.zip | b9d6656f36a8a57d09fd6c880ca7b148c30780ed28ebd72090c0c79aae12d8b9 |
mangadex-dl_x86_v3.1.2.zip | 7bab35504de7141e5728643b0ec00ee29551978d6083784ec6d0e318cd7e4f89 |
These binaries are for Windows only.
mangadex-downloader v3.1.1
Fix bugs
Documentation
- Fix typo in documentation and source code #130
Files hash
Name | SHA-256 |
---|---|
mangadex-dl_x64_v3.1.1.zip | 2a199664e87378745a965531cb71dbbfbcbb3465f12809faa7d090638964d3d4 |
mangadex-dl_x86_v3.1.1.zip | f6d9bbb8d7347bf916f002cdde8e5670f1c502146510c93bef57cafc4502f619 |
These binaries are for Windows only.
mangadex-downloader v3.1.0
New features
- Added
mihon
manga info format (--manga-info-format
)
Fix bugs
- Fixed
--update
option is not working in bundled executable version when updating from v2 to v3 - Fixed
FileNotFoundError
when using--create-manga-info
with--manga-info-format=json
#129 - Fixed
--use-volume-cover
always use main cover #131 - Fixed
--no-track
isn't working after updating to v3.0.0 #133
Files hash
Name | SHA-256 |
---|---|
mangadex-dl_x64_v3.1.0.zip | 1ec40cffea0172be1ad85677c11b4e08b2cb065bc1266747f5d457861956bb38 |
mangadex-dl_x86_v3.1.0.zip | 369c77e1b71fd64d09a778c31b8ae2e84e03f9309dfa23444d4b10c6af73ba44 |
These binaries are for Windows only.
mangadex-downloader v3.0.0
NOTE: If you using .exe files (bundled executable version) please update manually as there is issue updating via --update
option
After 1+ year of development. mangadex-downloader v3.0.0 is finally released. If you found bug or problems in this version, please report it to issue tracker
And don't forget if you liked the project, please donate to keep me motivated in the development 😁
Migration guide: https://mangadex-dl.mansuf.link/en/stable/migration_v2_v3.html
Breaking changes
- Change
--path
behaviour to absolute path with placeholders support - Now, if a manga that doesn't have no volume, it will get separated (chapters format) rather than being merged into single file called
No volume.cbz
(example). However if you prefer old behaviour (merge no volume chapters into single file) you can use--create-no-volume
. - Dropped support for Python v3.8 and v3.9
- Removed
--no-progress-bar
option since it's deprecated (use--progress-bar-layout=none
instead) - Removed
--verbose
option since it's deprecated (use--log-level=DEBUG
instead)
Improvements
- Refactored code base using ruff linter and black formatter
- The app now showing
X-Request-ID
if the app encounteredUnhandled HTTP error
that can be reported to MangaDex devs - Missing dependencies error is now closing the application (do not ignore it)
ComicInfo.xml
file are now generated for volumes as well- Options
--start-page
and--end-page
are now support negative values (relative to end of chapter)
New features
- Added
--login-api-id
and--login-api-secret
to login with OAuth (you must set--login-method
with valueoauth
) - Added
--start-volume
and--end-volume
to start and stop download chapter from given volume number - Added
--filename-chapter
option to set filename for chapter formats - Added
--filename-volume
option to set filename for volume formats - Added
--filename-single
option to set filename for single formats - Added
--ignore-missing-chapters
option to ignore missing chapters - Added
--create-manga-info
option to store manga information in a file - Added
--manga-info-format
option to change file format for manga information file - Added
--manga-info-filepath
option to change location to store manga information file. - Added
--manga-info-only
option to download manga information only (no chapters and volumes) - Added
--order
option to change chapters released order (newest or oldest) - Added
--group-nomatch-behaviour
to manage--group
filter behaviour - Added
--no-metadata
option to disable metadata creation on any cbz formats - Added
--page-size
option to manage maximum items fit per page in any commands - Added
--run-forever
to run the app indefinitely until crashed or stopped manually by user
Fix bugs
- Fix
download.db
is modified if there is not new chapters available. - Fix
epub-volume
format doesn't adding cover art - Fix default volume covers behaviour. (See #105 for more info)
- Fix app stopped downloading list when a manga doesn't have chapters
Files hash
Name | SHA-256 |
---|---|
mangadex-dl_x64_v3.0.0.zip | adf8a5cae863753076cb98ca1090b142c404c38427dd01b8e6fca62054532db4 |
mangadex-dl_x86_v3.0.0.zip | 23ff7e6780ed0bdb2920ef279ce2a407c412ea565a368618791d218ae6beed19 |
These binaries are for Windows only.
mangadex-downloader v2.10.3
Fix bugs
- Fixed
cover
command is not working if manga doesn't have covers for specified language #82
Files hash
Name | SHA-256 |
---|---|
mangadex-dl_x64_v2.10.3.zip | 9a878a2cbe0f01122f66c523a4a12c5e359d28c6704621bc7e70815693d59dd3 |
mangadex-dl_x86_v2.10.3.zip | 378d7ed82d3b7e0eab8890cb7b66a87a63d4b02d88b3b7c7b5a9ade393e7a78d |
These binaries are for Windows only.
mangadex-downloader v2.10.2
Fix bugs
- Fixed
pdf-volume
andcb7-volume
formats are not working after upgrading to v2.10.x #78
Files hash
Name | SHA-256 |
---|---|
mangadex-dl_x64_v2.10.2.zip | 9290dbad977c0ccfea142c25f0e7c98e92d90bea713a93a37162ba4f079ed5f3 |
mangadex-dl_x86_v2.10.2.zip | 0d20bf5a562c91e91992743ff823d7f495a68ed1a88e05e7cc5092d4150e1f04 |
These binaries are for Windows only.
mangadex-downloader v2.10.1
Fix bugs
Files hash
Name | SHA-256 |
---|---|
mangadex-dl_x64_v2.10.1.zip | da931aa6eaaf8d1e8d461248939b5c49e618b7ac106c882da27a51e11ac509f1 |
mangadex-dl_x86_v2.10.1.zip | 167d29e0bdb7dfd1fc788fb6c2600b834dea97d22f4e03fd7187adab70221919 |
These binaries are for Windows only.
mangadex-downloader v2.10.0
New features
- Added stacked progress bar layout (accessible from
--progress-bar-layout=stacked
) #65 - Added
--volume-cover-language
to change volume cover locale #66 - Added
--log-level
to change logging level #65
Fix bugs
- Fix inconsistent volume cover locale #66
Dependencies
- Bump requests-doh to v0.3.1
Deprecated
--no-progress-bar
is deprecated in favor of--progress-bar-layout
. This option will be removed in v3.0.0--verbose
is deprecated in favor of--log-level
. This option will be removed in v3.0.0
Files hash
Name | SHA-256 |
---|---|
mangadex-dl_x64_v2.10.0.zip | 8ee3aebf88f7414281ca8c6617842bd73b9b1a35a40fe85a6ea39c6dc79d71ea |
mangadex-dl_x86_v2.10.0.zip | d0682ae88f914af908c58b0b35129dfa37cff81f68c4b9d6a361fd64974fb85b |
These binaries are for Windows only.