From bbc6aec2302d246cab7aaaf34a5023cccede9aa4 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sat, 21 Jun 2025 06:59:36 +0100 Subject: [PATCH] add note about style env var in README add 0.12.0 to CHANGELOG --- CHANGELOG.md | 15 +++++++++++++++ README.md | 2 ++ 2 files changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 357e17d..e3fbec2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ 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.12.0] - 2025-06-21 + +### Added + +- Various colouring styles, see [Style](https://github.com/onyx-and-iris/gobs-cli/tree/main?tab=readme-ov-file#style) + - colouring is applied to list tables as well as highlighted information in stdout/stderr output. + +### Changed + +- if an itemName is passed to a sceneitem command that's in a group, without the --group flag, a friendlier error message is displayed. + - it will suggest using *gobs-cli si ls* to list sources in the scene. +- if an invalid --monitor-index is passed to projector open a friendlier error message is displayed. + - it will suggest using *gobs-cli prj ls-m* to list available monitors. + + # [0.11.0] - 2025-06-20 ### Added diff --git a/README.md b/README.md index 16902c3..6394e47 100644 --- a/README.md +++ b/README.md @@ -625,6 +625,8 @@ Available options are: - navy - black +Alternatively you may set the style with an environment variable `GOBS_STYLE`. + [userconfigdir]: https://pkg.go.dev/os#UserConfigDir [obs-keyids]: https://github.com/obsproject/obs-studio/blob/master/libobs/obs-hotkeys.h