Skip to content

Commit

Permalink
Updating CHANGELOG.md & README.md for new !theme install command
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljolley committed Aug 13, 2019
1 parent a48a85f commit fa137a4
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"email": "[email protected]"
},
"icon": "resources/logo.png",
"version": "1.2.0",
"version": "1.3.0",
"preview": false,
"engines": {
"vscode": "^1.32.0"
Expand Down

0 comments on commit fa137a4

Please sign in to comment.