Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

Releases: MangDL/MangDL

MangDL release v3.1.1.0

16 Feb 03:34
Compare
Choose a tag to compare
https://mdl.pages.dev/changelog#v3110

MangDL release v3.1.0.0

20 Jan 11:25
Compare
Choose a tag to compare
bump to `3.1.0.0`, https://mdl.pages.dev/changelog#mangdl-v3100

MangDL release v3.0.1.0

12 Jan 06:25
Compare
Choose a tag to compare
bump to `3.0.1.0`, https://mdl.pages.dev/changelog#mangdl-v3010

MangDL release v3.0.0.4

11 Jan 12:39
Compare
Choose a tag to compare
bump to `3.0.0.4`, https://mdl.pages.dev/changelog#mangdl-v3004

MangDL release v3.0.0.3

10 Jan 16:58
Compare
Choose a tag to compare
added the `rich` library in required packages...again, bump to `3.0.0.3`

MangDL release v3.0.0.2

10 Jan 16:53
Compare
Choose a tag to compare
added the `rich` library in required packages, bump to `3.0.0.2`

MangDL release v3.0.0.1

10 Jan 16:40
Compare
Choose a tag to compare
added the `rich` library in required packages, bump to `3.0.0.1`

MangDL release v3.0.0.0

10 Jan 16:13
Compare
Choose a tag to compare
This patch is for my lovely boyfriend, bump to `3.0.0.0`

MangDL release v2.0.2

09 Jan 10:28
Compare
Choose a tag to compare

MangDL v.2.0.2

ADDED

  • Added logging back with the rich library.

CHANGED

  • Changed mangdl/api/base.py's tblp function to use the rich library for easier formatting and making more aesthetically pleasing tables.
  • Added cookies in the arguments of mangdl/api/base.py's Downloader.__init__ function for the downloader to be able to use custom cookies.
  • Honestly, who reads this. Anyways, using the rich library with the yachalk library for colorful printing and beautiful formatting.
  • Added de in the arguments of mangdl/utils/utils.py's ddir function to be able to return that value in case the output evaluates to False.

FIXED

  • Fixed mangdl/api/providers/templates/guya.py's template.ch_fn function to get the image links from the first group.
  • Fixed mangdl/api/providers/templates/guya.py's template.chapter function to use self.ch_fn instead of its own implementation for fetching the image links.
  • Added template.cli_dl in mangdl/api/providers/templates/guya.py.
  • Fixed mangdl/api/providers/mangadex.py's ch_fn function to be able to fetch image links on the new version on mangadex v5 API.
  • Fixed mangdl/api/providers/mangadex.py's chapter function to use ch_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

05 Jan 14:23
Compare
Choose a tag to compare

MangDL v.2.0.1

NOW, THIS IS A BUGFIX!

FIXED

  • Removed search function in mangdl/api/providers/templates/guya.py, mangdl/api/providers/mangadex.py, and mangdl/api/providers/manganato.py.
  • Removed from ...base import Search in mangdl/api/providers/templates/guya.py.
  • Removed from ..base import Search in mangdl/api/providers/mangadex.py and mangdl/api/providers/manganato.py.
  • Fixed description metadata in mangdl/api/providers/templates/wordpress.py's manga function to output "No description available." when the description is not available.
  • Fixed cli_search in mangdl/api/providers/mangadex.py and mangdl/api/providers/manganato.py to return dl_search(title, **params) instead of dl_search(Search(title, **params)).
  • Fixed scanlator in mangdl/api/providers/setsuscans.py to be assigned the value of "Setsu Scans" instead of "Paean Scans".
  • Fixed mangdl/providers.py's Provider class' init function to import the right thing.