diff options
| author | Danilo M. <danix@danix.xyz> | 2026-07-01 10:29:04 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-07-01 10:29:04 +0200 |
| commit | b078c5980facc0ebe4acd1f251f6ae3dad561292 (patch) | |
| tree | 29611c1d9f039e96db81b4b2bc31b8d7729f0a36 /pyproject.toml | |
| parent | 0c9939c5961a3cef50e6378c0eefbeaae00f4c67 (diff) | |
| download | firefly-cli-b078c5980facc0ebe4acd1f251f6ae3dad561292.tar.gz firefly-cli-b078c5980facc0ebe4acd1f251f6ae3dad561292.zip | |
feat: account balance --at for historical balance (v0.3.2)
Reconciliation needed an account's balance as of a past date; the command
only reported the current balance, forcing hand-written sum scripts.
--at YYYY-MM-DD re-fetches the account with Firefly's ?date= param, which
recomputes current_balance as of that date (end of day, no client math).
Without --at the current-balance path is unchanged (no extra API call).
Verified live read-only against real data: Mediolanum current 183.23 vs
--at 2026-06-10 164.38, boundary probe gives distinct daily balances.
PATCH: new optional flag, contract unchanged.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index cb0fdaa..fd0d369 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "firefly-iii-agent" -version = "0.3.1" +version = "0.3.2" description = "CLI tool for agent interaction with Firefly III" readme = "README.md" requires-python = ">=3.11" |
