Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasK33 committed Dec 9, 2020
1 parent 43ae399 commit 52a7376
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to the "obs-switcher" extension will be documented in this f

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.1] - 2020-12-09

- Added option to set transition name. (defaults to "Cut")

## [0.1.0] - 2020-10-14

- Initial release
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ This extension contributes the following settings:
- `obsSwitcher.fileNames`: File names to trigger the scene switching (default: `*.env*`)
- `obsSwitcher.autoSwitchBack`: Switch back after closing a secret file (default: `true`)
- `obsSwitcher.sceneName`: OBS scene to switch to when a secret file is opened
- `obsSwitcher.transition`: OBS transition to be used when switching between scenes
- `obsSwitcher.address`: OBS Websocket address (default: `localhost:4444`)
- `obsSwitcher.secure`: Secure OBS Websocket connection (default: `false`)
- `obsSwitcher.autoConnect`: If active, this extension will try to automatically connect to the OBS Websocket endpoint (default: `false`)
Expand All @@ -31,6 +32,10 @@ This extension contributes the following settings:

## Release Notes

### 0.1.1

Added option to set transition name. (defaults to "Cut")

### 0.1.0

Initial release
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"url": "https://github.com/ThomasK33/vscode-obs-switcher.git"
},
"engines": {
"vscode": "^1.50.0"
"vscode": "^1.51.0"
},
"categories": [
"Other"
Expand Down Expand Up @@ -119,7 +119,7 @@
"obsSwitcher.transition": {
"type": "string",
"default": "Cut",
"description": "OBS transition name used when switching between scenes"
"description": "OBS transition to be used when switching between scenes"
},
"obsSwitcher.address": {
"type": "string",
Expand Down

0 comments on commit 52a7376

Please sign in to comment.