From 82c0756ddec311abc1f92bb7e0e563e558dbeed6 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 20 Jun 2025 04:41:26 +0100 Subject: [PATCH] add 0.11.0 to CHANGELOG --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f3886a..357e17d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ 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.11.0] - 2025-06-20 + +### Added + +- input list, scene list and sceneitem list now accept --uuid flag. +- Active column added to scene list table. + +### Changed + +- scene list no longer prints the UUIDs by default, enable it with the --uuid flag. + # [0.10.3] - 2025-06-07 ### Added