mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
v2.11.1
This commit is contained in:
parent
d9343730da
commit
3c996f01a9
2 changed files with 13 additions and 1 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,5 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
## v2.11.1 (2022-12-22)
|
||||
|
||||
* Activity:
|
||||
* Fix: Use source language instead of stream language on activity cards.
|
||||
* Notifications:
|
||||
* Fix: Blank start time notification parameters causing recently added notifications to fail. (#1940)
|
||||
* Other:
|
||||
* Fix: Tautulli failing to start when using python 3.7.
|
||||
* Fix: Snap install failing to start. (#1941)
|
||||
* Fix: Update check crashing when git is missing. (#1943) (Thanks @Minituff)
|
||||
|
||||
|
||||
## v2.11.0 (2022-12-22)
|
||||
|
||||
* Activity:
|
||||
|
|
|
@ -18,4 +18,4 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
PLEXPY_BRANCH = "master"
|
||||
PLEXPY_RELEASE_VERSION = "v2.11.0"
|
||||
PLEXPY_RELEASE_VERSION = "v2.11.1"
|
Loading…
Add table
Add a link
Reference in a new issue