v1.1.1
UI Synchronization Patch
The v1.1.1 release is a targeted patch to resolve visual race conditions in the progress reporting system.
Important
Visual Integrity
This update ensures that the progress bar always reaches 100% and flushes its final state before being cleared, preventing misleading "partial" progress displays during high-speed parallel operations.
Key Enhancements
- Progress Bar Finalization: Implemented explicit UI synchronization to ensure that all background worker threads have reported their completion before the progress bar is removed.
- High-Speed Stability: Hardened the UI reporting engine to maintain accuracy even during ultra-fast operations on small files where terminal refresh rates might otherwise miss the final increments.