mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
v2.0.20-beta
This commit is contained in:
parent
cfa6de4d91
commit
ab34a74210
2 changed files with 22 additions and 1 deletions
21
CHANGELOG.md
21
CHANGELOG.md
|
@ -1,5 +1,26 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v2.0.20-beta (2018-02-24)
|
||||||
|
|
||||||
|
* Notifications:
|
||||||
|
* New: Add poster support for Pushover notifications.
|
||||||
|
* New: Add poster support for Pushbullet notifications.
|
||||||
|
* Fix: Incorrect Plex/Tautulli update notification parameter types.
|
||||||
|
* Change: Poster and text sent as a single message for Telegram.
|
||||||
|
* Change: Posters uploaded directly to Telegram without Imgur.
|
||||||
|
* UI:
|
||||||
|
* New: Add "Delete" button to synced items table on user pages.
|
||||||
|
* Fix: Button spacing/positioning on mobile site.
|
||||||
|
* Fix: Music statistic cards not using the fallback thumbnail.
|
||||||
|
* Fix: Logo not showing up when using an SVG.
|
||||||
|
* Change: Graphs now respect the "Group History" setting.
|
||||||
|
* API:
|
||||||
|
* New: Add grouping to graph API commands.
|
||||||
|
* Other:
|
||||||
|
* New: Added Google Analytics to collect installation metrics.
|
||||||
|
* Fix: Reconnecting to the Plex server when server settings are not changed.
|
||||||
|
|
||||||
|
|
||||||
## v2.0.19-beta (2018-02-16)
|
## v2.0.19-beta (2018-02-16)
|
||||||
|
|
||||||
* Monitoring:
|
* Monitoring:
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
PLEXPY_BRANCH = "beta"
|
PLEXPY_BRANCH = "beta"
|
||||||
PLEXPY_RELEASE_VERSION = "v2.0.19-beta"
|
PLEXPY_RELEASE_VERSION = "v2.0.20-beta"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue