Releases: Girbons/comics-downloader
Releases · Girbons/comics-downloader
v0.33.1
Fixes
- #111: Fixed HTTP client header that was preventing images download as pointed out by @Jan0660 .
0.33.1-alpha
Fixes
- Removed check in http client
0.33.0
Fixes
- #106: Mangadex no longer works
- #107: range option error when using 0 as start index
Improvements
Full Changelog: v0.32.1...v0.33.0
0.32.1
Fixes
- #94: Range option ignores non integers. -- (Thanks @Jan0660)
0.32.0
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
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
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
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
Changes
Improvements
- Improved images download.
- golint fixes.
0.28.1
Fixes
- Fixed error where the url parameter was not used.