Skip to content

Releases: ep1cman/unifi-protect-backup

v0.14.2

09 Mar 21:11

Choose a tag to compare

  • Bump uiprotect version
  • Bum aiohttp version

v0.14.1

26 Dec 18:05

Choose a tag to compare

  • Bump uiprotect version

v0.14.0

18 Jul 21:48

Choose a tag to compare

  • Add support for Finger Print, NFC Card Scan, and Audio Detections

v0.13.1

26 Jun 01:26

Choose a tag to compare

Fixed

  • Bumped uiprotect version to support unifi protect 6

v0.13.0

09 Apr 12:05

Choose a tag to compare

Added

  • Parallel uploaders are now supported
  • All smart detection types are now supported
  • Migrated the project from poetry to uv

Fixed

  • Corrected the envar for setting cameras to backup for ONLY_CAMERAS -> CAMERAS
  • Bumped to the latest uiprotect library to fix issue when unifi access devices are present

v0.12.0

18 Jan 18:26

Choose a tag to compare

Added

  • Tool now targets UIProtect instead of pyunifiprotect which should help any lingering auth issues with Unifi OS 4.X
  • Python Version bumped to 3.10 (based on UIProtect need)
  • The ability to specify only specific cameras to backup
  • Re-enabled the experimental downloader after adding a monkey patch for UIProtect to include the unmerged code
  • Switched linter to ruff
  • Added support for SMART_DETECT_LINE events

Fixed

  • Unifi now returns unfinished events, this is now handled correctly
  • Login attempts now use an exponentially increasing delay to try work around aggressive rate limiting on logins

v0.11.0

08 Jun 00:36

Choose a tag to compare

Added

  • A new experimental downloader that uses the same mechanism the web ui does. Enable with
    --experimental-downloader

Fixed

  • Support for UniFi OS 4.x.x

v0.10.7

23 Mar 00:25

Choose a tag to compare

Fixed

  • Set pyunifiprotect to a minimum version of 5.0.0

v0.10.6

22 Mar 22:54

Choose a tag to compare

Fixed

  • Bumped pyunifiprotect version to fix with versions of Unifi Protect after 3.0.10

v0.10.5

24 Feb 16:23

Choose a tag to compare

Fixed

  • Bumped pyunifiprotect version to fix issue with old version of yarl