mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-03-12 04:35:40 -07:00
260 lines
9.5 KiB
Markdown
260 lines
9.5 KiB
Markdown
# Changelog
|
|
|
|
## v1.2.14 (2015-12-07)
|
|
|
|
* Fix regression with PlexWatch db importer and buffer warnings.
|
|
|
|
|
|
## v1.2.13 (2015-12-06)
|
|
|
|
* Fix match newlines between tags in notification text.
|
|
* Fix current activity not showing on PMS 0.9.12.
|
|
|
|
|
|
## v1.2.12 (2015-12-06)
|
|
|
|
* Fix for "too many open files" error.
|
|
|
|
|
|
## v1.2.11 (2015-12-06)
|
|
|
|
* Fix more regressions (sorry).
|
|
|
|
|
|
## v1.2.10 (2015-12-06)
|
|
|
|
* Fix broken count graphs regression.
|
|
|
|
|
|
## v1.2.9 (2015-12-06)
|
|
|
|
* Fix and improve text sanitization.
|
|
|
|
|
|
## v1.2.8 (2015-12-06)
|
|
|
|
* Fix sanitize player names
|
|
* Fix recently added notification delay
|
|
* Fix recently added metadata queries
|
|
* Fix multiple lines in notification body text
|
|
* Fix UTF-8 encoding in Prowl notifications subject line
|
|
* Change to only log IPv4 addresses
|
|
* Add global toggle for recently added notifcations
|
|
* Add feature to delete users
|
|
* Add channel support for Telegram notification agent
|
|
* Add icon for Apple tvOS
|
|
* Add icon for Microsoft Edge
|
|
|
|
|
|
## v1.2.7 (2015-11-27)
|
|
|
|
* Fix IP address option in notifications
|
|
|
|
|
|
## v1.2.6 (2015-11-27)
|
|
|
|
* Fixes for IP logging in PMS < 0.9.14.x.
|
|
* Fix issue in plexWatch importer when trying to import item with no ratingKey.
|
|
|
|
|
|
## v1.2.5 (2015-11-25)
|
|
|
|
* Add video_decision and audio_decision to notification options
|
|
* Fix IP address logging
|
|
* Fix log spam if notifications disabled
|
|
|
|
|
|
## v1.2.4 (2015-11-24)
|
|
|
|
* Add filtering by media type in the history table
|
|
* Add IFTTT notification agent
|
|
* Add Telegram notification agent
|
|
* Add notifications for recently added media
|
|
* Add notifications for server down and remote access down
|
|
* Add more metadata to notifications options
|
|
* Add IP address to notification options (for PMS 0.9.14 and above)
|
|
* Add server uptime to notification options
|
|
* Add IP address to current activity
|
|
* Add IPv6 address logging
|
|
* Add PMS server name to the page title
|
|
* Fix bug in "Last Watched" statistic
|
|
* Fix bug in search query
|
|
* Fix bug on user pages for usernames with single quotes
|
|
* Fix name for new Plex Media Center
|
|
* Fix Pushover notifications with unicode characters
|
|
* Fix bug with showing old usernames in datatables
|
|
* Fix bug with "Please verify your server" in settings
|
|
* Change IP lookup provider
|
|
* Change notifications custom body text to larger text box
|
|
* Change movie/tv logging and notifications into individual options
|
|
|
|
|
|
## v1.2.3 (2015-10-18)
|
|
|
|
* Added "remaining time" as notification substitution.
|
|
* Fix bug on home stats cards.
|
|
* Fix visual bug on user page.
|
|
|
|
|
|
## v1.2.2 (2015-10-12)
|
|
|
|
* Add server discovery on first run.
|
|
* Add column to tables for Platform.
|
|
* Add link to top level breadcrumbs on info pages.
|
|
* Add ability to change notification sounds for Pushover and Boxcar.
|
|
* Show watched percentage tooltip on progress column in history tables.
|
|
* More logging in event an http request fails.
|
|
* Code cleanups and other fixes.
|
|
* Fix ordering on sync table.
|
|
* Fix bug on home stats cards.
|
|
* Fix bug on activity pane where music details were not shown.
|
|
|
|
|
|
## v1.2.1 (2015-09-29)
|
|
|
|
* Fix for possible issue when paused_counter is null.
|
|
|
|
|
|
## v1.2.0 (2015-09-29)
|
|
|
|
* Added option to group consecutive plays in the history tables.
|
|
* Added option for websocket monitoring (still slightly experimental and disabled by default).
|
|
* Added global search option (searches your Plex library).
|
|
* Added option to update any items that may have had their rating keys changed.
|
|
* Added option to disable consecutive notifications.
|
|
* Some visual tweaks and fixes.
|
|
* Fix bug where monitoring wouldn't start up after first run.
|
|
* Fix bug showing incorrect transcode decisions for music tracks on history tables.
|
|
|
|
|
|
## v1.1.10 (2015-09-20)
|
|
|
|
* Added dedicated settings section for home stats configuration with ability to show/hide selected stats and sections.
|
|
* Added support for Twitter notifications.
|
|
* Only show music in graphs if music logging is enabled.
|
|
* The monitoring ignore interval now excludes paused time.
|
|
* Fix display bug on activity panel which incorrectly reported transcoding sometimes.
|
|
* Fix bug with Email notification TLS checkbox when it would be disabled by changing any other settings afterwards.
|
|
* Fix issue on some Python releases where the webbrowser library isn't included.
|
|
|
|
|
|
## v1.1.9 (2015-09-14)
|
|
|
|
* Another JonnyWong release. I'm going to stop thanking you now ;)
|
|
* Add music plays to graphs.
|
|
* Add info pages for music items.
|
|
* Add music to user recently watched items.
|
|
* Add photo views to Activity pane (photos are not logged).
|
|
* Fix token validation message on Settings page.
|
|
* Fix some "Mystery" platform names.
|
|
* Fix paused time be counted for graph data.
|
|
* Other small bug fixes.
|
|
|
|
|
|
## v1.1.8 (2015-09-09)
|
|
|
|
* Add platform images for Windows devices. Thanks @JonnyWong.
|
|
* Add click-through to PlexWeb preplay page from info page. Thanks @JonnyWong.
|
|
* Fix broken delete option on info pages. Thanks @JonnyWong.
|
|
* Fix tagline bug in PlexWatch db import tool.
|
|
* Fix home stats text overflow bug. Thanks @JonnyWong.
|
|
|
|
|
|
## v1.1.7 (2015-09-07)
|
|
|
|
* Show tagline in info screens for movies. Thanks @JonnyWong.
|
|
* Add play/pause/buffer icon to activity pane. Thanks @JonnyWong.
|
|
* Add transcoder info in activity pane info. Thanks @JonnyWong.
|
|
* Show transcoder progress on activity progress bar. Thanks @JonnyWong.
|
|
* Fix bug where custom notification strings would be ignored if unicode characters were present.
|
|
* Fix text overflow issue on home stats cards. Thanks @JonnyWong.
|
|
* Fix regression with user friendly name change input in edit screen. Thanks @JonnyWong.
|
|
|
|
|
|
## v1.1.6 (2015-09-06)
|
|
|
|
* Home stats cards are now expandable to show multiple items. Configurable in settings. Thanks @JonnyWong.
|
|
* Completely redesigned media info pages. Thanks @JonnyWong.
|
|
* Redesigned activity pane to match Plex Web more closely. Thanks @JonnyWong.
|
|
* New Library stats on home page, shows total item counts per library. Thanks @JonnyWong.
|
|
* New last watched card in home stats. Shows last watched items. Thanks @JonnyWong.
|
|
* Improved some layout issues on mobile devices. Thanks @JonnyWong.
|
|
* Fixed issue where some clip/channel items are reported as episodes and causing exceptions.
|
|
* Many styling improvements and fixes. Thanks @JonnyWong.
|
|
* Fixed incorrect sort on home stats platform count by duration. Thanks @JonnyWong.
|
|
* Fix issue where user refresh would continually be called as "Local" user didn't exist in database.
|
|
* Fixed styling on graph stream modal. Thanks @JonnyWong.
|
|
* Fixed some issues with users page editing. Thanks @JonnyWong.
|
|
* Fix error page when clicking through to an item that no longer exists.
|
|
|
|
|
|
## v1.1.5 (2015-08-27)
|
|
|
|
* Fix git tag being one release behind.
|
|
|
|
|
|
## v1.1.4 (2015-08-26)
|
|
|
|
* User info is now editable from the users table. Thanks @JonnyWong.
|
|
* Improved delete mode for history pages - able to multi-select now. Thanks @JonnyWong.
|
|
* Improved image quality on tooltip images.
|
|
* More styling improvements and fixes on user and info pages. Thanks @JonnyWong.
|
|
* Added some user submitted systemd init scripts. Thanks @malle-pietje and @artbird309.
|
|
* Fixed some background operations when saving settings.
|
|
* Fix max width restricting home stats to 1600px.
|
|
* Fix stream duration parameter for notifications when paused counter is null.
|
|
|
|
|
|
## v1.1.3 (2015-08-22)
|
|
|
|
* Show human readable version info and this cool changelog in Settings -> General.
|
|
* Add a "delete" mode to the history tables. Toggle it to show a delete button next to each history item.
|
|
* Two digit season and episode numbers for custom notification messages. Thanks @JonnyWong.
|
|
* New FreeNAS init script. Thanks @JonnyWong.
|
|
* Lots of styling improvements! Thanks @JonnyWong.
|
|
* Graph page remembers last selected options. Thanks @JonnyWong.
|
|
* New Popular movie homepage stats. Thanks @JonnyWong.
|
|
* Add option for duration vs play count on home stats. (Settings -> Extra Settings). Thanks @JonnyWong.
|
|
* Clean up media info pages. Don't show metadata that is missing. Thanks @JonnyWong.
|
|
* Add clear button to search inputs. Thanks @JonnyWong.
|
|
* New columns on Users list. Thanks @JonnyWong.
|
|
* New stream duration option for custom notification messages. Thanks @JonnyWong.
|
|
* Rad new tooltips on the history pages. Thanks @JonnyWong.
|
|
* And a lot of small visual changes and fixes. Thanks @JonnyWong.
|
|
* Fixed IP address modal on user history page.
|
|
* Fixed "invalid date" showing on monthly plays graph.
|
|
|
|
## v1.1.2 (2015-08-16)
|
|
|
|
* Fix bug where user refresh would fail under certain circumstances.
|
|
|
|
## v1.1.1 (2015-08-15)
|
|
|
|
* Added Most watched movie for home stats. Thanks @jroyal.
|
|
* Added TV show title to recently added text. Thanks @jroyal.
|
|
* Fix bug with buffer warnings where notification would trigger continuously after first trigger.
|
|
* Fix bug where custom avatar URL would get reset on every user refresh.
|
|
|
|
## v1.1.0 (2015-08-15)
|
|
|
|
* Add option to disable all history logging per user.
|
|
* Add option to change user avatar URL. Thanks @jroyal.
|
|
* Show all users on users table even if they don't yet have history.
|
|
* Add option to change time frame of statistics on home page (Settings -> Extra Settings). Thanks @jroyal.
|
|
* Add 7 day period for graphs. Thanks @jroyal.
|
|
* Add pause, resume and buffer warning notification options.
|
|
* Add fine tuning settings for buffer warning triggers.
|
|
* Fix issue with SSL cert verification bypass when method doesn't exist (depends on Python version).
|
|
* Fix bug on home stats which wouldn't update unless a TV show was first logged.
|
|
* Fix alignment of bands on daily graphs which highlight weekends.
|
|
* Fix behaviour of close button on update popup, will now stay closed for an hour after clicking close.
|
|
* Fix some styling niggles.
|
|
|
|
## v1.0.1 (2015-08-13)
|
|
|
|
* Allow SSL certificate check override for certain systems with bad CA stores.
|
|
* Fix typo on graphs page causing date selection to break on Safari.
|
|
|
|
## v1.0 (2015-08-11)
|
|
|
|
* First release |