Releases: ePubLift/epublift
Releases · ePubLift/epublift
v1.3.0
What's Changed
- ci: bump upload/download-artifact v4 -> v5 by @bariskayadelen in #12
- fix(web): repoint broken "How it works" nav link by @bariskayadelen in #13
- ci: build the Docker image on native runners (drop QEMU) by @bariskayadelen in #14
- docs: make v1.3 Kobo (.kepub) support; gate the GUI on demand by @bariskayadelen in #15
- Release v1.3.0: Kobo .kepub output + --keep-images by @bariskayadelen in #16
Full Changelog: v1.2.2...v1.3.0
v1.2.2
What's Changed
- docs: document the web service and Docker image in README by @bariskayadelen in #7
- Never grow images during conversion (keep-smaller + quality-aware + grayscale) by @bariskayadelen in #8
- ci: bump actions/checkout v4 -> v5 by @bariskayadelen in #9
- chore: refresh dependencies; tower-http 0.6 -> 0.7 by @bariskayadelen in #10
- Release v1.2.2: size-safe image conversion + dependency refresh by @bariskayadelen in #11
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- Add Content-Security-Policy to epublift-web by @bariskayadelen in #5
- Release v1.2.1: egress-blocking opt-in + CSP by @bariskayadelen in #6
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Hosted web service (epublift-web) + input hardening — v1.2.0 by @bariskayadelen in #4
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Integration test corpus + v1.1.0 by @bariskayadelen in #3
Full Changelog: v1.0.3...v1.1.0
v1.0.3
What's Changed
- Extract core into a library (v1.0.3) by @bariskayadelen in #2
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- Add CI pipeline (fmt + clippy + test on PRs) by @bariskayadelen in #1
New Contributors
- @bariskayadelen made their first contribution in #1
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Full Changelog: v1.0.0...v1.0.1
ePubLift v1.0.0
First stable release.
ePubLift modernizes EPUB files — upgrading legacy EPUB 2.0 to EPUB 3.3 while staying backward-compatible with older readers — and re-encodes raster images to WebP to shrink file size. Fully pure-Rust: no C compiler or system libraries required.
Highlights
- EPUB 2.0 → EPUB 3.3 modernization with a backward-compatible hybrid (keeps
toc.ncx+ OPF guide alongside generatednav.xhtml) - JPEG/PNG → WebP conversion at configurable quality, with all references rewritten
- Version-stamped output names (
<name>_v3.3.epub) - Optional
--asciifilename transliteration - Per-image audit report
gen-samplecompanion binary for safe end-to-end testing
See CHANGELOG.md for full details. Roadmap (cross-platform binaries, GUI, EPUB 3.4 / AVIF & JXL) in ROADMAP.md.
Asset: epublift-v1.0.0-macos-arm64.tar.gz (macOS Apple Silicon). Build from source for other platforms — see the README.