This commit is contained in:
JonnyWong16 2019-11-17 21:45:43 -08:00
parent 3e520820d8
commit a637b3bb24
2 changed files with 12 additions and 1 deletions

View file

@ -1,5 +1,16 @@
# Changelog
## v2.1.38 (2019-11-17)
* Notifications:
* New: Added custom JSON headers to the webhook notification agent.
* UI:
* Fix: Homepage recently watched card not showing grouped history.
* Other:
* New: Added GitHub sponsor donation option.
* Change: Improve resolving hostnames.
## v2.1.37 (2019-10-11)
* Notifications:

View file

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