Skip to content

Releases: erofs/go-erofs

v0.3.0

19 Apr 05:50

Choose a tag to compare

What's Changed

  • Refactor FileInfo to use type-assertable accessor interfaces by @dmcgowan in #25
  • Add image builder by @dmcgowan in #21
  • Fix read bug and add fuzz tests by @dmcgowan in #26
  • Fix mkfs.erofs uid/gid truncation on Windows by @chelnak in #28

New Contributors

Full Changelog: v0.2.1...v0.3.0

v0.2.1

09 Apr 20:12

Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

02 Apr 05:40

Choose a tag to compare

What's Changed

  • feat: complete device table support & block addressing mapping by @Gitjay11 in #18
  • Refactor and add more test cases by @dmcgowan in #19
  • Rename EroFS to Open and Opt to OpenOpt by @dmcgowan in #20

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

14 Mar 00:16

Choose a tag to compare

The first release for go-erofs includes support for reading an erofs file as an fs.FS. There is no support for reading compressed erofs files in this version.

What's Changed

New Contributors

Full Changelog: https://github.com/erofs/go-erofs/commits/v0.1.0