This commit is contained in:
JonnyWong16 2020-02-05 21:41:31 -08:00
parent 7ae87fe0e7
commit c825176563
2 changed files with 11 additions and 1 deletions

View file

@ -1,5 +1,15 @@
# Changelog # Changelog
## v2.1.44 (2020-02-05)
* Monitoring:
* Fix: SDR source video being identified as HDR stream video.
* Notifications:
* Fix: Unable to select condition operator for video color parameters.
* UI:
* Fix: Capitalization for platforms on history tables.
## v2.1.43 (2020-02-03) ## v2.1.43 (2020-02-03)
* Monitoring: * Monitoring:

View file

@ -1,2 +1,2 @@
PLEXPY_BRANCH = "master" PLEXPY_BRANCH = "master"
PLEXPY_RELEASE_VERSION = "v2.1.43" PLEXPY_RELEASE_VERSION = "v2.1.44"