Version 1.2.0 du 09/08/2026- Added : Lossless compression for WebP, AVIF, and JXL output (--lossless).
- Added : Encoder effort/speed control for WebP, AVIF, and JXL (--effort).
- Added : --combine to merge multiple inputs into a single archive.
- Added : Settings profiles in the GUI, also reusable from the CLI via --profile.
- Added : --zip-level to set the CBZ deflate compression level.
- Added : --dpi to control the document rendering resolution.
- Added : --no-upscale to skip enlarging images already smaller than the requested size.
- Added : Multi-language GUI.
- Added : GUI file list as a sortable table.
- Added : GUI page-by-page preview (page spin) and a cover preview in the open file dialog.
- Added : GUI "Command" button showing the equivalent command line.
- Changed : Replaced the archive backend (go-unarr) with the pure-Go mholt/archives, adding RAR5 and removing the unarr cgo dependency.
- Changed : Removed the godbus portal dependency; the GUI file dialog now routes through the XDG portal via IUP.
- Changed : Reworked the GUI: reorganized the Input tab with more tooltips, gradient preview background, and Convert turns into Cancel while a job runs.
- Fixed : Comic chapters in numbered subfolders no longer overwrite each other.
- Fixed : CLI flags can now be passed in any order, including after the file and directory arguments, and a missing output directory is created automatically.