Skip to content

Releases: celogeek/go-comic-converter

v3.0.0

05 Jan 14:43
b1a398e
Compare
Choose a tag to compare

New

  • simplify options: the options are define once, the converter use it instead of maintaining a copy of it.
  • update to golang 1.23
  • update deps
  • handle double page as cover if split and not keeped
  • Improve code with Goland advice and refactor
  • move internal to subdir pkg
  • reduce pointer usage

Fixes

  • fix position
  • fix doc
  • fix aspect ratio computing

New configuration structure

The configuration file has changed. Please recheck your config and save it again.

Full Changelog: v2.7.2...v3.0.0

v2.7.2

09 May 13:59
2ce29d6
Compare
Choose a tag to compare

What's new

  • Fixes for cropping and double page feature

Full Changelog: v2.7.1...v2.7.2

Tiff support

01 May 10:45
2c37259
Compare
Choose a tag to compare

Add support for tiff.

Full Changelog: v2.7.0...v2.7.1

v2.7.0

28 Apr 20:12
5e5a07c
Compare
Choose a tag to compare

What's Changed

  • Split double page with crop enable
  • Add limit to crop for special tiny image
  • Fixes

Full Changelog: v2.6.9...v2.7.0

Update deps

01 Jan 16:13
6c92597
Compare
Choose a tag to compare

Full Changelog: v2.6.8.1...v2.6.9

Fix elapse

30 Sep 18:29
c0abe84
Compare
Choose a tag to compare

Full Changelog: v2.6.8...v2.6.8.1

JSON Output

30 Sep 18:25
fc6c894
Compare
Choose a tag to compare

What's new

  • JSON output
  • Add throttling in normal progress mode

Full Changelog: v2.6.7...v2.6.8

Apple Books Compatibility Mode

24 Sep 17:21
77d6600
Compare
Choose a tag to compare

Add Apple Books Compatibility mode, to have a good rendering on that viewer.

This mode will:

  • force autosplitdoublepage
  • force keepdoublepageifsplitted=false
  • start on the left (manga mode) or right (normal mode), like in apple books

It will also work on Kindle device.

Full Changelog: v2.6.6...v2.6.7

Option to keep double page if splitted

23 Sep 07:58
cd73416
Compare
Choose a tag to compare

What's changed

  • Add option to keep or remove double page if splitted

Full Changelog: v2.6.5...v2.6.6

add reMarkable profiles

05 Aug 13:02
5691798
Compare
Choose a tag to compare

What's Changed

  • Add profile for the reMarkable2 ePaper tablet by @Locutus-code in #18
  • Add profile for the reMarkable1
  • Update deps

New Contributors

Full Changelog: v2.6.4...v2.6.5