Skip to content

Releases: noahm/featured-follow-button

v2.4.3

24 Oct 21:17
Compare
Choose a tag to compare
  • Updated calls to the Twitch API to use the latest authorization methods

v2.4.2: Merge pull request #5 from noahm/fix-blank-video

23 Jun 01:20
69de4e1
Compare
Choose a tag to compare
  • Fixed a bug that could cause the extension to completely blank out the video player

v2.4.1

07 May 15:21
Compare
Choose a tag to compare
  • Fixed parsing and display of button template string

v2.4.0

04 May 16:38
b1faec9
Compare
Choose a tag to compare
  • Consolidated two config screens down to a single tabbed interface available both from live dashboard and extensions settings.
  • Added options to display avatars and channel descriptions in list mode (component, panel, and mobile views).
  • Automatically uses current live stream thumbnail as background of layout editor when you are live.
  • Added new option providing manual control over L/R alignment of buttons in an overlay layout.
  • Added tons of options to control visual style of follow zones and buttons.
  • Changed default font to match the rest of twitch.

v2.3.1

08 Jan 18:33
2c2dd6a
Compare
Choose a tag to compare
  • Fixed tracking calls enum definitions.
  • Stopped disabling follow buttons while twitch UI is open as its state cannot be reliably tracked.

v2.3.0

03 Dec 18:01
965aabd
Compare
Choose a tag to compare
  • Added tracking calls using new twitch extension tracking methods

v2.2.1

03 Dec 18:00
Compare
Choose a tag to compare
  • Updated colors to match new site design.
  • Fixed a bug causing follow zones to do nothing when clicked.
  • Fixed a bug causing the mobile view to not be used when activated as an overlay.

v2.2.0

03 Dec 17:59
934d056
Compare
Choose a tag to compare
  • Supports twitch's new docked component design with a new list-style display, simply providing a list of channels to follow that can be added or removed in real-time.
  • Uses list-style display to support using the extension as a panel type, and as a mobile view.
  • List-style display allows edits from any place the extension is visible: config page, dashboard, or channel page.
  • When mounted as a video overlay, all old behavior remains including custom layouts with buttons and zones.

v2.1.0

30 May 18:10
Compare
Choose a tag to compare

Improvements

  • Added the ability to pick Auto (new default) or Left alignment for buttons in component mode. (Previously Right alignment was the default and only option.)

Bug Fixes

  • Fixed an issue where the button could become impossible to activate or clear after the extension had been changed from fullscreen overlay mode to component mode

v2.0.0

25 Oct 20:19
v2.0.0
Compare
Choose a tag to compare

Frontend

  • Now supports mostly transparent "follow zones" as an alternative to buttons.
  • New configuration allows building layouts to position buttons and zones anywhere in the stream. (Overlay activations only).
  • New top-level "Hide" checkbox will show or hide all active elements from viewers. (Broadcaster will still see active buttons and zones regardless of the setting.)
  • Now uses Twitch extensions configurations service instead of a custom EBS.

Backend

  • No longer used, thanks to the addition of the Twitch extensions configurations service.