mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
v2.0.2-beta
This commit is contained in:
parent
c69e68a4a8
commit
e60241ca73
2 changed files with 26 additions and 1 deletions
25
CHANGELOG.md
25
CHANGELOG.md
|
@ -1,5 +1,30 @@
|
|||
# Changelog
|
||||
|
||||
## v2.0.2-beta (2017-12-XX)
|
||||
|
||||
* Monitoring:
|
||||
* Fix: Websocket connection fails to start with existing streams when upgrading to v2.
|
||||
* Fix: Long request URI for refreshing current activity on the homepage.
|
||||
* Fix: Missing subtitle database columns.
|
||||
* Fix: Details for synced and optimized versions reporting incorrectly.
|
||||
* Notifications:
|
||||
* Fix: Recently added notifications sending for previously added items. It is now limited to past 24 hours only.
|
||||
* Fix: Source video/audio/subtitle parameters showing up as blank.
|
||||
* Change: Validate condition logic when saving a notification agent.
|
||||
* API:
|
||||
* Change: API is enabled by default on new installs.
|
||||
* UI:
|
||||
* New: Add logo svg files. (Thanks @Fish2)
|
||||
* New: Updated stream info modal.
|
||||
* Change: Media info tables sort by sort title instead of title.
|
||||
* Other:
|
||||
* Fix: Updating library IDs message on libraries page.
|
||||
* Fix: Wtched percentage settings not saving after restart.
|
||||
* Remove: Video Preview Thumbnails setting no longer used.
|
||||
* Change: Add back HTTP Proxy setting under the Web Interface settings tab.
|
||||
* Change: "Group Table and Watch Statistics History" and "Current Activity in History Tables" enabled by default on new installs.
|
||||
|
||||
|
||||
## v2.0.1-beta (2017-12-19)
|
||||
|
||||
* Monitoring:
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
PLEXPY_BRANCH = "beta"
|
||||
PLEXPY_RELEASE_VERSION = "v2.0.1-beta"
|
||||
PLEXPY_RELEASE_VERSION = "v2.0.2-beta"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue