This commit is contained in:
JonnyWong16 2019-10-11 20:26:54 -07:00
parent 1b09f225ff
commit 6e3147c5f5
2 changed files with 11 additions and 2 deletions

View file

@ -1,5 +1,14 @@
# Changelog # Changelog
## v2.1.37 (2019-10-11)
* Notifications:
* Fix: Last.fm URLs linking to artist page instead of the album page.
* New: Added option for MusicBrainz lookup for music notifications. Option must be enabled under 3rd Part APIs in the settings.
* New: Added MusicBrainz ID and MusicBrainz URL notification parameters.
* Change: Automatically truncate Discord description summary to 2048 characters.
## v2.1.36-beta (2019-10-05) ## v2.1.36-beta (2019-10-05)
* Monitoring: * Monitoring:

View file

@ -1,2 +1,2 @@
PLEXPY_BRANCH = "beta" PLEXPY_BRANCH = "master"
PLEXPY_RELEASE_VERSION = "v2.1.36-beta" PLEXPY_RELEASE_VERSION = "v2.1.37"