diff options
| author | Danilo M. <danix@danix.xyz> | 2026-07-03 18:02:48 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-07-03 18:02:48 +0200 |
| commit | 73fffe2e6f359b302b72b1f3740a08e471a31acc (patch) | |
| tree | 95918a1f8dbceffb2c4ca989f7755cc119ebdee8 /pyproject.toml | |
| parent | cab0885735bc48deb52553baac2701ae86dc3749 (diff) | |
| download | firefly-cli-73fffe2e6f359b302b72b1f3740a08e471a31acc.tar.gz firefly-cli-73fffe2e6f359b302b72b1f3740a08e471a31acc.zip | |
feat: budget management group + tx add --budget (v0.4.0)v0.4.0
New budget group: list, create, delete, enable, disable, limit-list,
limit-set. Budgets resolve by name or id (must pre-exist, not auto-created).
tx add --budget assigns a budget to the transaction. budget list and
limit-set default to the current calendar month.
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 ae35bd7..0d1f7e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "firefly-iii-agent" -version = "0.3.8" +version = "0.4.0" description = "CLI tool for agent interaction with Firefly III" readme = "README.md" requires-python = ">=3.11" |
