Skip to content

Releases: Girbons/comics-downloader

v0.33.1

27 Apr 08:15
Compare
Choose a tag to compare

Fixes

  • #111: Fixed HTTP client header that was preventing images download as pointed out by @Jan0660 .

0.33.1-alpha

26 Apr 09:59
Compare
Choose a tag to compare
0.33.1-alpha Pre-release
Pre-release

Fixes

  • Removed check in http client

0.33.0

06 Feb 11:54
Compare
Choose a tag to compare

Fixes

  • #106: Mangadex no longer works
  • #107: range option error when using 0 as start index

Improvements

  • Images download improved

Full Changelog: v0.32.1...v0.33.0

0.32.1

20 Oct 09:22
Compare
Choose a tag to compare

Fixes

  • #94: Range option ignores non integers. -- (Thanks @Jan0660)

0.32.0

12 Oct 17:29
Compare
Choose a tag to compare

What's new

  • Introduced custom-comic-name option to support comic/manga renaming. -- (Thanks @ChristofferGreen)

Changes

  • Mangadex has been re-enabled. (Thanks @bake)

Fixes

  • #93: Downloading single issues with issue links does not work with the new sites mangakakalot.com/readmanganato.com. -- (Thanks @Jan0660)

0.31.0

26 Sep 12:37
Compare
Choose a tag to compare

What's new

  • Added support to MangaKakalot and Manganato -- (Thanks @Jan0660)
  • Introduced new flag issue-number-only to save a comic as issue number only instead of chapter name + issue number. -- (Thanks @Jan0660)

Changes

  • timeout flag renamed to daemon-timeout.

0.30.0

17 Sep 10:23
Compare
Choose a tag to compare

What's new

  • Introduced -create-default-path option to not prepend the default folder structure. -- (#89)

Changes

  • Removed health checks to reduce the amount of performed requests.

0.29.0

02 Jul 07:46
Compare
Choose a tag to compare

What's new

  • Now every image is adapted to PDF page based on its size, the previous behaviour was to fit the image in the A4. -- (Thanks @kshunterco)
  • Introduced new option -force-aspect which Force images to A4 Portrait aspect ratio, restore the previous behaviour explained above. -- (Thanks @kshunterco)

0.28.2

27 May 13:53
Compare
Choose a tag to compare

Changes

  • Disabled Mangareader.

Improvements

  • Improved images download.
  • golint fixes.

0.28.1

28 Apr 09:15
Compare
Choose a tag to compare

Fixes

  • Fixed error where the url parameter was not used.