summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
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 /pyproject.toml
parent9c15e172eb5b50796eb050cc5704471bce09e024 (diff)
downloadfirefly-cli-e37d253750096b725f406310c48457ceaae3db80.tar.gz
firefly-cli-e37d253750096b725f406310c48457ceaae3db80.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 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index fa4a82f..7812540 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "firefly-iii-agent"
-version = "0.2.1"
+version = "0.2.2"
description = "CLI tool for agent interaction with Firefly III"
readme = "README.md"
requires-python = ">=3.11"