From 47b6ef49edaef7cd896ce5f425e99cc389c0d871 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Mon, 26 May 2025 21:59:46 +0100 Subject: [PATCH] add output to projector open patch bump --- obsws_cli/__about__.py | 2 +- obsws_cli/projector.py | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/obsws_cli/__about__.py b/obsws_cli/__about__.py index 85dd476..c70e59a 100644 --- a/obsws_cli/__about__.py +++ b/obsws_cli/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2025-present onyx-and-iris # # SPDX-License-Identifier: MIT -__version__ = "0.13.1" +__version__ = "0.13.2" diff --git a/obsws_cli/projector.py b/obsws_cli/projector.py index 7b62f3c..412b7de 100644 --- a/obsws_cli/projector.py +++ b/obsws_cli/projector.py @@ -64,3 +64,7 @@ def open( source_name=source_name, monitor_index=monitor_index, ) + + out_console.print( + f'Opened projector for source [bold]{source_name}[/] on monitor [bold]{monitor_index}[/].' + )