AutoDMG Versions Save

Create deployable system images from OS X installer

v1.10b587

4 years ago
  • Added 10.15 support.
  • Removed 10.12 support.

v1.9

5 years ago
  • Added 10.14 support.
    ⚠️ To successfully build on Mojave the installer must be on an external volume, see issue #222.
  • Removed 10.10 and 10.11 support.
  • Removed HFS+ support for 10.14+.

v1.8.1

6 years ago
  • Show a helpful error message when an incomplete installer is used.
  • Better error messages when image building fails.
  • Fail but don't crash if a profile is bad.
  • Add App Transport Security exception for cdn-apple.com.

v1.8

6 years ago
  • Added 10.13 and APFS support.
  • Added APFS/HFS+ selection to the Advanced Options window.
  • Added -F/--filesystem option to CLI.
  • Added Filesystem option to templates.
  • Removed 10.9 support.
  • Fixed crash when CLI build can't eject image.
  • Fixed crash when unchecking updates without a source.
  • Fixed Unicode handling of paths for additional packages.
  • Slightly improved app launch time.

v1.7.3

7 years ago
  • Display warning if Apple has stopped updating the target OS.
  • Only update the profile if the running OS is supported.
  • Handle already mounted InstallESD.dmg if installer app was moved afterwards.
  • Abort the build if disk image creation fails.
  • Print warning in log when build number changes during install.

v1.7.1

7 years ago
  • Now displays the current OS name and placeholder icon.
  • New menu item to select an installer, ⌘I. ⌘⌥I will pick the first installer it finds in /Applications.
  • Log window wraps long lines and shows colorful warnings.
  • Preserve TMPDIR when running CLI builds without sudo.
  • Better error handling when ejecting the temporary build image.

v1.7

7 years ago
  • Rewrote launch code for the privileged task that runs the OS installer.
  • Fixed beachballing during finalize task.
  • Fixed language detection for Setup Assistant on 10.12.

v1.6

7 years ago
  • Added 10.12 support.
  • Removed 10.8 support.
  • AutoDMG will not try to remount already mounted images, fixing 10.12 installer.
  • Added advanced option to skip asr imagescan (thanks @timsutton).
  • AutoDMG will not relaunch on login (thanks @nmcspadden).
  • Fixed volume size setting not being saved to templates (thanks @timsutton).
  • Fixed handling of relative package paths on the command line (thanks @timsutton).
  • Fixed usage of base image as source on the command line (thanks @timsutton).

v1.5.5

8 years ago
  • Respect TMPDIR when building images on 10.9+.
  • Avoid occasional error messages on program exit.
  • Fixed handling of packages where size can't be calculated.

v1.5.4

8 years ago
  • Added ⌘B keyboard shortcut to build (thanks @zuhl).
  • Added -s/--size option to CLI (thanks @timsutton).
  • Fixed error handling of bad Additional Packages paths.
  • Display confirmation dialog when updating profiles.
  • Disable profile update checking while images build.
  • Fixed handling of large error messages from the build script.