Skip to content

Releases: Broly1/WindUSB-GUI

WindUSB-GUI

14 Feb 20:30

Choose a tag to compare

Update Rust GUI to always use local binary execution via bin-local/

bump windusb-gui to version 1.0.1

WindUSB-GUI

21 Jan 19:39

Choose a tag to compare

Refactor: implement multi-phase progress tracking for flashing

- Introduce a phase-based monitoring system to distinguish between
  boot file extraction and WIM splitting.
- Improve progress accuracy by calculating WIM split delta against
  a baseline disk usage.
- Add proactive device existence checks within the monitoring thread
  to handle accidental unplugging gracefully.
- Refine final sync progress calculation and status messaging.
- Clean up unused imports and simplify command status handling.

WindUSB-GUI

20 Jan 16:45

Choose a tag to compare

v0.09

Fix: detect drive disconnection and handle process errors during flas…

WindUSB-GUI

20 Jan 07:07

Choose a tag to compare

v0.08

Optimize build script logic and improve flasher progress accuracy

WindUSB-GUI

20 Jan 02:49

Choose a tag to compare

v0.07

Refactor: major overhaul of build script for maximum portability