Releases: michaeljolley/vscode-twitch-themer
Releases · michaeljolley/vscode-twitch-themer
1.1.0
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
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
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 commandsFollowers
: allow only non-banned follower & subscribers to send commandsSubscribers
: 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
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
Added
- Broadcaster can use
!theme follower
or!theme !follower
to activate or deactivate follower only mode - Added tests for Themer class
0.0.6
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
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
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
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
Added
- Added configuration and badges for CI/CD process