This commit is contained in:
JonnyWong16 2022-06-01 10:18:41 -07:00
parent 1bd5168156
commit a2c589fca4
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 14 additions and 1 deletions

View file

@ -1,5 +1,18 @@
# Changelog # 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) ## v2.10.0 (2022-05-23)
* Activity: * Activity:

View file

@ -18,4 +18,4 @@
from __future__ import unicode_literals from __future__ import unicode_literals
PLEXPY_BRANCH = "master" PLEXPY_BRANCH = "master"
PLEXPY_RELEASE_VERSION = "v2.10.0" PLEXPY_RELEASE_VERSION = "v2.10.1"