Releases: teerapap/mangafmt
Releases · teerapap/mangafmt
v0.4.0
v0.4.0 (2024-07-24)
Features:
- Support multiple background colors for
--background
.- Some manga may have both white and black background so using single background color may lead to incorrect double-page spread detection for some pages.
Bug Fixes:
- Fix wrong background hex color in EPUB output format.
Improvements:
- Print version and full command arguments when
--verbose
is enabled for debugging.
Full Changelog: CHANGELOG.md
v0.3.0
Features:
- Support Windows and OSX in addition to Linux.
- Reduce memory consumption by ~75%
- Faster processing time up to ~70% improvments (using
libvips
)
Bug Fixes:
- Fix missing
style.css
in EPUB output format.
Functional Changes:
- Require
ImageMagick6
orImageMagick7
orlibvips
commands during runtime for PDF input. - Do not require
libmagickwand
as build or runtime dependencies. --background
now support only hex format.
Improvements:
- Pure Go code without cgo-linked dependencies
- Improve edge trimming.
- Use static app version and do not rely on
debug.BuildInfo
. - Replace
google/uuid
withhashicorp/go-uuid
.
Full Changelog: CHANGELOG.md
v0.2.1
v0.2.0
Features:
- Improve grayscale color depth reduction to reduce output file size substantially.
- Add
--grayscale-depth
command-line argument
Full Changelog: CHANGELOG.md
v0.1.0
Changelog
- First public release
Full Changelog: https://github.com/teerapap/mangafmt/commits/v0.1.0