mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 13:11:15 -07:00
v2.13.0
This commit is contained in:
parent
47b2f55c97
commit
289a8a2334
2 changed files with 13 additions and 1 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,5 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
## v2.13.0 (2023-08-25)
|
||||
|
||||
* Notes:
|
||||
* Support for Python 3.7 has been dropped. The minimum Python version is now 3.8.
|
||||
* Notifications:
|
||||
* Fix: Improved watched notification trigger description. (#2104)
|
||||
* New: Added notification image option for iOS Tautulli Remote app.
|
||||
* Exporter:
|
||||
* New: Added track chapter export fields.
|
||||
* New: Added on-demand subtitle export fields.
|
||||
|
||||
|
||||
## v2.12.5 (2023-07-13)
|
||||
|
||||
* Activity:
|
||||
|
|
|
@ -18,4 +18,4 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
PLEXPY_BRANCH = "master"
|
||||
PLEXPY_RELEASE_VERSION = "v2.12.5"
|
||||
PLEXPY_RELEASE_VERSION = "v2.13.0"
|
Loading…
Add table
Add a link
Reference in a new issue