Skip to content

Commit

Permalink
v2.14.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyWong16 committed May 11, 2024
1 parent af01b8c commit 1d77f32
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v2.14.1-beta (2024-05-11)

* UI:
* Fix: Users without access to Plex server not showing as inactive.
* Other:
* Removed: Python 2 compatibility code. (#2098, #2226) (Thanks @zdimension)


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

* History:
Expand All @@ -9,9 +17,9 @@
* 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 platform version and product version notification parameters. (#2244)
* New: Added LAN streams and WAN streams notification parameters. (#2276)
* New: Added Dolby Vision notification parameters. (#2240)
* New: Added live TV channel notification parameters.
* Change: Improved Tautulli Remote App notification encryption method.
* Note: Requires Tautulli Remote App version 3.2.4.
Expand All @@ -26,7 +34,7 @@
* 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.
* New: Added before and after parameters to the get_home_stats API command. (#2231)
* Packages:
* New: Universal binary for macOS for Apple silicon.
* New: Bump Snap package to core22.
Expand Down
2 changes: 1 addition & 1 deletion plexpy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# along with Tautulli. If not, see <http://www.gnu.org/licenses/>.

PLEXPY_BRANCH = "beta"
PLEXPY_RELEASE_VERSION = "v2.14.0-beta"
PLEXPY_RELEASE_VERSION = "v2.14.1-beta"

0 comments on commit 1d77f32

Please sign in to comment.