Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@AT0myks AT0myks released this 24 Dec 16:04
v2.0.0
1f44ba0

New firmware info returned

API changes

  • New ReolinkFirmware class (747b29b)
  • Move a few functions under this new class (6841490), with some renamed (e8c1476)
  • extract_paks() renamed to firmwares_from_zip(), now returns a list of tuples
  • Add firmwares_from_file() to create ReolinkFirmware instances from files and URLs
  • Rename get_info() to firmware_info() to avoid confusion with ReolinkFirmware.get_info() (18b7c69)

Other changes

  • Add pak key to info result and merge url key into file (2eefe1f)
  • Add support for Squashfs on top of UBI (c5252b7)
  • Add firmware extraction functions (f5d8560)
  • Implement optional caching of remote files (6c53b3b)
  • Nicer default output for info command (34bce78)
  • Support BCL-compressed U-Boot sections (6442ae4)
  • Extract kernel config when present (7f77cbd)
  • Retrieve and extract FDT when present (ec42aa2)
  • Short aliases for sub-commands (b513491)

Full Changelog: v1.1.0...v2.0.0