This commit is contained in:
JonnyWong16 2025-01-11 15:27:24 -08:00
parent 65dc466c07
commit a96fd23d72
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 13 additions and 1 deletions

View file

@ -1,5 +1,17 @@
# Changelog
## v2.15.1 (2025-01-11)
* Activity:
* Fix: Detection of HDR transcodes. (Thanks @chrisdecker08) (#2412, #2466)
* Newsletters:
* Fix: Disable basic authentication for /newsletter and /image endpoints. (#2472)
* Exporter:
* New: Added logos to season and episode exports.
* Other:
* Fix Docker container https health check.
## v2.15.0 (2024-11-24)
* Notes:

View file

@ -16,4 +16,4 @@
# along with Tautulli. If not, see <http://www.gnu.org/licenses/>.
PLEXPY_BRANCH = "master"
PLEXPY_RELEASE_VERSION = "v2.15.0"
PLEXPY_RELEASE_VERSION = "v2.15.1"