Releases: elboletaire/manga-downloader
v0.0.15
What's Changed
- fix(grabbers): TCB strategy by @ananthsridhar in #65
- feat(grabbers): add support for mangabuddy by @elboletaire in #66
- feat(grabbers): add support for MangaClash/ToonClash by @elboletaire in #67
New Contributors
- @ananthsridhar made their first contribution in #65 🎉
Full Changelog: v0.0.14...v0.0.15
v0.0.14
I really wanted to fix known issues in the grabbers or add new ones, but I’ve been struggling a bit with life lately, so here’s a version with some fixes and improvements in the meantime.
Friendly reminder that anyone can contribute and help improve the program—whether by adding new features or fixing bugs. If you’re not sure where to start, check out the issues labeled good first issue 😄
What's Changed
- Add version checker (via version command) by @elboletaire in #37
- feat: parse decimal chapter range by @radam9 in #59
- feat: add rate limiter for mangadex by @radam9 in #58
- Progress bars by @elboletaire in #40
- feat: don't overwrite duplicate chapters by @radam9 in #60
New Contributors
Full Changelog: v0.0.13...v0.0.14
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

