Skip to content

Releases: elboletaire/manga-downloader

v0.0.15

11 Jul 10:56
82eaecf

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.14...v0.0.15

v0.0.14

17 May 16:06
ffcc9cd

Choose a tag to compare

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

New Contributors

Full Changelog: v0.0.13...v0.0.14

v0.0.13

20 Mar 21:54
026729e

Choose a tag to compare

What's Changed

Full Changelog: v0.0.12...v0.0.13

v0.0.12

05 Jan 21:26
7adbb14

Choose a tag to compare

What's Changed

Full Changelog: v0.0.11...v0.0.12

v0.0.11

05 Jan 18:15

Choose a tag to compare

What's Changed

Full Changelog: v0.0.10...v0.0.11

v0.0.10

20 Jan 18:43
b344470

Choose a tag to compare

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

20 Jan 16:59
0c65940

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.8...v0.0.9

v0.0.8

18 Jan 17:57
4491c09

Choose a tag to compare

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.

prompt img

New Contributors

Full Changelog: v0.0.7...v0.0.8

v0.0.7

15 Jan 03:19
048e31d

Choose a tag to compare

Added --bundle arg, so you can now bundle/archive 📦 the specified ranges into a single file, rather than creating a file for each chapter.

--bundle demo

Also some minor go idiomatic changes and other minor 🐞 fixes have been made.

Full Changelog: v0.0.6...v0.0.7

v0.0.6

14 Jan 03:41
1fd7088

Choose a tag to compare

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