Skip to content

Commit

Permalink
v2.14.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyWong16 committed Apr 19, 2024
1 parent 5e02db8 commit a7660d5
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 2 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,40 @@
# Changelog

## v2.14.0-beta (2024-04-19)

* History:
* Fix: Live TV activity not logging to history.
* Fix: Incorrect grouping of live TV history.
* Notifications:
* Fix: Pushover configuration settings refreshing after entering a token.
* Fix: Plex remote access down notifications not triggering.
* Fix: Deleting all images from Cloudinary only deleting 1000 images.
* New: Added platform version and product version notification parameters.
* New: Added LAN streams and WAN streams notification parameters.
* New: Added Dolby Vision notification parameters.
* New: Added live TV channel notification parameters.
* Change: Improved Tautulli Remote App notification encryption method.
* Note: Requires Tautulli Remote App version 3.2.4.
* Exporter:
* New: Added slug attribute to exporter fields.
* New: Added track genres to exporter fields.
* New: Added playlist source URI to exporter fields.
* UI:
* Fix: Mask deleted usernames in the logs.
* Fix: Live TV watch stats not showing on the media info page.
* Removed: Deprecated synced item pages.
* Removed: Anonymous redirect settings. Links now use browser no-referrer policy instead.
* API:
* New: Added Dolby Vision info to the get_metadata API command.
* New: Added before and after parameters to the get_home_stats API command.
* Packages:
* New: Universal binary for macOS for Apple silicon.
* New: Bump Snap package to core22.
* Other:
* Change: Login cookie expires changed to max-age.
* Change: Improved key generation for login password. It is recommended to reenter your HTTP Password in the settings after upgrading.


## v2.13.4 (2023-12-07)

* UI:
Expand Down
4 changes: 2 additions & 2 deletions plexpy/version.py
Expand Up @@ -17,5 +17,5 @@

from __future__ import unicode_literals

PLEXPY_BRANCH = "master"
PLEXPY_RELEASE_VERSION = "v2.13.4"
PLEXPY_BRANCH = "beta"
PLEXPY_RELEASE_VERSION = "v2.14.0-beta"

0 comments on commit a7660d5

Please sign in to comment.