Skip to content

Commit ca5e8fb

Browse files
committed
chore: bump version to 0.5.0
1 parent 680068d commit ca5e8fb

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5+
## [0.5.0] - 2024-01-18
6+
7+
### Added
8+
9+
- New **Replay Buffer** action: start/stop the replay buffer
10+
- New **Save Replay Buffer** action: save currently active replay buffer
11+
- New **Media Source Control** action: control media source playback
12+
- Support of custom key images with full state information via advanced option
13+
- Global option to enable debug logs, to better track down potential issues
14+
- Spanish localization (reach out if you want to contribute translations of other languages)
15+
16+
### Changed
17+
18+
- Studio Mode Transition action has now on/off states (off if Studio Mode is not enabled)
19+
- Style of configuration sections/windows improved
20+
21+
### Fixed
22+
23+
- Issue when trying to reorder a newly added stat inside a Stats action
24+
- Long press advanced option for Stats action now disabled (not applicable)
25+
526
## [0.4.0] - 2023-11-22
627

728
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "multi-obs-controller-sdplugin",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Multi OBS Controller plugin allows you to remotely control multiple OBS Studio instances in an easily synchronous way.",
55
"scripts": {
66
"prepare-dev": "symlink-dir ./build/dev.theca11.multiobs.sdPlugin %APPDATA%/Elgato/StreamDeck/Plugins/dev.theca11.multiobs.sdPlugin",

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"Name": "Multi OBS Controller",
44
"Description": "Control one or multiple OBS Studio instances at the same time. Easily keep them synchronized or manage them individually. Stream, record, set current scene, toggle source visibility, mute audio, trigger hotkeys and much more. Advanced actions support any OBS Websockets protocol request.",
55
"Author": "the_ca11",
6-
"Version": "0.4.0",
6+
"Version": "0.5.0",
77
"URL": "https://theca11.github.io/multi-obs-controller",
88
"Icon": "assets/pluginIcon",
99
"CodePath": "plugin/app.html",

0 commit comments

Comments
 (0)