From 48201e4bbb8e97f0d2abfd8b0a5faeb4d2eba5e8 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Thu, 12 Jun 2025 05:29:48 +0100 Subject: [PATCH] add 0.8.0 to CHANGELOG --- CHANGELOG.md | 14 ++++++++++++++ src/slobs_cli/__about__.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04460ef..37601f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ 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.8.0] - 2025-06-12 + +### Added + +- custom error class SlobsCliError. + +### Changed + +- scene list now shows which scene is the current active scene. +- audio list now shows mute states. + +- erroneous paths now print error messages and return 1 instead of raising exceptions. + - unit tests updated to reflect the changes. + # [0.7.6] - 2025-06-11 ### Added diff --git a/src/slobs_cli/__about__.py b/src/slobs_cli/__about__.py index 894cebc..777f190 100644 --- a/src/slobs_cli/__about__.py +++ b/src/slobs_cli/__about__.py @@ -1 +1 @@ -__version__ = "0.7.8" +__version__ = "0.8.0"