Releases: brk4lp/Tiny11-GUI
Releases · brk4lp/Tiny11-GUI
Release list
Tiny11 GUI v1.2.1
Full Changelog: v1.2.0...v1.2.1
Tiny11 GUI v1.2.0
Full Changelog: v1.1.1...v1.2.0
v1.1.1
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
v1.1.0
Size Reduction (Deep Cleanup)
New options that actually shrink the output ISO instead of leaving it roughly the same size as the source (#3):
- DISM component store cleanup (
/Cleanup-Image /StartComponentCleanup /ResetBase) - Recovery compression of the final
install.wim - Optional feature/capability stripping: Hyper-V, Windows Recall, Speech/OCR/Handwriting
- Driver store cleanup: printer/scanner/modem/Xbox driver packages
- Widgets and Copilot removal (via Appx package removal)
All wired into the existing presets under a new "Size Reduction (Deep Cleanup)" section. Tested end-to-end: 7.78 GB → 5.46 GB (~30% smaller) on a Windows 11 25H2 ISO.
Fixes
- ISO mount drive-letter detection no longer depends on the Storage Management WMI provider (
Get-Volume/Get-Disk/Get-Partition), which can be missing on debloated Windows installs — now uses a plainDriveInfo-based detection instead - DISM operations now use the newest available
dism.exe(preferring the one bundled with Windows ADK if newer than the host's), fixing silent failures when servicing a newer Windows image than the host's own DISM supports - Build output (
bin/,obj/) is no longer tracked in git, preventing a stale prebuilt binary from shadowing a fresh build - App now shows its real assembly version in the status bar instead of a hardcoded "v1.0"
- README no longer claims an MIT license that was never actually present as a LICENSE file
Full Changelog: v1.0.1...v1.1.0
Tiny11-GUI
v1.0.1 Update UI: Fixed window size (680x920), non-collapsible Advanced Opti…