Skip to content

Commit ee2c1b3

Browse files
author
semantic-release
committed
8.0.0
Automatically generated by python-semantic-release
1 parent 9998db0 commit ee2c1b3

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v8.0.0 (2026-01-06)
4+
5+
### Features
6+
7+
8+
- Replace ffmpeg with pyav for talkback streaming ([`9998db0`](https://github.com/uilibs/uiprotect/commit/9998db00b0a0f541befe009aee84ad5e92dfb6b9))
9+
10+
311
## v7.33.4 (2026-01-05)
412

513
### Bug fixes

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
project = "uiprotect"
88
copyright = "2024, UI Protect Maintainers"
99
author = "UI Protect Maintainers"
10-
release = "7.33.4"
10+
release = "8.0.0"
1111

1212
# General configuration
1313
extensions = [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "uiprotect"
3-
version = "7.33.4"
3+
version = "8.0.0"
44
license = "MIT"
55
description = "Python API for Unifi Protect (Unofficial)"
66
authors = [{ name = "UI Protect Maintainers", email = "ui@koston.org" }]

0 commit comments

Comments
 (0)