Skip to content

Commit 2055104

Browse files
committed
base: Update version to 5.5.0
New Features: - Added `CreateRecordChapter` request for the new native MP4 muxer [tt2468] - Added `SplitRecordFile` request to create a file split [tt2468] - Added `RecordFileChanged` request for when the current recording is split [tt2468] - Added obs-websocket-api as a Cmake target, allowing plugins to build against it without directly including the header file in their source tree. [tytan652] - Added the ability to subscribe to obs-websocket events via the obs-websocket-api header file. [tt2468] Enhancements: - Added `cropToBounds` boolean value to Get/SetSceneItemTransform [exeldro] Bug Fixes: - Fixed screenshot behavior of sources with a crop filter not respecting the cropped size (#1132) [tt2468] - Fixed an issue with `TriggerHotkeyByName` not releasing keys correctly when multiple keys are specified. [exeldro] Other Notes: - Fixed a few enums showing as deprecated in the documentation - The location of the obs-websocket global settings data has changed! Settings located in `global.ini` have moved to the `plugin_config/obs-websocket` directory. This includes the `global` realm for the `*PersistentData` requests. Upon loading with an un-migrated configuration, obs-websocket will perform a migration and delete the old configurations. As such, **migration is not reversible**
1 parent 086bf06 commit 2055104

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16...3.25)
22

33
legacy_check()
44

5-
set(obs-websocket_VERSION 5.4.2)
5+
set(obs-websocket_VERSION 5.5.0)
66
set(OBS_WEBSOCKET_RPC_VERSION 1)
77

88
include(cmake/obs-websocket-api.cmake)

cmake/legacy.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project(obs-websocket VERSION 5.4.2)
1+
project(obs-websocket VERSION 5.5.0)
22
set(OBS_WEBSOCKET_RPC_VERSION 1)
33

44
option(ENABLE_WEBSOCKET "Enable building OBS with websocket plugin" ON)

0 commit comments

Comments
 (0)