mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
v2.10.1
This commit is contained in:
parent
1bd5168156
commit
a2c589fca4
2 changed files with 14 additions and 1 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,5 +1,18 @@
|
|||
# Changelog
|
||||
|
||||
## v2.10.1 (2022-06-01)
|
||||
|
||||
* Notifications:
|
||||
* New: Added support for MusicBrainz (mbid://) guids in notification parameters without MusicBrainz lookup enabled. Requires Plex Media Server 1.27.0 or newer with refreshed Plex Music agent metadata.
|
||||
* Mobile App:
|
||||
* Fix: OneSignal validation failing when registering a device.
|
||||
* API:
|
||||
* New: Added grandparent_guids and parent_guids to get_metadata API command.
|
||||
* Change: Updated continent in get_geoip_lookup API command.
|
||||
* Change: Removed server_token from from get_users API command.
|
||||
* Change: shared_libraries changed to a list instead of a string for get_users API command.
|
||||
|
||||
|
||||
## v2.10.0 (2022-05-23)
|
||||
|
||||
* Activity:
|
||||
|
|
|
@ -18,4 +18,4 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
PLEXPY_BRANCH = "master"
|
||||
PLEXPY_RELEASE_VERSION = "v2.10.0"
|
||||
PLEXPY_RELEASE_VERSION = "v2.10.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue