diff --git a/CHANGELOG.md b/CHANGELOG.md index 30c2b0a..6924664 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [1.3.0] - 2019-08-13 + +### Added + +- `!theme install {theme unique identifier}` command that prompts the user to install or preview a theme supplied by chat. + ## [1.2.0] - 2019-07-30 ### Added @@ -127,7 +133,8 @@ them know it's not a valid theme name - Pre-release version to gather feedback from the community and help identify gaps. -[Unreleased]: https://github.com/michaeljolley/vscode-twitch-themer/compare/1.2.0...HEAD +[Unreleased]: https://github.com/michaeljolley/vscode-twitch-themer/compare/1.3.0...HEAD +[1.3.0]: https://github.com/michaeljolley/vscode-twitch-themer/compare/1.2.0...1.3.0 [1.2.0]: https://github.com/michaeljolley/vscode-twitch-themer/compare/1.1.0...1.2.0 [1.1.0]: https://github.com/michaeljolley/vscode-twitch-themer/compare/1.0.1...1.1.0 [1.0.1]: https://github.com/michaeljolley/vscode-twitch-themer/compare/1.0.0...1.0.1 diff --git a/README.md b/README.md index 18bc278..eddf7e2 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,17 @@ This command will refresh the list of available themes in the streamers VS Code `Note: List of themes and request timers will only be reset if the command is sent from the broadcaster.` +#### Install VS Code themes + +This command will look for the specified theme on the Visual Studio Marketplace. If found, it will attempt to pull the package.json for the theme from its repository. If that package.json includes themes, the streamer will be prompted to install, not install and/or preview the theme. + +``` +!theme install {Theme Unique Identifier} +``` + +`Example: For the [Linux Themes for VS Code](https://marketplace.visualstudio.com/items?itemName=solarliner.linux-themes) extension you would send !theme install solarliner.linux-themes` + + #### Ban/Unban user from changing themes These commands will either ban or unban a user from changing the theme via Twitch chat. diff --git a/package.json b/package.json index d22bead..f30a3d6 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "email": "mike@sparcapp.io" }, "icon": "resources/logo.png", - "version": "1.2.0", + "version": "1.3.0", "preview": false, "engines": { "vscode": "^1.32.0"