mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 05:31:15 -07:00
v2.13.2
This commit is contained in:
parent
d63c0cb469
commit
c215afbf84
2 changed files with 15 additions and 1 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,5 +1,19 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v2.13.2 (2023-10-26)
|
||||||
|
* History:
|
||||||
|
* New: Added quarter values icons for history watch status. (#2179, #2156) (Thanks @herby2212)
|
||||||
|
* Graphs:
|
||||||
|
* New: Added concurrent streams per day graph. (#2046) (Thanks @herby2212)
|
||||||
|
* Exporter:
|
||||||
|
* New: Added metadata directory to exporter fields.
|
||||||
|
* Removed: Banner exporter fields for tv shows.
|
||||||
|
* UI:
|
||||||
|
* New: Added last triggered time to notification agents and newsletter agent lists.
|
||||||
|
* Other:
|
||||||
|
* New: Added X-Plex-Language header override to config file.
|
||||||
|
|
||||||
|
|
||||||
## v2.13.1 (2023-08-25)
|
## v2.13.1 (2023-08-25)
|
||||||
* Notes:
|
* Notes:
|
||||||
* Support for Python 3.7 has been dropped. The minimum Python version is now 3.8.
|
* Support for Python 3.7 has been dropped. The minimum Python version is now 3.8.
|
||||||
|
|
|
@ -18,4 +18,4 @@
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
PLEXPY_BRANCH = "master"
|
PLEXPY_BRANCH = "master"
|
||||||
PLEXPY_RELEASE_VERSION = "v2.13.1"
|
PLEXPY_RELEASE_VERSION = "v2.13.2"
|
Loading…
Add table
Add a link
Reference in a new issue