gobs-cli/CHANGELOG.md
2025-06-04 14:43:16 +01:00

2.6 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.10.2] - 2025-06-04

Added

Fixed

  • filter list:
    • sourceName arg now defaults to current scene.
    • defaults are printed for any unmodified values.
  • sceneitem list:
    • prints enabled mark instead of true/false

[0.9.0] - 2025-06-02

Added

  • --version/-v option. See Flags

Changed

  • version command renamed to obs-version

[0.8.2] - 2025-05-29

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

[0.8.0] - 2025-05-27

Added

Changed

  • record stop now prints the output path of the recording.

[0.7.0] - 2025-05-26

Added

[0.6.1] - 2025-05-25

Added

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

[0.4.2] - 2025-05-08

Added

  • replaybuffer toggle command
  • studiomode enable/disable now print output to console
  • stream start/stop now print output to console
  • Unit tests

[0.3.1] - 2025-05-02

Added

  • --man flag for generating/viewing a man page.
  • Ability to load env vars from env files, see the README

[0.2.0] - 2025-04-27

Added

[0.1.0] - 2025-04-24

Added

  • Initial release.