mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
v2.1.19-beta
This commit is contained in:
parent
3a05b8ec69
commit
4f397b032e
2 changed files with 19 additions and 2 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -1,5 +1,22 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v2.1.19-beta (2018-08-19)
|
||||||
|
|
||||||
|
* Notifications:
|
||||||
|
* New: Added Webhook notification agent.
|
||||||
|
* Fix: Scripts failing due to unicode characters in substituted script arguments.
|
||||||
|
* Change: Ability to override PYTHONPATH for scripts.
|
||||||
|
* Remove: Notify My Android notification agent.
|
||||||
|
* Newsletters:
|
||||||
|
* New: Added option for threaded newsletter emails.
|
||||||
|
* Fix: Missing space in newsletter format.
|
||||||
|
* UI:
|
||||||
|
* New: Added Windows system tray icon.
|
||||||
|
* Fix: Plex OAuth not working with Plex remote access disabled. (Thanks @samwiseg00)
|
||||||
|
* API:
|
||||||
|
* Fix: SQL command creating a database backup every time. (Thanks @samwiseg00)
|
||||||
|
|
||||||
|
|
||||||
## v2.1.18 (2018-07-27)
|
## v2.1.18 (2018-07-27)
|
||||||
|
|
||||||
* Monitoring:
|
* Monitoring:
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
PLEXPY_BRANCH = "master"
|
PLEXPY_BRANCH = "beta"
|
||||||
PLEXPY_RELEASE_VERSION = "v2.1.18"
|
PLEXPY_RELEASE_VERSION = "v2.1.19-beta"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue