You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
In-app viewer for folders containing WOF-compressed files, with path filtering and pagination for large scans.
Changed
Auto threading now uses up to eight analysis workers and up to 16 compression workers on SSDs while retaining the single-thread HDD safeguard.
Compression reuses the analysis compressibility estimate when file size and modification time are unchanged, avoiding duplicate sampling; changed files are re-estimated before compression.
Maintenance
Windows CI validates the embedded JavaScript syntax before building.