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

pre3.5.0pre12

05 Feb 16:53
aa47a41
Compare
Choose a tag to compare
pre3.5.0pre12 Pre-release
Pre-release
  • Fix sorting in popup
  • Fix some minor issues thanks to new test cases

3.5.0pre11

05 Feb 16:52
80edc6f
Compare
Choose a tag to compare
3.5.0pre11 Pre-release
Pre-release
  • Fix line height in popup
  • Add title to tooltip of non-offline channels in popup

3.5.0pre10

05 Feb 16:51
67a2315
Compare
Choose a tag to compare
3.5.0pre10 Pre-release
Pre-release
  • Add keyboard navigation to panel. Still some improvements to be made, but arrow keys work pretty well now
  • Doesn't scroll the explore service dropdown anymore
  • Ensure context panel is fully visible whenever it's open
  • Make the keyword-rebroadcast system work with leading whitespace
  • Fix some notifications showing when they shouldn't
  • Fix queue worker pool not getting properly limited
  • Channels in the explore tab that are in your list now behave like a channel in your list (mainly affects the context panel items)

3.5.0pre09

05 Feb 16:48
0bd80eb
Compare
Choose a tag to compare
3.5.0pre09 Pre-release
Pre-release
  • Reduce request count for hosted Twitch channels
  • Fix for content menu buttons, by maekclena
  • Add import & export of channels & preferences (requires the downloads permission for exports)

From pre08:

  • Show an error UI when cookies are disabled and the list can't be loaded.
  • Fix user auto updates
  • Only use on database connection per context
  • Require a value to add a channel or user. Thanks to maekclena for the patch!

3.5.0pre07

05 Feb 16:47
3a219f2
Compare
Choose a tag to compare
3.5.0pre07 Pre-release
Pre-release
  • Disabled DouyuTV because it's broken
  • Rewrote how updating works. The refresh interval is now actually the time between the same channel being updated.
  • Fixed adding a YouTube user
  • Fixed adding things after removing at least one channel
  • Display an error when the channel list can't be opened due to cookies being disabled
  • Fix adding UStream channels
  • Redirect support for beam
  • Add copy keyboard shortcut in list. When you use Ctrl + C on a focused channel, the copy action is executed.
  • Other keyboard navigation things in the panel. Still needs arrow keys support.
  • Only show provider name in offline tab

3.5.0pre06

05 Feb 16:46
4f69af8
Compare
Choose a tag to compare
3.5.0pre06 Pre-release
Pre-release
  • Another attempt at fixing migration

3.5.0pre05

05 Feb 16:46
a43d1e6
Compare
Choose a tag to compare
3.5.0pre05 Pre-release
Pre-release
  • Remove data from channel list that created a bug

3.5.0pre04

05 Feb 16:46
3aa5b39
Compare
Choose a tag to compare
3.5.0pre04 Pre-release
Pre-release
  • Fix twitch explore stream language
  • Try to find a bug

From pre03:

  • Rewrote the popup in React
  • Redirects are now consolidated into a single item
  • There are now keywords in titles that trigger a stream being a rebroadcast
  • You can no longer display non-live channels as live
  • Now also detects go.twitch.tv as Twitch

From pre02:

  • Make this installable on nightly

From pre01:

  • The initial WebExtension version. This means the parental controls no longer work automatically and auto add doesn't work at the moment (until appropriate APIs are available for those two things).
  • Make popup load a little faster

3.4.1

10 Aug 20:40
da8a4a3
Compare
Choose a tag to compare
  • Support upcoming WebExtension version of Notification Sound
  • Fix placeholders in translations

3.4.0

29 Jul 12:55
25ac500
Compare
Choose a tag to compare
  • Remove Streamup
  • Add Dailymotion support
  • Fix Picarto.tv
  • Fix DouyuTV
  • Beam is now Mixer
  • Hitbox and Azubu merged into Smashcast
    • Your Hitbox channels are transitioned to Smashcast (since that's how the migration went in the merger)
  • Support Twitch Vodcasts as replays
  • Migrate to new storage that will work with the migration to WebExtensions for Firefox 57
  • Migrate popup to new infrastructure
  • New options page
    • Settings are no longer stored in about:config, instead there's an advanced section that is collapsed by default
    • Can now reset settings to the default values
  • Add keyboard shortcut to open the popup (Ctrl + Shift + L)
  • Switched to SVG icons for the extension
  • Database errors now show up as a notification, replace the panel & icon and are shown in the options
  • Many subtle changes and fixes I've probably forgotten about. It's been a lot of work to get this close to the WebExtension migration.