This commit is contained in:
JonnyWong16 2019-03-10 14:38:05 -07:00
parent 8e1b6efc51
commit e949b1486e
2 changed files with 10 additions and 2 deletions

View file

@ -1,5 +1,13 @@
# Changelog # Changelog
## v2.1.28 (2019-03-10)
* Monitoring:
* New: Added secure/insecure connection icon on the activity cards. Requires Plex Media Server v1.15+
* Other:
* Change: Improved mass deleting of all images from Cloudinary. Requires all previous images on Cloudinary to be manually tagged with "tautulli". New uploads are automatically tagged.
## v2.1.27-beta (2019-03-03) ## v2.1.27-beta (2019-03-03)
* Monitoring: * Monitoring:

View file

@ -1,2 +1,2 @@
PLEXPY_BRANCH = "beta" PLEXPY_BRANCH = "master"
PLEXPY_RELEASE_VERSION = "v2.1.27-beta" PLEXPY_RELEASE_VERSION = "v2.1.28"