print colourless check/cross marks if NO_COLOR is set

patch bump
This commit is contained in:
2025-06-20 23:19:27 +01:00
parent 85b653891d
commit fd2e629ec2
9 changed files with 27 additions and 21 deletions

View File

@@ -5,7 +5,7 @@ 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.17.0] - 2025-06-20
# [0.17.3] - 2025-06-20
### Added
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- scene list no longer prints the UUIDs by default, enable it with the --uuid flag.
- if NO_COLOR is set, print colourless check and cross marks in tables.
### Fixed