Budget Tracker TUI 1.4.1
What's Changed
- Use anchored dates for recurring transactions by @Feromond in #64
- Normalize shift on Backspace, Delete, Enter by @Feromond in #65
- Add Ctrl+F support for advanced filtering by @Feromond in #66
- Bumped version from 1.4.0 -> 1.4.1 by @Feromond in #67
- Remember origin when opening category catalog by @Feromond in #68
- Add category catalog filtering and navigation by @Feromond in #69
- Update README and add user guide by @Feromond in #70
Full Changelog: v1.4.0...v1.4.1
To update/install easily without downloading anything you can use cargo! (If you are not using the installer below)
cargo install budget_tracker_tuiTDLR:
Mostly bug fixes / smaller improvements. To find out what was in the latest major release, check out version 1.4.0
- Fixed recurring transaction dates breaking in specific cases
- Fixed how certain key combinations would prevent typing in the description or other input fields
- Enabled getting to advanced filtering directly without needing to do the simple filter first
- Made it easy to jump into the category catalog directly from the budget view
- Improved the category catalog with filtering and improved navigation
- Updated the readme to make it easier to read through and separated the detailed information into a
docs/folder
