Skip to content

Tags: Broly1/WindUSB-GUI

Tags

v0.12

Toggle v0.12's commit message
Add AppImageUpdate support

v0.11

Toggle v0.11's commit message
Update Rust GUI to always use local binary execution via bin-local/

bump windusb-gui to version 1.0.1

v0.10

Toggle v0.10's commit message
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.

0.08

Toggle 0.08's commit message
Optimize build script logic and improve flasher progress accuracy

v0.09

Toggle v0.09's commit message
Fix: detect drive disconnection and handle process errors during flas…

…hing

v0.08

Toggle v0.08's commit message
Optimize build script logic and improve flasher progress accuracy

v0.07

Toggle v0.07's commit message
Refactor: major overhaul of build script for maximum portability

v0.06

Toggle v0.06's commit message
Improve extraction reliability and progress accuracy

- Switch extraction method from rsync to 7z for better performance
- Implement real-time write speed tracking (MB/s)
- Use /proc/meminfo to account for system dirty bytes for accurate progress
- Improve process management by using PGID for cleaner shutdowns
- Enhance UI with custom CSS, better spacing, and dynamic syncing labels

v0.05

Toggle v0.05's commit message
Improve extraction reliability and progress accuracy

- Switch extraction method from rsync to 7z for better performance
- Implement real-time write speed tracking (MB/s)
- Use /proc/meminfo to account for system dirty bytes for accurate progress
- Improve process management by using PGID for cleaner shutdowns
- Enhance UI with custom CSS, better spacing, and dynamic syncing labels

v0.04

Toggle v0.04's commit message
 Implement real-time progress monitoring via byte-calculation thread

- Integrate 7zzs (static 7z) for robust ISO validation in AppImage environments
- Fix dconf and D-Bus portal warnings by forcing memory backend and local VFS
- Centralize process cleanup to handle SIGINT and window closure gracefully
- Optimize UI with native Adwaita decorations and percentage feedback"