Skip to content

Releases: BITespresso/createinstalliso

v1.2.0

30 Nov 10:21

Choose a tag to compare

New Features

  • Add support for macOS Tahoe

Bug Fixes

  • Fix minor typos

Improvements

  • Use absolute path when calling external commands (solves #15)
  • Always check exit status of commands to improve stability
  • Protect commands against option-like arguments
  • Improved check for sufficient disk space
  • Silently return if script is sourced
  • Use Google Shell Style Guide

Full Changelog: v1.1.0...v1.2.0

v1.1.0

04 Nov 09:22

Choose a tag to compare

New Features

  • Add support for macOS Monterey, Ventura, Sonoma and Sequoia (solves #1, #6, #9).
  • Allow using Apple silicon Macs to create ISO images also for x86_64-only macOS versions (solves #2)
  • Automatically apply a patch for the defective macOS Sierra 12.6.06 installer application (solves #4)

Bug Fixes

  • Fix incorrect regular expressions for to determine macOS version names
  • Use -eq for numeric comparisons instead of ==
  • Remove unnecessary option --openfolder from bless command (solves #7)
  • Remove unnecessary option -shadow from hdiutil attach command

Improvements

  • Update README.md by @startergo in #3
  • Make script executable in git by @madsmtm in #5
  • Improve calculations for required free disk space
  • Increase image size of SPARSE images
  • Update README.md for better readability
  • Minor cleanups and improvements in source code

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

28 Mar 19:36

Choose a tag to compare

Initial Release