Skip to content

Releases: citruz/dmgwiz

v1.0.0

14 Nov 06:10
Compare
Choose a tag to compare

Refactored CLI so that the argument order or more intuitive: First global options (verbose, quiet), then subcommand, then options.

v0.2.4

31 Jul 21:56
Compare
Choose a tag to compare
  • Fixed parsing of XML with plist 1.5

v0.2.3

10 Nov 20:46
Compare
Choose a tag to compare
  • Fixed handling of DMGs with a non-null value in blkx_table.data_offset

v0.2.2

16 Sep 21:37
35f973f
Compare
Choose a tag to compare
  • Reverted to buffer-based decoding for LZFSE (thanks @ra-kete)

v0.2.1

14 Sep 20:32
fc3515f
Compare
Choose a tag to compare
  • Removed temporary buffers for decompression (thanks @ra-kete)

v0.2.0

26 Aug 21:29
73d6d98
Compare
Choose a tag to compare
  • Added support for comment chunks
  • Added CFName as fallback in case the Name attribute is not set
  • Separated crypto support in a feature (enabled by default)

Thanks to ra-kete for their contributions.

v0.1.0

26 Jul 21:05
Compare
Choose a tag to compare

First release of DmgWiz!