Releases: mattieb/windows-esd-to-iso
Releases · mattieb/windows-esd-to-iso
v1.1.0
1.1.0 - 2025-11-19
-
Additional preflight checks were added to warn if trying to run this script on anything besides macOS (it's only designed and tested there) as well as error if "hdiutil" is missing.
-
The
NO_CLEANUPenvironment variable was added to prevent the temporary directory from being removed on error or completion.
v1.0.0
1.0.0 - 2024-10-15
This is the first actual release. Before this point, windows-esd-to-iso was a rolling repository. All changes here are from the original version.
-
Replaced status messages with nicer, easier-to-read messages in color.
-
Added error checking for presence of wimlib tools and ESD image before starting.
-
Added error checking to image count check.
-
Various improvements to code quality.