Skip to content

Releases: ePubLift/epublift

v1.3.0

16 Jun 19:28
7b348c3

Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.3.0

v1.2.2

15 Jun 15:58
c0c1659

Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1

15 Jun 09:32
162288d

Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

10 Jun 20:10
069f88f

Choose a tag to compare

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

10 Jun 14:45
bff3d94

Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.1.0

v1.0.3

10 Jun 14:23
ac780ea

Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

10 Jun 11:45

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

10 Jun 10:49

Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

ePubLift v1.0.0

09 Jun 19:52

Choose a tag to compare

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 generated nav.xhtml)
  • JPEG/PNG → WebP conversion at configurable quality, with all references rewritten
  • Version-stamped output names (<name>_v3.3.epub)
  • Optional --ascii filename transliteration
  • Per-image audit report
  • gen-sample companion 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.