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
Added support for NSProgress and NSProgressReporting in all extraction and iteration methods (Issue #34)
Added enhanced support for multivolume archives (PRs #59, #38 - Thanks to @aonez for the idea and implementation!)
Added methods for checking data integrity of archived files (Issue #26, PR #61 - Thanks to @amosavian for the suggestion!)
Added new method -iterateFileInfo:error: that takes a block, allowing for lazy iteration of file info, without building up an in-memory array (Issue #73 - Thanks to @yanex for the suggestion!)
Added detailed logging using new unified logging framework. See the readme for more details (Issue #35)
Added localized details to returned NSError objects (Issue #45)
Fixed bug when listing file info for multivolume archive that resulted in duplicate items (Issue #67 - Thanks to @skito for catching this)
Moved unrar sources into a static library, and addressed a wide variety of warnings exposed by the -Weverything flag (Issue #56)