Releases: oscarsandford/manget
Releases · oscarsandford/manget
v1.1.0
Multiple chapters selectable by range and image dump features.
Features:
- Chapters can be selected by either a single chapter number, or a closed interval range in the form
a-b
wherea
is the first chapter andb
is the last chapter.a
andb
should be integers, but bad inputs are handled by setting them to 1 and resizing the range if the upper bound is less than the lower bound. - Added option for images to be simply dumped in the current working directory as opposed to being bound to a PDF.
- Verbose mode prints more informative messages.
Fixes:
- Chapters are presorted such that they will always be bound in the correct order.
- Replaced unsafe use of
unwrap
withunwrap_or
, which handles theNone
case. - Fixed request errors on external URLs. This program expects data to be exclusively from MangaDex and will avoid retrieving off-site chapters.
v1.0.0
The first release of Manget, a CLI tool for binding MangaDex pages into PDFs for offline viewing.
Features include:
- Manga selection by manga ID
- Chapter selection (single or multiple chapters at a time)
- Translation language selection
- Output file specification
- Fast mode for choosing between higher quality images and binding performance
(Note that verbose mode is currently specifiable, but will not have an effect on the output produced.)