Skip to content

Releases: teerapap/mangafmt

v0.4.0

23 Jul 18:02
Compare
Choose a tag to compare

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

13 Jul 18:45
Compare
Choose a tag to compare

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 or ImageMagick7 or libvips 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 with hashicorp/go-uuid.

Full Changelog: CHANGELOG.md

v0.2.1

03 Jun 10:29
Compare
Choose a tag to compare

Bug Fixes:

  • Fix malformed epub/kepub output due to html/template bug.

Full Changelog: CHANGELOG.md

v0.2.0

03 Jun 07:09
Compare
Choose a tag to compare

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

01 Jun 19:03
Compare
Choose a tag to compare