print list as rich table

swap out typer.echo for rich consoles

add filter status command

add util function

minor bump
This commit is contained in:
2025-05-23 21:29:18 +01:00
parent eaa66f0bd5
commit 37dbbdf4e2
5 changed files with 70 additions and 16 deletions

View File

@@ -5,6 +5,12 @@ 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-05-23
### Added
- filter commands, see [Filter](https://github.com/onyx-and-iris/obsws-cli?tab=readme-ov-file#filter)
# [0.11.0] - 2025-05-22
### Added