From e5223fbdfde592a85989d13215e5f37f312278c0 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Thu, 29 May 2025 15:31:53 +0100 Subject: [PATCH] add 0.8.2 to CHANGELOG --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fa907d..b34b7c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. 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.8.2] + +### Added + +- record start/stop and stream start/stop commands check outputActive states first. + - Errors are returned if the command cannot be performed. + +### Changed + +- The --parent flag for the sceneitem commands has been renamed to --group, see [SceneItemCmd](https://github.com/onyx-and-iris/gobs-cli?tab=readme-ov-file#sceneitemcmd) + # [0.8.0] - 2025-05-27 ### Added