From 73fffe2e6f359b302b72b1f3740a08e471a31acc Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 3 Jul 2026 18:02:48 +0200 Subject: feat: budget management group + tx add --budget (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 --- firefly_cli/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firefly_cli') 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. # Licensed under the GNU General Public License v2.0 only. -__version__ = "0.3.8" +__version__ = "0.4.0" -- cgit v1.2.3