Skip to content

v0.6.0

Compare
Choose a tag to compare
@jsharkey13 jsharkey13 released this 10 Feb 12:33
· 20 commits to master since this release

Changelog:

New features:

  • The bulk extract_files(...) method now supports an incremental mode, where files that already exist in the output folder that have not been modified since the file was last modified on iOS will be skipped. This may speed up extracting large numbers of files, but may not function as intended if files in the output directory are subsequently modifed.
  • Use the standard library plistlib rather than the external and outdated biplist. Since Python 3.8, plistlib contains everything this library needs.

Breaking changes

  • If files fail to decrypt or is not encrypted, exceptions are now thrown instead of None being returned.

v0.5.0...v0.6.0