v2.9-beta8
Pre-release
Pre-release
Updates in this beta:
Fixed release notes addition, so these notes are taken from beta-notes.md
Changes for main release:
- Added support for
NSProgress
andNSProgressReporting
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 detailed logging using new unified logging framework. See the readme for more details (Issue #35)
- Added localized details to returned
NSError
objects (Issue #45) - Moved
unrar
sources into a static library, and addressed a wide variety of warnings exposed by the-Weverything
flag (Issue #56) - Switched to Travis Build Stages instead of the unofficial Travis-After-All (Issue #42)
- Fixed warnings from Xcode 9 (Issue #51)
- Removed iOS-specific targets, after allowing macOS framework and unit test bundles to be cross-platform (Issue #55)