Skip to content

Releases: laurencee/Livestream.Monitor

1.7.0 - Preview images everywhere!

03 Jan 21:39
Compare
Choose a tag to compare

New Features

Preview images have been added so when you mouse over a stream in your watch list or a tile in the vod/top streams list, a preview image will appear.

Bug Fixes

Clicking on popular stream notifications would go to the top streams screen even if that stream was already in your watch list. Now it'll highlight that stream in your watch list just like clicking on regular online notifications.

1.6.0 - Vod viewer

03 Jan 15:46
Compare
Choose a tag to compare

New Features

  • Can now search and view vods through livestream monitor. Either copy/paste a twitch vod url into the textbox or type in the name of a stream to search through their vods
  • Top streams can now be filtered by game, type in part of a game name and the combo box will open up with suggestions of the full name

Bug fixes

  • The application would lose focus after closing the media player that was launched from opening a stream
  • Next button would not disable in top streams when there were no more items available to page through
  • Clicking on a popular stream notification was not taking you to the top streams page

1.5.0 - Optional notifications

01 Jan 06:48
Compare
Choose a tag to compare

New Feature

You can now disable all notifications for certain streams by right clicking on them in your watch list or through the "Top Streams" tiles.

Bug Fix/workaround

I have implemented a work around for a twitch API bug where streams sometimes aren't reported as online. This caused online notifications to show up for streams which had already shown notifications

1.4.0 - Gzip requests

30 Dec 09:50
Compare
Choose a tag to compare

All http requests now send gzip/deflate headers to significantly reduce bandwidth usage.

Bug fix

(Minor) The right click context menu on the livestream data grid was applying to the entire datagrid rather than just the rows in the datagrid.

1.3.0 - Popular & Top streams

28 Dec 20:08
Compare
Choose a tag to compare

One thing to note for this release is the is that the "channels.json" file which stores which streams you're monitoring has been migrated to "livestreams.json". So if you're paranoid about losing your list you can always backup that file before updating.

I have tested the migration extensively so there shouldn't be any noticeable issues.

New Feature

  • Top streams button allows you to look at the currently top viewed streams on twitch
  • Popular stream notification!

Now you will get new notification popups for streams which have an abnormally high number of viewers (set to 30k by default).This should help you never miss a special event on twitch.

The number of viewers for this to trigger on is configurable in the settings screen.
You can disable the feature by setting the value to 0 in the settings screen.

1.2.0 - Check for app updates

01 Dec 21:18
Compare
Choose a tag to compare

New Feature

The application now checks for new releases from github on startup and can take you directly to the release page if a new release is found.

1.1.5 - Single instance

01 Dec 12:14
Compare
Choose a tag to compare

Minor feature

  • The application will now only allow 1 instance open, if it's minimized and you run the app again it'll just show the already running instance instead and bring it to the foreground.

1.1.4 - Bug fix

01 Dec 02:51
Compare
Choose a tag to compare

Bug Fix

  • Stream output window no longer closes if an error is reported from livestreamer process

Usage/pre-requisite instructions: https://github.com/laurencee/Livestream.Monitor/blob/master/README.md

Bug fix - Saving Settings

01 Dec 02:28
Compare
Choose a tag to compare

Bug fixes

  • Settings weren't able to be saved
  • Crash fix if the path in settings to livestreamer/chrome was the root of a drive (unlikely)
  • If there was only 1 channel and you removed it, the removal was not saved between sessions

Usage/pre-requisite instructions: https://github.com/laurencee/Livestream.Monitor/blob/master/README.md

1.1.2 - Bug fix for missing notification images

01 Dec 01:40
Compare
Choose a tag to compare

Bug Fix

  • Fixed notification messages not displaying preview images

Usage/pre-requisite instructions: https://github.com/laurencee/Livestream.Monitor/blob/master/README.md