Releases: michaeljolley/vscode-twitch-themer
Releases · michaeljolley/vscode-twitch-themer
1.6.1
Fixed
- Fixed issue caused by a change to authentication in the Twitch API
1.5.0
Added
- Themer will now connect automatically if you turn on the
autoConnect
setting AND you're
already streaming when you open Visual Studio Code. NOTE: The check to see if you're streaming will only occur once when you open vscode.
1.4.1
Fixes
- When requesting to install a theme that's already installed, the correct message will be
returned to chat.
Updates
- Updated various NPM packages for security
1.4.0
Update
- Added check to see if theme is already installed, before installing. If found, it will send a message to chat with instructions to use it.
1.3.2
Fixed
- Cleaned up some npm security issues
1.3.1
Fixed
- Fixed an issue that prevented the whispering of themes if there were too many themes to send. This change will break the list of themes into smaller messages and send multiple whispers.
1.3.0
Added
!theme install {theme unique identifier}
command that prompts the user to install or preview a theme supplied by chat.
1.2.0
Added
!theme random light
command that chooses a random theme from the light theme extensions.!theme random dark
command that chooses a random theme from the dark theme extensions.
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