mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
v2.1.21
This commit is contained in:
parent
f1b3a6f7b6
commit
c8575bbc0f
3 changed files with 18 additions and 2 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -1,5 +1,22 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v2.1.21 (2018-09-21)
|
||||||
|
|
||||||
|
* Notifications:
|
||||||
|
* Fix: Content Rating notification condition always evaluating to True. (Thanks @Arcanemagus)
|
||||||
|
* Fix: Script arguments not showing substituted values in the notification logs.
|
||||||
|
* UI:
|
||||||
|
* New: Unsupported browser warning when using IE or Edge.
|
||||||
|
* Fix: Misaligned refresh image icon in album search results. (Thanks @Sheigutn)
|
||||||
|
* Fix: Music history showing as pre-Tautulli in stream info modal.
|
||||||
|
* Other:
|
||||||
|
* Fix: Typo in Systemd init script group value. (Thanks @ldumont)
|
||||||
|
* Fix: Execute permissions in Fedora/CentOS and Systemd init scripts. (Thanks @wilmardo)
|
||||||
|
* Fix: Systemd init script instructions per Linux distro. (Thanks @samwiseg00)
|
||||||
|
* Change: Fallback to Tautulli data directory if logs/backup/cache/newsletter directories are not writable.
|
||||||
|
* Change: Check for alternative reverse proxy headers if X-Forwarded-Host is missing.
|
||||||
|
|
||||||
|
|
||||||
## v2.1.20 (2018-09-05)
|
## v2.1.20 (2018-09-05)
|
||||||
* No changes.
|
* No changes.
|
||||||
|
|
||||||
|
|
|
@ -137,7 +137,6 @@ class PlexTokenFilter(logging.Filter):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
def filter(self, record):
|
def filter(self, record):
|
||||||
try:
|
try:
|
||||||
tokens = re.findall(r'X-Plex-Token(?:=|%3D)([a-zA-Z0-9]+)', record.msg)
|
tokens = re.findall(r'X-Plex-Token(?:=|%3D)([a-zA-Z0-9]+)', record.msg)
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
PLEXPY_BRANCH = "master"
|
PLEXPY_BRANCH = "master"
|
||||||
PLEXPY_RELEASE_VERSION = "v2.1.20"
|
PLEXPY_RELEASE_VERSION = "v2.1.21"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue