Releases: elboletaire/manga-downloader
v0.0.13
What's Changed
- Add Dockerfile, gh action docker workflow and output-dir param by @elboletaire in #28
- Fix quote issue in windows filenames by @elboletaire in #32
Full Changelog: v0.0.12...v0.0.13
v0.0.12
What's Changed
- Unify manganelos grabber into plainHTML one by @elboletaire in #27
Full Changelog: v0.0.11...v0.0.12
v0.0.11
What's Changed
- Add tcbscans.com & asurascans support by @elboletaire in #25
Full Changelog: v0.0.10...v0.0.11
v0.0.10
What's Changed
- Fix float parsing issue in manganelo grabber by @elboletaire in #20
- Fix manganelo grabber downloading (undesired) multiple chapters by @elboletaire in #21
- Fix manganelo chapters breaking export under windows by @elboletaire in #22
Full Changelog: v0.0.9...v0.0.10
v0.0.9
What's Changed
- Added support for manganelos.com by @elboletaire in #10
- Added support for leviatanscans.com by @elboletaire in #13
- Fix nil pointer exception in manganelo's Test by @elboletaire in #14
- Added mangajar.com support by @elboletaire in #15
- Fix http connection issues when downloading chapter pages #16
New Contributors
- @elboletaire made their first contribution in #10 (lol)
Full Changelog: v0.0.8...v0.0.9
v0.0.8
What's Changed
- Allow to download all chapters if no range is specified by @AlexanderArce in #7
- Argument's aren't positional anymore, so you can now set them in whatever order you want.
New Contributors
- @AlexanderArce made their first contribution in #7
Full Changelog: v0.0.7...v0.0.8
v0.0.7
Added --bundle
arg, so you can now bundle/archive 📦 the specified ranges into a single file, rather than creating a file for each chapter.
Also some minor go idiomatic changes and other minor 🐞 fixes have been made.
Full Changelog: v0.0.6...v0.0.7
v0.0.6
Better error handling, which means it won't stop the program if a single chapter, of the millions of chapters you're downloading 👀, fails.
⚙️ You can now also define the filename template via arg:
manga-downloader --filename-template="{{.Series}} {{.Number}} - {{.Title}}" https://......
Full Changelog: v0.0.5...v0.0.6
v0.0.5
Concurrently download chapters.
Also allow to configure it in case you want to downgrade it, since it's set to the hardcoded maximum, which is 10 for pages and 5 for chapters:
-c
or--concurrency
for chapters-C
or--concurrency-pages
for pages
Full Changelog: 0.0.4...0.0.5
v0.0.4
Added TCBScans grabber + other minor changes
Full Changelog: 0.0.3...0.0.4