mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
v1.4.15
This commit is contained in:
parent
960b601384
commit
ef85fba2e5
2 changed files with 14 additions and 1 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,5 +1,18 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v1.4.15 (2016-11-11)
|
||||||
|
|
||||||
|
* New: Add stream and transcoder progress percent to the current activity tooltip.
|
||||||
|
* Fix: Refreshing of images in the cache when authentication is disabled.
|
||||||
|
* Fix: Plex.tv authentication with special characters in the username or password.
|
||||||
|
* Fix: Line breaks in the info page summaries.
|
||||||
|
* Fix: Redirect to the proper http root when restarting.
|
||||||
|
* Fix: API result type and responses showing incorrectly. (Thanks @Hellowlol)
|
||||||
|
* Change: Use https URL for app.plex.tv.
|
||||||
|
* Change: Show API traceback errors in the browser with debugging enabled. (Thanks @Hellowlol)
|
||||||
|
* Change: Increase table width on mobile devices and max width set to 1750px. (Thanks @XusBadia)
|
||||||
|
|
||||||
|
|
||||||
## v1.4.14 (2016-10-12)
|
## v1.4.14 (2016-10-12)
|
||||||
|
|
||||||
* Fix: History logging locking up if media is removed from Plex before PlexPy can save the session.
|
* Fix: History logging locking up if media is removed from Plex before PlexPy can save the session.
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
PLEXPY_VERSION = "master"
|
PLEXPY_VERSION = "master"
|
||||||
PLEXPY_RELEASE_VERSION = "1.4.14"
|
PLEXPY_RELEASE_VERSION = "1.4.15"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue