diff --git a/CHANGELOG.md b/CHANGELOG.md index f11aba2..6324d7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,18 @@ 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.6.0] - 2025-05-25 + +# [0.6.1] - 2025-05-25 ### Added - filter commands, see [Filter](https://github.com/onyx-and-iris/gobs-cli?tab=readme-ov-file#filtercmd) +### Changed + +- list commands are now printed as tables. + - This affects group, hotkey, input, profile, scene, scenecollection and sceneitem command groups. + # [0.5.0] - 2025-05-22 ### Added diff --git a/README.md b/README.md index 184cede..5da4cbb 100644 --- a/README.md +++ b/README.md @@ -79,9 +79,14 @@ gobs-cli scene switch --preview LIVE ### SceneItemCmd - list: List all scene items. + + *optional* - args: SceneName + - defaults to current scene ```console +gobs-cli sceneitem list + gobs-cli sceneitem list LIVE ``` @@ -161,9 +166,14 @@ gobs-cli sceneitem transform \ ### GroupCmd - list: List all groups. + + *optional* - args: SceneName + - defaults to current scene ```console +gobs-cli group list + gobs-cli group list START ```