add 0.13.0 to CHANGELOG

add projector section to README
This commit is contained in:
onyx-and-iris 2025-05-26 20:54:47 +01:00
parent 2739fa28f0
commit ac4dbb69ec
2 changed files with 32 additions and 0 deletions

View File

@ -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

View File

@ -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: <source_name>
```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.