What's Changed
This beta addresses high system resource consumption reported when downloading large files on Windows 11 (#255), caused by excessive disk I/O from file pre-allocation and log noise from third-party network libraries.
🛠 Improvements
- Eliminate file pre-allocation overhead — Changed the default
file-allocationstrategy fromtrunctononeacross all platforms, removing the synchronousftruncate()I/O burst that caused system-wide lag on Windows NTFS during large file downloads - Suppress network library log noise — Added log-level filters for
hyper_utilandreqwestcrates (raised toWarn), eliminating 98% of diagnostic log volume that was causing unnecessary disk I/O when debug logging was enabled
📦 Downloads
| Platform | Architecture | File |
|---|---|---|
| macOS | Apple Silicon · Intel | .dmg
|
| Windows | x64 · ARM64 | -setup.exe
|
| Linux | x64 · ARM64 | .AppImage .deb .rpm
|