From 7cd1c78f6a9f2f92787809edc3573b030a346dd0 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sat, 21 Jun 2025 20:29:42 +0100 Subject: [PATCH] add --no-border to 0.12.1 Added --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3fbec2..47a4ae7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,13 @@ 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.12.0] - 2025-06-21 +# [0.12.1] - 2025-06-21 ### Added - Various colouring styles, see [Style](https://github.com/onyx-and-iris/gobs-cli/tree/main?tab=readme-ov-file#style) - colouring is applied to list tables as well as highlighted information in stdout/stderr output. + - table border styling may be optionally disabled with the --no-border flag. ### Changed