mangadex-downloader Changelog

What's new in mangadex-downloader 2.10.3

Jul 9, 2023
  • Fixed cover command is not working if manga doesn't have covers for specified language #82

New in mangadex-downloader 2.10.2 (Jun 27, 2023)

  • Fixed pdf-volume and cb7-volume formats are not working after upgrading to v2.10.x

New in mangadex-downloader 2.10.1 (Jun 19, 2023)

  • Fixed cbz format are not working after upgrading to v2.10.0 #74

New in mangadex-downloader 2.10.0 (Jun 17, 2023)

  • 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

New in mangadex-downloader 2.9.1 (May 17, 2023)

  • Fixed:
  • --write-tachiyomi-info is not working when system locale is set to other language (not English)
  • --write-tachiyomi-info is not working when any single or volume formats is used

New in mangadex-downloader 2.9.0 (May 1, 2023)

  • New features:
  • Added ability to download covers manga
  • Fix bugs:
  • Fix error message is not showing when chapters with specified langauge is not found
  • Fixed --type are not respecting full URL

New in mangadex-downloader 2.8.3 (Mar 14, 2023)

  • Fix bugs:
  • Fixed --no-track is not working in version 2.8.x #56

New in mangadex-downloader 2.8.2 (Mar 9, 2023)

  • Download.db are no longer exist when --no-track is used
  • Fixed download tracker are not tracking chapters properly in raw-single and raw-volume formats
  • Fixed duplicated results when using any commands (random, library, etc) or search with --input-pos "*" used

New in mangadex-downloader 2.8.1 (Mar 4, 2023)

  • Fix bugs:
  • Fixed "database is locked" when --path is set to network shared directory #52
  • Fixed "image file is truncated (xx bytes not processed)" error when using any pdf formats #54

New in mangadex-downloader 2.8.0 (Feb 26, 2023)

  • New features:
  • Add ability to disable tracking downloads #45
  • Add ability to add custom DoH (DNS over HTTPS) provider
  • Added support for legacy URL forums thread (https://mangadex.org/thread/...)
  • Fix bugs:
  • Fixed high CPU usage when downloading large chapters #48
  • Fixed download from forum threads are not working if the URL containing page (page-123) with post-id (post-123)
  • Improvements:
  • File hash creation for download tracker are now asynchronous to improve performance
  • Added more metadata (tags and authors) to any epub formats
  • Added more metadata to download tracker #47

New in mangadex-downloader 2.7.2 (Feb 20, 2023)

  • Fixed download tracker are not tracking chapters properly.

New in mangadex-downloader 2.7.1 (Feb 9, 2023)

  • Fixed --use-chapter-cover is throwing error because of missing fonts (PyPI users only).

New in mangadex-downloader 2.7.0 (Feb 7, 2023)

  • Improvements:
  • Reworked creation chapter info (cover) #44

New in mangadex-downloader 2.6.2 (Feb 5, 2023)

  • Fixed app is slowing down after downloading 100+ chapters
  • Fixed files are automatically verified if previous download is not complete
  • Fixed --use-volume-cover is not working if manga doesn't have "No volume" cover #46

New in mangadex-downloader 2.6.1 (Feb 3, 2023)

  • Fix bugs:
  • Fixed resume download is not working properly
  • Fixed download forum thread is not working when option --input-pos "*" is used
  • Fixed --replace option is not working when using converted formats (cbz, pdf, epub, epub-volume, etc)

New in mangadex-downloader 2.6.0 (Feb 3, 2023)

  • New features:
  • Added ability to add more groups or users in --group option
  • Added ability to set retries for failed HTTP requests (--http-retries)
  • Added OAuth2 login support (--login-method oauth2)
  • Added ability to download unread chapters (--download-mode unread, require authentication) #39
  • Added ability to add volume cover for volume formats #41
  • Added ability to download MangaDex URLs from forum thread (https://forums.mangadex.org)
  • Fix bugs:
  • Fixed download is not resuming when network error happened
  • Fixed download is overflowing when trying to resume incomplete download
  • Fixed various bugs in command-line options parser
  • Improvements:
  • Rework how to download latest chapters on various formats. See commit 865b7f5 for more info
  • Dependecies:
  • Bump orjson to v3.8.3
  • beautifulsoup4 are now required dependecies (no longer optional)
  • Breaking changes
  • Chapter info (cover) creation are be disabled by default. Use --use-chapter-cover to enable it.
  • Deprecated:
  • Removed --search-filter and -sf option as it's deprecated from v2.4.0
  • Format tachiyomi and tachiyomi-zip are now deprecated, please use raw and cbz with --write-tachiyomi-info instead
  • --no-chapter-info are now deprecated in favor of --use-chapter-cover and will be removed in v2.9.0

New in mangadex-downloader 2.5.4 (Jan 25, 2023)

  • Fix bugs:
  • Fixed typo in filter error message
  • Fixed year filter is not working
  • Fixed validator for environment MANGADEXDL_TAGS_BLACKLIST is not respecting rate limit
  • Fixed app is crashing due to backward compatibility for config
  • Improvements:
  • Some optimizations