Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,39 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

---

## [1.14.0] - 2026-03-09

### Added

#### Advanced OBS Studio Integration

- **AdvancedOBSControls Component** (`src/components/AdvancedOBSControls.tsx`): Main advanced controls component with tabbed interface for quick controls, scene collections, profiles, and statistics
- **SourceFilters Component** (`src/components/SourceFilters.tsx`): Source filter management with add, edit, and remove functionality for audio/video filters
- **ReplayBufferControls Component** (`src/components/ReplayBufferControls.tsx`): Dedicated replay buffer controls with start/stop/save functionality
- **SceneCollectionManager Component** (`src/components/SceneCollectionManager.tsx`): Scene collection management with switch and create capabilities

#### Advanced OBS Features

- **Replay Buffer**: Start/stop replay buffer, save replay with one click
- **Virtual Camera**: Toggle virtual camera output for video conferencing
- **Studio Mode**: Enable/disable studio mode for preview/edit workflow
- **Scene Collections**: View, switch between, and create new scene collections
- **Profile Management**: View and switch between OBS profiles
- **Source Filters**: Add, configure, and remove filters from audio/video sources
- **Statistics Display**: Real-time CPU usage, memory usage, frame timing, and more

#### Service Layer Updates

- **OBSWebSocketService**: Added methods for replay buffer control, virtual camera, studio mode, scene collections, profiles, and filter management
- **Media Input Actions**: Fixed media playback controls using TriggerMediaInputAction API
- **Scene Item Creation**: Fixed createSceneItem to use correct OBS WebSocket 5.x API

#### Integration

- Added "Advanced" tab to OBSIntegration component for centralized access to all advanced controls

---

## [1.13.0] - 2026-03-09

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "v-streaming",
"version": "1.13.0",
"version": "1.14.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
Loading
Loading