mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 21:03:21 -07:00
v2.15.3
Some checks failed
Publish Snap / Build Snap Package (armhf) (push) Has been cancelled
Publish Docker / Build Docker Image (push) Has been cancelled
Publish Snap / Build Snap Package (arm64) (push) Has been cancelled
CodeQL / CodeQL Analysis (push) Has been cancelled
Publish Snap / Build Snap Package (amd64) (push) Has been cancelled
Publish Installers / Build MacOS Installer (push) Has been cancelled
Publish Installers / Build Windows Installer (push) Has been cancelled
Publish Snap / Discord Notification (push) Has been cancelled
Publish Docker / Discord Notification (push) Has been cancelled
Publish Installers / Discord Notification (push) Has been cancelled
Publish Installers / VirusTotal Scan (push) Has been cancelled
Publish Installers / Release Installers (push) Has been cancelled
Some checks failed
Publish Snap / Build Snap Package (armhf) (push) Has been cancelled
Publish Docker / Build Docker Image (push) Has been cancelled
Publish Snap / Build Snap Package (arm64) (push) Has been cancelled
CodeQL / CodeQL Analysis (push) Has been cancelled
Publish Snap / Build Snap Package (amd64) (push) Has been cancelled
Publish Installers / Build MacOS Installer (push) Has been cancelled
Publish Installers / Build Windows Installer (push) Has been cancelled
Publish Snap / Discord Notification (push) Has been cancelled
Publish Docker / Discord Notification (push) Has been cancelled
Publish Installers / Discord Notification (push) Has been cancelled
Publish Installers / VirusTotal Scan (push) Has been cancelled
Publish Installers / Release Installers (push) Has been cancelled
This commit is contained in:
parent
443eb8da15
commit
1144bba580
2 changed files with 18 additions and 1 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -1,5 +1,22 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v2.15.3 (2025-08-03)
|
||||||
|
|
||||||
|
* Exporter:
|
||||||
|
* New: Added hearingImpaired for subtitles and visualImpaired for audio attributes to exporter fields.
|
||||||
|
* Graphs:
|
||||||
|
* Fix: Remove duplicate "Total" entry in graph tooltips. (Thanks @zdimension) (#2534)
|
||||||
|
* UI:
|
||||||
|
* Fix: Failing to retrieve collections / playlists with over 1000 items.
|
||||||
|
* Fix: Scrollbar not showing on macosx and webkit browsers. (#2221)
|
||||||
|
* Fix: Incorrect rounding of minutes in global stats play duration.
|
||||||
|
* Fix: Disable browser autocomplete for notification agent and newsletter agent configurations. (#2557)
|
||||||
|
* API:
|
||||||
|
* New: Added ability to return svg files using pms_image_proxy API command.
|
||||||
|
* Other:
|
||||||
|
* New: Added ability to set config values using environment variables. (Thanks @komuw) (#2309, #2543)
|
||||||
|
|
||||||
|
|
||||||
## v2.15.2 (2025-04-12)
|
## v2.15.2 (2025-04-12)
|
||||||
|
|
||||||
* Activity:
|
* Activity:
|
||||||
|
|
|
@ -16,4 +16,4 @@
|
||||||
# along with Tautulli. If not, see <http://www.gnu.org/licenses/>.
|
# along with Tautulli. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
PLEXPY_BRANCH = "master"
|
PLEXPY_BRANCH = "master"
|
||||||
PLEXPY_RELEASE_VERSION = "v2.15.2"
|
PLEXPY_RELEASE_VERSION = "v2.15.3"
|
Loading…
Add table
Add a link
Reference in a new issue