Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Releases: freaktechnik/justintv-stream-notifications

v3.10.1

21 Dec 00:48
v3.10.1
f7e030a
Compare
Choose a tag to compare
  • Fix issue with Twitch channels that have no game selected

v3.10.0

20 Dec 21:29
v3.10.0
e43066e
Compare
Choose a tag to compare

In general this release contains a bunch of stability fixes and improves how platforms with changable usernames are handled. It is necessary for Twitch to keep working into 2019, it currently seems like previous versions of this extension will stop working with Twitch by the end of January.

  • Migrate Twitch to new API and ID based storage
    This means some features of Twitch no longer work (due to Twitch not fully exposing this in its new API or similar): Rebroadcasts on Twitch (reruns or premieres) are no longer detected and channels are no longer annotated as mature except for search results.
  • Migrate Picarto.TV to ID based storage
  • Migrate Mixer to ID based storage
  • Improve how the queue reacts to changes while it is paused
  • Make some provider specific host permissions optional and request them when needed. This will prompt for these permissions when upgrading.
  • Limit avatar size in context panel
  • Fix context menu of channel that is in list in explore tab
  • Fix some edge cases with rebroadcasting or redirecting channels
  • Use new clipboard API - things should continue to work normally
  • Try not to send cookies for requests made with this extension
  • Separated identifier and slug for services. The UI will now always show the slug and not the identifier. The slug is usually what is used in URLs or as username, while the identifier is a unique identifier for a channel or user.

The next main release will hopefully rework how you can customize notifications and actions in the whole extension. Exciting changes are coming!

Known issues:

  • Importing lots of single Twitch channels without them being favorites of a user may fail and take multiple attempts due to API rate limits and the code not being smart enough to batch up requests.

v3.9.7

11 Aug 01:17
v3.9.7
79aa6f5
Compare
Choose a tag to compare
  • Fix horizontal overflow in panel layout with thumbnails
  • Fix removing users not working in channel manager
  • Fix keyboard shortcuts in channel manager
  • Fix F5 to refresh panel

v3.9.6

02 Aug 23:31
v3.9.6
50ee933
Compare
Choose a tag to compare
  • Properly show state of all channels in context panel
  • Show filter placeholder in panel search box again
  • Fix panel empty after hitting refresh button
  • Faster tab switching in panel and more efficient badge count calculations
  • Even less issues with state transitions in the panel

v3.9.5

29 Jul 21:00
v3.9.5
db36e7b
Compare
Choose a tag to compare
  • Fix a race condition in the panel

Re-release because 3.9.4 was disabled on AMO by accident.

v3.9.4

29 Jul 20:56
v3.9.4
a211bf3
Compare
Choose a tag to compare
  • Fix a race condition in the panel

v3.9.3

29 Jul 19:49
v3.9.3
dd6c64f
Compare
Choose a tag to compare
  • Fix redirectors getting duplicated in panel
  • Fix missing badge on non-live tab
  • Fix loading errors in panel and channel manager

v3.9.2

29 Jul 16:25
v3.9.2
7eb76a2
Compare
Choose a tag to compare
  • Fix queue context panel

v3.9.1

29 Jul 16:14
v3.9.1
a5b1b0a
Compare
Choose a tag to compare
  • Fix sorting non-live channels with sorts that display sub headings

v3.9.0

29 Jul 15:54
v3.9.0
856488c
Compare
Choose a tag to compare
  • Channels in the panel are now sortable
  • The context panel header is sticky

Yes, another release already. The hot weather is making me sleep much later and code much more.