-
Notifications
You must be signed in to change notification settings - Fork 115
Release Notes
Per Olofsson edited this page Aug 22, 2019
·
61 revisions
- Added 10.15 support.
- Removed 10.12 support.
- 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+.
- 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
.
- 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.
- 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.
- Pulled due to a crash on startup for new users, use 1.7.3 instead.
- 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 withoutsudo
. - Better error handling when ejecting the temporary build image.
- 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.
- 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).
- 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.
- 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 build script.
- Include custom volume name when saving a template from the GUI.
- Fixed resolving of certain aliases on 10.10.
- Fixed error message when log file couldn't be opened.
- Fixed building when a mobile account is roaming.
- Fixed Setup Assistant country/language selection on 10.10.
- Fixed crash on startup when ~/Library/Logs has wrong permissions.
- Added 10.10 support.
- Removed 10.7 support.
- Fixed crash when user has unicode characters in primary group name.
- Better error handling when downloads fail or additional packages are moved.
- Verify passwords in CLI to avoid failed builds.
- Fix download button when checking for AutoDMG updates.
- Updated URL for update profiles.
- Log is automatically written to ~/Library/Logs/AutoDMG.
- Added support for
variables
in templates (CLI only). - Fixed a crash when trying to mount certain dmgs.
- Support for using previously generated images as sources.
- Added Advanced Options window for setting the volume's name and size.
- Drag & drop apps can be added to additional software, and will be copied to /Applications.
- Apps and packages can be wrapped in a dmg.
- You can now load and save of templates from the GUI.
- The template used to build the image is saved to /var/log inside the image for future reference.
- Improved error handling should allow saving of the log if the app crashes.
- Fixed builds failing on 10.8.5 with updates applied.
- 10.7 support.
- Fixed a crash if building in CLI without UpdateProfiles.plist in Application Support.
- Fixed handling of relative paths in the CLI.
- Fixed build failing if the output path pointed to a nonexistent directory.
- Fixed building with packages stored on network volumes.
- Fixed inaccurate error message when a broken package was added.
- Command-line interface
- Templates.
- Image size is calculated from packages in workflow, no 32 GB limit.
- Allow renamed InstallESD images (but they still have to match
InstallESD*.dmg
). - Fix message regarding deprecated installers on 10.8.
- Fix a crash if the user's primary GID doesn't have a corresponding group.
- Fix deletion of multiple additional packages.
- Bypass hardware check when building with machine specific InstallESDs.
- Bypass installation check for packages that are configured to only install on root volumes.
- Support aliases to installers and packages being dropped.
- Fixed download button behavior (thanks to Scott Blake and Noel B A).
- Fixed reordering of additional packages.
- Added support for InstallESD.dmg as source from Timothy Sutton.
- Better logging during package installs.
- Fixed packages failing if they were in a folder with non-ascii characters in the name (thanks to Darkomen78).
- Polished UI.
- Better logging.
- Fixed list of updates being refreshed after profiles updated.
- Added warnings for deprecated installers.
- Confirm to quit when building.
- Added preferences for automatic updates.
- Major rewrite of workflow logic.
- Added log window.
- Fixed update caching.
- Fixed cleanup of leftover sockets in /tmp.
- Made main window resizable.
- Added software updates.
- New GUI and support for additional package installations.
- Prototypes.