Releases: BITespresso/createinstalliso
Releases · BITespresso/createinstalliso
v1.2.0
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
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
-eqfor numeric comparisons instead of== - Remove unnecessary option
--openfolderfromblesscommand (solves #7) - Remove unnecessary option
-shadowfromhdiutil attachcommand
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
- @startergo made their first contribution in #3
- @madsmtm made their first contribution in #5
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Initial Release