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
When cloning LZMA compressor objects, the LZMA filter options of the cloned instance would still point to an options object in the original instance. This could lead to LZMA errors when initializing a new compressor. Fixes github #224.
Fetch range-v3 if no suitable version is found. Fixes github #221.
Filter rules did not work correctly when input is root dir
duf reports odd sizes due to using bsize instead of frsize