mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 13:11:15 -07:00
v2.14.1-beta
This commit is contained in:
parent
af01b8c6cc
commit
1d77f32665
2 changed files with 13 additions and 5 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -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:
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
|
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue