error messages now have style bold red

error highlights are now yellow

normal highlights are now green

_validate_scene_name_and_item_name renamed to _validate_sources

its now a normal function and not a decorator

it also returns bool instead of raising typer.Exit()

patch bump
This commit is contained in:
2025-06-06 20:55:35 +01:00
parent ddb92bb317
commit 81518a14ea
2 changed files with 92 additions and 96 deletions

View File

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2025-present onyx-and-iris <code@onyxandiris.online>
#
# SPDX-License-Identifier: MIT
__version__ = "0.16.4"
__version__ = "0.16.5"