Releases: create-dmg/create-dmg
Releases · create-dmg/create-dmg
create-dmg v1.2.2
create-dmg v1.2.1
create-dmg v1.2.0
- Support for creating APFS format disk images, @zorgiepoo #145
bless --openfolder
no longer supported on Silicon, @Benitoite #136- Force
du
to count in 512 byte block size, @lukaso #138, @aonez 867fd66 - Use "set -o pipefail" to make failed commands in pipelines stop the script, @pzhlkj6612 #140
- Make sample script more configurable, @chunyang-wen #150
- Enhanced multiple parallel calls, @mbarbero #152
- Encryption support, @mly-intuitive #153
create-dmg v1.1.0
- Added ULFO and ULMO disk image compression support, @MrAlex94 #128
Note ULFO needs OS X 10.11 or later and ULMO needs macOS 10.15 or later - New option to codesign the disk image with the specified signature, @aonez #126
- New option to notarize the disk image with the specified credentials, @aonez #131 (comment) 7bf3e98
create-dmg v1.0.10
- The
bless
step is now optional, not compatible in macOS 12.3 with Silicon, @aonez #127 - Call
grep -E
instead of the deprecatedegrep
, @gliptak #123 - Some typos fixed, @rex4539 #125
🍺 The brew
update is stuck: Homebrew/homebrew-core#97089 ready! 🍻
Needs to skip Linux installation, any help is welcome.
create-dmg v1.0.9
- New EULA method that supports macOS 11 Big Sur, @aonez #109
- Make sure target image size is within limits, @smammy #104
- Fail on incorrect output extension, @nsw42 #110
- Print the path of background image, @pzhlkj6612 #117
- Cleanup .fseventsd before unmounting, @amethystdeceiver #116
- Retry the unmounting operation 3 times, @pzhlkj6612 #118
1.0.8
create-dmg v1.0.0.7
create-dmg 1.0.0.6
- Check if hdiutil supports internet-enable (no more supported in macOS 10.15 Catalina), #76