From eb30cae5b72c37f5c6a101d3c1cfaaedc60f1276 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 27 Jun 2025 13:51:42 +0100 Subject: [PATCH] add 0.13.3 to CHANGELOG --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7049e6..ed9979f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +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.13.2] - 2025-06-26 +# [0.13.3] - 2025-06-27 ### Changed - usage is now printed on errors. - help is printed in compact mode. This should make it easier to page through help on the root command. +### Fixed + +- Item ID alignment in sceneitem list table. + # [0.13.0] - 2025-06-23 ### Added