This repository has been archived by the owner on Mar 21, 2022. It is now read-only.
Releases: MangDL/MangDL
Releases · MangDL/MangDL
MangDL release v3.1.1.0
https://mdl.pages.dev/changelog#v3110
MangDL release v3.1.0.0
bump to `3.1.0.0`, https://mdl.pages.dev/changelog#mangdl-v3100
MangDL release v3.0.1.0
bump to `3.0.1.0`, https://mdl.pages.dev/changelog#mangdl-v3010
MangDL release v3.0.0.4
bump to `3.0.0.4`, https://mdl.pages.dev/changelog#mangdl-v3004
MangDL release v3.0.0.3
added the `rich` library in required packages...again, bump to `3.0.0.3`
MangDL release v3.0.0.2
added the `rich` library in required packages, bump to `3.0.0.2`
MangDL release v3.0.0.1
added the `rich` library in required packages, bump to `3.0.0.1`
MangDL release v3.0.0.0
This patch is for my lovely boyfriend, bump to `3.0.0.0`
MangDL release v2.0.2
MangDL v.2.0.2
ADDED
- Added logging back with the
rich
library.
CHANGED
- Changed
mangdl/api/base.py
'stblp
function to use therich
library for easier formatting and making more aesthetically pleasing tables. - Added
cookies
in the arguments ofmangdl/api/base.py
'sDownloader.__init__
function for the downloader to be able to use custom cookies. - Honestly, who reads this. Anyways, using the
rich
library with theyachalk
library for colorful printing and beautiful formatting. - Added
de
in the arguments ofmangdl/utils/utils.py
'sddir
function to be able to return that value in case the output evaluates toFalse
.
FIXED
- Fixed
mangdl/api/providers/templates/guya.py
'stemplate.ch_fn
function to get the image links from the first group. - Fixed
mangdl/api/providers/templates/guya.py
'stemplate.chapter
function to useself.ch_fn
instead of its own implementation for fetching the image links. - Added
template.cli_dl
inmangdl/api/providers/templates/guya.py
. - Fixed
mangdl/api/providers/mangadex.py
'sch_fn
function to be able to fetch image links on the new version on mangadex v5 API. - Fixed
mangdl/api/providers/mangadex.py
'schapter
function to usech_fn
instead of its own implementation for fetching the image links. - Fixed the spelling of "colour" in
mangdl/utils/stg.json
to use the British English spelling instead of the American English spelling.
MangDL release v2.0.1
MangDL v.2.0.1
NOW, THIS IS A BUGFIX!
FIXED
- Removed
search
function inmangdl/api/providers/templates/guya.py
,mangdl/api/providers/mangadex.py
, andmangdl/api/providers/manganato.py
. - Removed
from ...base import Search
inmangdl/api/providers/templates/guya.py
. - Removed
from ..base import Search
inmangdl/api/providers/mangadex.py
andmangdl/api/providers/manganato.py
. - Fixed description metadata in
mangdl/api/providers/templates/wordpress.py
'smanga
function to output "No description available." when the description is not available. - Fixed
cli_search
inmangdl/api/providers/mangadex.py
andmangdl/api/providers/manganato.py
to returndl_search(title, **params)
instead ofdl_search(Search(title, **params))
. - Fixed
scanlator
inmangdl/api/providers/setsuscans.py
to be assigned the value of "Setsu Scans" instead of "Paean Scans". - Fixed
mangdl/providers.py
'sProvider
class'init
function to import the right thing.