mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2025-06-27 14:00:30 +01:00
add 0.13.0 to CHANGELOG
add projector section to README
This commit is contained in:
parent
2739fa28f0
commit
ac4dbb69ec
10
CHANGELOG.md
10
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
|
||||
|
22
README.md
22
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: <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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user