Skip to content

Commit

Permalink
Bumb version, release 0.3.0
Browse files Browse the repository at this point in the history
Added
=====
- Support locking and unlocking recordings (closes #25)
- Exposed camera UUIDs (see GH PR #29)
- Exposed camera host addresses (closes #27)

Changed
=======
- The `width=600` parameter of `UnifiVideoRecording.snapshot()` is now
  `width=0`.  The change matches the behaviour of
  `UnifiVideoCamera.snapshot()` in that unless explicitly given, the
  width is determined by the UniFi Video server. See GH PR #29.
  • Loading branch information
yuppity committed Feb 10, 2021
1 parent 1fc4d52 commit 7e30187
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# CHANGELOG

## x.x.x (2021-0x-xx)
## 0.3.0 (2021-02-10)

### Added
* Support for locking and unlocking recordings
* Exposed camera UUIDs (`UnifiVideoCamera.uuid`)
* Exposed camera host addresses (`UnifiVideoCamera.host`)

### Changed
* The `width=600` parameter of `UnifiVideoRecording.snapshot()` is now `width=0`.
The change matches the behaviour of `UnifiVideoCamera.snapshot()` in that
unless explicitly given, the width is determined by the UniFi Video server.
* Expose camera UUIDs (`UnifiVideoCamera.uuid`)
* Expose camera host addresses (`UnifiVideoCamera.host`)

## 0.2.0 (2020-10-19)

Expand Down
2 changes: 1 addition & 1 deletion unifi_video/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.0'
__version__ = '0.3.0'

0 comments on commit 7e30187

Please sign in to comment.