Skip to content

Releases: arimatakao/mdx

v1.8.2

20 Jun 07:07
Compare
Choose a tag to compare

Fixed version number and corrected page order in merged CBZ when volume is not specified on MangaDex (again)

v1.8.1

19 Jun 16:15
Compare
Choose a tag to compare

Fixed wrong page order in cbz file when download merged chapters.

v1.8.0

19 Jun 12:25
Compare
Choose a tag to compare

Added the this flag. Now you can download a specific chapter using the this flag. Try:

mdx dl --this mangadex.org/chapter/b5461c55-6bb7-4d53-9534-9caabf8c069f
# or
mdx dl -s mangadex.org/chapter/b5461c55-6bb7-4d53-9534-9caabf8c069f
# or
mdx dl mangadex.org/chapter/b5461c55-6bb7-4d53-9534-9caabf8c069f

Use it if mdx can't download your chapter provided by the -c flag.

To get a link to the chapter, you need to open the manga page, then open the chapter from the list, and copy the link.

v1.7.1

19 Jun 07:24
Compare
Choose a tag to compare

Corrected grammar errors in the README.md file. Thanks to wolandark

v1.7.0

18 Jun 20:52
Compare
Choose a tag to compare

Added colored console output for enhanced visual clarity

v1.6.0

18 Jun 13:01
Compare
Choose a tag to compare

Added update subcommand for checking new updates of application. Try:

mdx update

If a new version is released, it will show release notes and a link for download.

v1.5.1

18 Jun 09:32
Compare
Choose a tag to compare

Fixed:

  • wrong page order in cbz files
  • wrong epub ouput file extension, added .epub at the end
  • wrong list of available file extension in download help display

Added "Read or buy" links in downloading display and output files metadata (except pdf).

v1.5.0

17 Jun 20:22
Compare
Choose a tag to compare

Added saving chapters in epub format. Try:

mdx dl -e epub <mangalink>

v1.4.0

17 Jun 13:32
Compare
Choose a tag to compare

Added new flag merge to download subcommand. It is save chapters in one file. Try:

mdx dl -m -c 1-3 <mangalink>

v1.3.0

16 Jun 21:10
Compare
Choose a tag to compare

BUGS

Downloading chapter range broken. Fixing in progress.


Features

Added new format for download files - pdf. Try:

mdx dl -e pdf <mangalink>

Changed file saving methods. Now chapter will be save faster.

Added new alias for download subcommand:

mdx save <mangalink>