Skip to content

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 13 Apr 04:47
c941792

0.11.0 (2026-04-13)

Features

  • add BZZ encoder with ZP arithmetic coding (582432f)
  • add NAVM bookmark encoder and ANTa/ANTz annotation encoder (#133) (#136) (9e6bf66)
  • indirect DJVM — create_indirect() and parse_from_dir() (#135) (#137) (d7fbf74)
  • IW44 wavelet encoder — BG44/FG44 chunk encoding (issue #131) (#139) (10adc4f)
  • JB2 bilevel image encoder — Sjbz chunk encoding (issue #132) (#140) (cf280ba)
  • smmr: add G4/MMR bilevel image decoder (issue #134) (#138) (8bd6e41)

Bug Fixes

  • ci: enable cli feature for nextest to build djvu binary (576f12f)
  • ci: exclude djvu-py from nextest, fix audit advisories (788b0d3)
  • ci: exclude fuzz/ from workspace to fix cargo-fuzz builds (330ff0a)
  • jb2_encode: return empty Vec for zero-dimension bitmaps; unreachable dead branch (#142) (#143) (091b657)