Skip to content

Releases: c-rainbow/twitch-audio-web

v0.6.0

22 Aug 21:47

Choose a tag to compare

  1. Fixed a bug that the radio mode was stuck for ~30 seconds before the audio is played.
  2. Used authorization header to get access token if the user is logged in, to not play unnecessary ads.

v0.5.1

13 Jul 05:17

Choose a tag to compare

  1. Hotfix: Fixed a bug that the radio mode was stuck for ~15 seconds before the audio is played.
  2. Hotfix: Fixed a bug that the radio mode button is always disabled for some people

v0.5.0

08 Jul 02:00

Choose a tag to compare

  1. Radio mode can now be played 20 minutes after the stream is loaded.
  2. Code refactors
  3. Updated to manifest 3

v0.4.0

11 May 02:07

Choose a tag to compare

  1. Hotfix: Twitch's DOM change made the radio mode button invisible.
  2. Updated all dependencies
  3. Tooltip messages are back.

v0.3.0

05 Apr 06:26

Choose a tag to compare

  1. Updated all dependencies to the latest version
  2. Added a message to refresh the page when the radio mode button is unexpectedly disabled

v0.2.0

18 Dec 07:15

Choose a tag to compare

This release fixes issue #8 , recent change in Twitch UI caused the background of the radio icon not transparent anymore.

v0.1.0 beta

12 Jun 09:36
752158c

Choose a tag to compare

v0.1.0 beta Pre-release
Pre-release

v0.1.0

  • Popup is added with config "Autoplay video when radio mode ends"
  • Supports i18n (English, Korean)
  • Different tooltip messages per status
  • Mouse cursor changes to "wait" while audio is loaded
  • Code refactor

v0.0.3 alpha

02 Jun 08:22
ff127ba

Choose a tag to compare

v0.0.3 alpha Pre-release
Pre-release

Most bugs are fixed.

(1) Users need to be logged in to play the audio stream (because access token url requires OAuth code), but anonymous users can still use the radio mode button. While this is not a big issue, requesting the access token url will return error for no client ID specified. This can be a problem when the usher url is expired (20 minutes after page load)

(2) The audio stream is sometimes stuck before the sound comes out. HLS still regularly requests manifest, but no actual stream content is downloaded. Not sure if this is an error with hls.js

v0.0.2 alpha

29 May 01:15

Choose a tag to compare

v0.0.2 alpha Pre-release
Pre-release

Working version.

Known bugs:
(1) The radio button disappears when the user starts from a channel page, browses to a non-channel page (home, following, directory, etc) and then moves to a channel page.
(2) When a streamer hosts another channel. the radio button disappears
(3) Sound sometimes doesn't play when the radio button is clicked multiple times in a row in the same channel
(4) Radio button shouldn't work in VODs and clips, but is still visible and clickable.

And many other possible bugs..