summaryrefslogtreecommitdiffstats
path: root/firefly_cli/__init__.py
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-06-30 15:33:36 +0200
committerDanilo M. <danix@danix.xyz>2026-06-30 15:33:36 +0200
commit3a12128d12a0217a6200689465422caa65063cfb (patch)
treed5589b7c430bcda04a0bfc95f34d6f6120e071f3 /firefly_cli/__init__.py
parent9c15e172eb5b50796eb050cc5704471bce09e024 (diff)
downloadfirefly-cli-0.2.2.tar.gz
firefly-cli-0.2.2.zip
output: decorate --human tables, color by tx type, IT datesv0.2.2
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 <noreply@anthropic.com>
Diffstat (limited to 'firefly_cli/__init__.py')
-rw-r--r--firefly_cli/__init__.py2
1 files changed, 1 insertions, 1 deletions
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. <danix@danix.xyz>
# Licensed under the GNU General Public License v2.0 only.
-__version__ = "0.2.1"
+__version__ = "0.2.2"