Skip to content

Releases: michaeljolley/vscode-twitch-themer

1.1.0

05 Jan 17:32
b6ad4d2
Compare
Choose a tag to compare

Added

  • !theme repo command that sends information about the extensions GitHub repo to Twitch chat
  • !theme help command that sends a brief explanation of how to use the extension to Twitch chat

1.0.1

09 Jun 06:27
39e1bee
Compare
Choose a tag to compare

Updated

  • Added larger version of logo
  • Updated README.md to include link to VS Marketplace
  • Updated package.json to stylize VS Marketplace listing

1.0.0

09 Jun 05:38
da20423
Compare
Choose a tag to compare

Added

  • !theme current command will now send the current theme to chat
  • New command palette option to select access to commands. Options are:
    • Viewers: allows all non-banned viewers to send commands
    • Followers: allow only non-banned follower & subscribers to send commands
    • Subscribers: allow only non-banned subscribers to send commands

Changed

  • !theme will now send the list of available themes via whisper. This replaces
    !theme list
  • Extension will no longer consider commas in commands. So if a user accidentally sends
    !theme {theme name}, it will be interpretted as if no comma was included in the command

Removed

  • The following commands have been removed:
    • !theme follower
    • !theme !follower
    • !theme subscriber
    • !theme !subscriber
    • !theme list

Fixed

  • Extension will no longer automatically join chat on start-up

0.2.0

09 Jun 05:37
51121d9
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Added

  • Broadcaster can use !theme sub or !theme !sub to activate or deactivate sub only mode
  • Follower Only & Subscriber Only are now also VS Code settings so you don't have to use chat commands
  • If user sends a !theme {theme name} with an invalid theme name, the extension will whisper them to let
    them know it's not a valid theme name

0.1.0

18 May 20:56
80123b4
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Added

  • Broadcaster can use !theme follower or !theme !follower to activate or deactivate follower only mode
  • Added tests for Themer class

0.0.6

12 May 19:39
fe81b48
Compare
Choose a tag to compare
0.0.6 Pre-release
Pre-release

Added

  • Broadcaster can use !theme ban {username} or !theme unban {username} to ban a user from changing the theme

Fixes

  • !Theme now recognized as a command like !theme

0.0.5

10 May 19:20
82f82b2
Compare
Choose a tag to compare
0.0.5 Pre-release
Pre-release

Added

  • Added a new !theme refresh command that refreshes the list of available themes. Can only be used by the broadcaster
  • Added comments throughout codebase to provide better experience for future contributors

0.0.4

10 May 19:21
bd57e68
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release

Added

  • Added a new !theme random command that changes VS Code to a randomly selected theme.
  • Added a new !theme command that sends the current theme to Twitch chat.

Fixed

  • Solved issue when setting theme to one of the default VS Code themes.

0.0.3

10 May 19:21
9c8e3af
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release

Changed

  • Modified some of the VS Code information messages to be more clear about what is happening.

Fixed

  • Fixed the sending of messages to chat on join/disconnect to Twitch channel.

0.0.2

10 May 19:21
3068b8e
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release

Added

  • Added configuration and badges for CI/CD process