Releases: ep1cman/unifi-protect-backup
Releases · ep1cman/unifi-protect-backup
v0.14.2
v0.14.1
- Bump uiprotect version
v0.14.0
- Add support for Finger Print, NFC Card Scan, and Audio Detections
v0.13.1
Fixed
- Bumped uiprotect version to support unifi protect 6
v0.13.0
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
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
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
Fixed
- Set pyunifiprotect to a minimum version of 5.0.0
v0.10.6
Fixed
- Bumped
pyunifiprotectversion to fix with versions of Unifi Protect after 3.0.10
v0.10.5
Fixed
- Bumped
pyunifiprotectversion to fix issue with old version of yarl