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 /firefly_cli/__init__.py | |
| 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 'firefly_cli/__init__.py')
| -rw-r--r-- | firefly_cli/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firefly_cli/__init__.py b/firefly_cli/__init__.py index 66300ca..f2c1864 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.3.8" +__version__ = "0.4.0" |
