Skip to content

Releases: Xe/erofs

v0.6.0

28 Jun 18:42

Choose a tag to compare

0.6.0 (2026-06-28)

Features

  • pack compressed data into big pclusters (#6) (c162f34), closes #5

v0.5.0

28 Jun 16:36

Choose a tag to compare

0.5.0 (2026-06-28)

Features

  • add Zstandard compression support to the builder (#4) (8f84bb0)

v0.4.0

04 Apr 18:59

Choose a tag to compare

0.4.0 (2026-04-04)

Bug Fixes

  • address review findings for multi-blob support (f077542)

Features

  • add --blob flag to erofs-serve for multi-blob images (7538bf9)
  • add chunk-based inode building with multi-blob device table (3858bd6)
  • add device table parsing for multi-blob support (7332191)
  • add flat device mode for unified address space multi-blob images (268992d)
  • add OpenMultiBlob constructor and device table parsing in Open (7edcc3e)
  • dispatch chunk reads to correct blob device by device ID (d5876e6)
  • display device table in erofs-inspect (bbe7134)

v0.3.0

04 Apr 11:17

Choose a tag to compare

0.3.0 (2026-04-04)

Features

  • add erofs-inspect command (b51db2a)

v0.2.0

04 Apr 11:09

Choose a tag to compare

0.2.0 (2026-04-04)

Features