mansuf / mangadex-downloader

A command-line tool to download manga from MangaDex, written in Python.
https://mangadex-dl.mansuf.link/
MIT License
472 stars 37 forks source link

v3.0.0 #80

Open mansuf opened 1 year ago

mansuf commented 1 year ago

To-do

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

Fixes

New features

Breaking changes

Enhancements

Documentation

Deprecated

Miscellaneous

Will be added soon....

mansuf commented 2 months ago

All new features and bug fixes are almost finished !

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

vonProteus commented 2 months ago

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

mansuf commented 2 months ago

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).