diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e87d86..30d3a67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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.13.0] - 2025-05-26 + +### Added + +- projector commands, see [projector](https://github.com/onyx-and-iris/obsws-cli?tab=readme-ov-file#projector) + +### Changed + +- list commands that result in empty lists now return exit code 0 and write to stdout. + # [0.12.0] - 2025-05-23 ### Added diff --git a/README.md b/README.md index 66f348e..7778748 100644 --- a/README.md +++ b/README.md @@ -534,6 +534,28 @@ obsws-cli filter toggle "Mic/Aux" "Gain" obsws-cli filter status "Mic/Aux" "Gain" ``` +#### Projector + +- list-monitors: List available monitors. + +```console +obsws-cli projector list-monitors +``` + +- open: Open a fullscreen projector for a source on a specific monitor. + - flags: + + *optional* + - --monitor-index: Index of the monitor to open the projector on. + - defaults to 0 + + - args: + +```console +obsws-cli projector open --monitor-index=1 "Scene" +``` + + ## License `obsws-cli` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.