Skip to content

v0.1.0

Choose a tag to compare

@ShocOne ShocOne released this 27 Jul 18:06
· 86 commits to main since this release
8238b62

What's Changed

  • build(deps): bump golang.org/x/crypto from 0.31.0 to 0.45.0 by @dependabot[bot] in #9
  • feat: finish up by @ShocOne in #18
  • feat: cli redesign + hsf+ support by @ShocOne in #19
  • feat(disk): UDIF/DMG writer and apfs pack for lossless repack by @ShocOne in #20
  • feat(hfsplus): HFS+ filesystem writer and 'apfs pack ' directory packing by @ShocOne in #21
  • feat: apfs write by @ShocOne in #22
  • docs: rebaseline README and CLI help for the full command set by @ShocOne in #23
  • feat: apfs file write by @ShocOne in #24
  • Bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #1
  • Bump googleapis/release-please-action from 4.2.0 to 4.4.0 by @dependabot[bot] in #2
  • Bump actions/dependency-review-action from 4.5.0 to 4.8.1 by @dependabot[bot] in #3
  • Bump super-linter/super-linter from 7.3.0 to 8.2.1 by @dependabot[bot] in #4
  • Bump step-security/harden-runner from 2.11.0 to 2.13.1 by @dependabot[bot] in #5
  • feat: Relicense pkg/apfswrite to MIT via clean-room reimplementation by @ShocOne in #25
  • feat: apfs snapshots by @ShocOne in #26
  • feat: refactor terms to apple terminology by @ShocOne in #27
  • feat: reproducible (byte-identical) output from every write command by @ShocOne in #28
  • feat: decode volume roles and surface volume groups by @ShocOne in #29
  • fix: implement decmpfs LZFSE and repair inline decmpfs by @ShocOne in #39
  • fix: skip special files in pack instead of hanging on them by @ShocOne in #40
  • feat: report write fidelity, add --strict, and implement extract --xattrs by @ShocOne in #41
  • feat: let the DMG encoder read its source lazily by @ShocOne in #42
  • feat: build images into a scratch file rather than memory by @ShocOne in #43
  • feat: check for free space before building an image by @ShocOne in #44
  • feat: repack a DMG without materialising it by @ShocOne in #45
  • feat: stop the writers assembling images and files in memory by @ShocOne in #46
  • feat: carry extended attributes in the APFS writer by @ShocOne in #47
  • feat: store large extended attributes in data streams by @ShocOne in #48
  • feat: represent hard links in the APFS writer by @ShocOne in #49

New Contributors

Full Changelog: https://github.com/deploymenttheory/go-apfs-v2/commits/v0.1.0