From 3a12128d12a0217a6200689465422caa65063cfb Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Tue, 30 Jun 2026 15:33:36 +0200 Subject: output: decorate --human tables, color by tx type, IT dates The --human transaction table now uses Italian dates (DD/MM/YYYY), a header rule line, and colors each row by transaction type (withdrawal red, deposit green, transfer cyan) when writing to a TTY. Colors are suppressed when piped; JSON output is unchanged. Bump to 0.2.2. Co-Authored-By: Claude Opus 4.8 --- firefly_cli/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firefly_cli/__init__.py') diff --git a/firefly_cli/__init__.py b/firefly_cli/__init__.py index e025931..6173b2b 100644 --- a/firefly_cli/__init__.py +++ b/firefly_cli/__init__.py @@ -2,4 +2,4 @@ # Copyright (C) 2026 Danilo M. # Licensed under the GNU General Public License v2.0 only. -__version__ = "0.2.1" +__version__ = "0.2.2" -- cgit v1.2.3