Skip to content

v1.1.1

Choose a tag to compare

@brk4lp brk4lp released this 04 Jul 22:16
· 5 commits to main since this release
540f598

Log Panel & UI

  • The build log now docks in a full-height panel on the right instead of a fixed-height box at the bottom, and wraps long lines instead of requiring horizontal scrolling. The window is wider to fit.
  • The "Start Building" button now morphs into "Cancel" in place instead of showing a second button next to it.

Custom autounattend.xml

  • Added an optional file picker (Browse/Clear) under Advanced Options to supply your own autounattend.xml. When set, it's copied to the root of the final ISO so Windows Setup picks it up automatically, instead of relying solely on the built-in registry-based OOBE bypass tweaks (#2).

Fixes

  • Removed leftover emoji from log/status messages, and fixed several log lines that were hardcoded in Turkish regardless of the selected UI language (system cleanup, Windows edition parsing, ISO unmount, preset messages) by routing them through the existing localization system.
  • Cancel's cleanup was targeting stale, non-timestamped work/mount/iso folder names while the build script always used timestamped ones, so cancelling a build never actually unmounted the real WIM or removed the real working directories. The timestamp is now generated once and shared between the app and the script (including the WIM-mount retry path), so cleanup targets what was actually created.
  • The pre-build cleanup was deleting a hardcoded developer workspace path instead of the user's configured working directory. It now scans the real working directory for stale folders left over from an interrupted previous run.

Full Changelog: v1.1.0...v1.1.1