Releases: celogeek/go-comic-converter
Releases · celogeek/go-comic-converter
v3.0.0
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
Tiff support
Add support for tiff.
Full Changelog: v2.7.0...v2.7.1
v2.7.0
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
Full Changelog: v2.6.8.1...v2.6.9
Fix elapse
Full Changelog: v2.6.8...v2.6.8.1
JSON Output
Apple Books Compatibility Mode
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
add reMarkable profiles
What's Changed
- Add profile for the reMarkable2 ePaper tablet by @Locutus-code in #18
- Add profile for the reMarkable1
- Update deps
New Contributors
- @Locutus-code made their first contribution in #18
Full Changelog: v2.6.4...v2.6.5