mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 12:59:42 -07:00
v2.1.34
This commit is contained in:
parent
f65f5d07c0
commit
08714436c3
2 changed files with 18 additions and 1 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -1,5 +1,22 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v2.1.34 (2019-09-03)
|
||||||
|
|
||||||
|
* History:
|
||||||
|
* New: Added Product column to history tables.
|
||||||
|
* Notifications:
|
||||||
|
* Fix: IMDB/TMDb/TVDB/TVmaze ID notification parameters showing blank values after lookup.
|
||||||
|
* UI:
|
||||||
|
* Fix: Libraries and Users tables did not respect the group history setting.
|
||||||
|
* API:
|
||||||
|
* Fix: Title field was not searchable in get_library_media_info command.
|
||||||
|
* New: Added grouping option to get_libraries_table and get_users_table commands.
|
||||||
|
* New: Added product value to get_history command.
|
||||||
|
* Other:
|
||||||
|
* Fix: Could not verify Plex Media Server with unpublished hostnames.
|
||||||
|
* Change: Automatically logout all Tautulli instances when changing the admin password.
|
||||||
|
|
||||||
|
|
||||||
## v2.1.33 (2019-07-27)
|
## v2.1.33 (2019-07-27)
|
||||||
|
|
||||||
* Notifications:
|
* Notifications:
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
PLEXPY_BRANCH = "master"
|
PLEXPY_BRANCH = "master"
|
||||||
PLEXPY_RELEASE_VERSION = "v2.1.33"
|
PLEXPY_RELEASE_VERSION = "v2.1.34"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue