Skip to content

Releases: abbeycode/UnrarKit

v2.8.1

23 Jun 14:41
Compare
Choose a tag to compare

Updated to UnRAR library v 5.5.5 (Issue #43 - Thanks to @Jegge for the suggestion!)

v2.8

27 Dec 16:33
Compare
Choose a tag to compare
  • Add fields for total compressed and uncompressed sizes of archive (Issue #32 - Thanks to @gerchicov-bp for the suggestion!)
  • Upgraded to UnRAR library v5.4.5 (PR #36 - Thanks to @aonez for the suggestion!)
  • Began importing Foundation instead of UIKit or Cocoa in UnrarKit.h (PR #37 - Thanks to @amosavian for the suggestion!)

v2.8-beta

31 Mar 01:56
Compare
Choose a tag to compare
v2.8-beta Pre-release
Pre-release

Add fields for total compressed and uncompressed sizes of archive (Issue #32 - Thanks to @gerchicov-bp for the suggestion!)

v2.7.1

25 Mar 03:51
Compare
Choose a tag to compare
  • Pushing tagged builds to CocoaPods from Travis
  • Adding release notes to GitHub

v2.7

17 Mar 18:46
Compare
Choose a tag to compare

Updated to the latest version of the UnRAR library (v5.3.11)

v2.6

06 Nov 15:15
Compare
Choose a tag to compare
  • Added full support for Carthage (Issue #22)
  • Added annotations for nullability, improving compatibility with Xcode 7 and Swift