mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
base: Update version to 5.2.0
- Fixed a crash caused if `authentication` payload field was not a string - Allow empty vendor request data - Minor documentation fixes - Replace submodules with obs-deps or system versions where possible - asio - websocketpp - nlohmann/json - Refactor CMake to allow uplift to new obs-studio CMake
This commit is contained in:
parent
db2c251189
commit
7ca8d5fc2b
@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16...3.25)
|
||||
|
||||
legacy_check()
|
||||
|
||||
set(obs-websocket_VERSION 5.1.0)
|
||||
set(obs-websocket_VERSION 5.2.0)
|
||||
set(OBS_WEBSOCKET_RPC_VERSION 1)
|
||||
|
||||
option(ENABLE_WEBSOCKET "Enable building OBS with websocket plugin" ON)
|
||||
|
@ -1,4 +1,4 @@
|
||||
project(obs-websocket VERSION 5.1.0)
|
||||
project(obs-websocket VERSION 5.2.0)
|
||||
set(OBS_WEBSOCKET_RPC_VERSION 1)
|
||||
|
||||
option(ENABLE_WEBSOCKET "Enable building OBS with websocket plugin" ON)
|
||||
|
Loading…
Reference in New Issue
Block a user