review
subcommand to sum all transactions across each category.
- Adding broader support for
Category
budgets in thehomebank_db
crate - Display budget progress with the
budget
subcommand- Renders progress bars of transactions within a category and compares that against budgets set for those categories
- Can search for categories by their name or consider specific time intervals
- Ability to query by parent + sub-category
- Parent categories are separated by their sub-categories with a
:
- It was previously impossible to distinguish between sub-categories with the same name, e.g.
Hello:There
andWhoGoes:There
. - Now, you can include the entire parent + sub-category name in the query.
- Parent categories are separated by their sub-categories with a
- Initial release