Releases: TheRustyPickle/Rex
Releases · TheRustyPickle/Rex
v0.1.18
Updates
- Fixed the app not working while offline
- When editing a tx the add tx page now will show the balance before the tx happened
- Fixed summary page inconsistent date lengths
- Updated dependency
Changes
- Fix not working offline by @TheRustyPickle in #93
- Fixes by @TheRustyPickle in #94
- Update version by @TheRustyPickle in #95
Full Changelog: v0.1.17...v0.1.18
v0.1.17
Updates
- Chart now contains a new Cumulative option, showing a chart line of cumulative balance
- All dependencies have been brought up to date and use the latest Rust version
Changes
- Chart update by @TheRustyPickle in #90
- Update dep by @TheRustyPickle in #91
- UPDATE by @TheRustyPickle in #92
Full Changelog: v0.1.16...v0.1.17
v0.1.16
Updates
- All amount fields now recognize 'k' and 'm' number suffixes as a thousand and a million allowing usage of 1k, 5m.
- The initial page text layout has been updated.
- The Home page now has two more rows in the Balance section highlighting daily income and expense amount.
- Pressing 'v' on a selected transaction/activity will show the full transaction details. Useful in case the detail is too large.
- The chart page now has the option to enable/disable TX methods from the chart on the 'space' press.
- All popups have been updated and now can be scrolled using the Arrow Up or Down keys.
- The Add Transaction page now shows the transaction impact as the fields are filled up.
- The number animation system has been improved with reduced/minimal freezing.
- All dependencies and Rust have been updated to the latest version.
Changes
- Recognize number suffix by @TheRustyPickle in #76
- Revamp initial page by @TheRustyPickle in #77
- Add daily income and expense rows by @TheRustyPickle in #79
- Show tx details on V key press by @TheRustyPickle in #81
- Add chart point selection by @TheRustyPickle in #83
- Add scrolling to all popup by @TheRustyPickle in #84
- Fix number suffix crash by @TheRustyPickle in #85
- Show balance change from a tx on add tx page by @TheRustyPickle in #86
- Dependency updates by @TheRustyPickle in #87
- Update version by @TheRustyPickle in #88
Full Changelog: v0.1.15...v0.1.16
v0.1.15
Updates
- Fix negative balance getting stuck at 0.00
- Fix the search page not giving correct results when tx type is transfer and both from and to method fields are not filled up
- Fix a bug that caused unrelated transactions to show up on the home page
- On the Home page transactions with the same date can now be moved up with ',' and down with '.'
- A new option on J press to add backup locations. On q press, the latest DB will be copied there
- Added previously missing option to reset new app data location when the input is blank
- New and modified status updates for better clarity
- New offset-based scrolling when scrolling tables
- A new Activity page on 'y' press that will show activity details such as when transactions were added, deleted, edited, etc
- Popup help texts have been updated
- Dependency updates and minor performance improvements
Changes
- Fix negative balance not loading by @TheRustyPickle in #57
- Allow switching position of a tx by @TheRustyPickle in #60
- Show a new info status when switching to normal tx mode by @TheRustyPickle in #65
- Backup path by @TheRustyPickle in #66
- Update dependencies by @TheRustyPickle in #67
- Add a history page by @TheRustyPickle in #68
- Fix id swap UI bug by @TheRustyPickle in #72
- Update popup text by @TheRustyPickle in #74
Full Changelog: v0.1.14...v0.1.15
v0.1.14
Updates
- New option to change app data location on 'J' press.
- The home page now has slight animation as the number changes.
- A status will now be shown when a transaction is being edited.
Changes
- Improve path handling by @TheRustyPickle in #46
- Add the option to change file data location by @TheRustyPickle in #47
- Dependency updates by @TheRustyPickle in #48
- Update test coverage by @TheRustyPickle in #49
- Add number animation by @TheRustyPickle in #50
- Add a info status on tx edit by @TheRustyPickle in #53
- Update version by @TheRustyPickle in #54
Full Changelog: v0.1.13...v0.1.14
v0.1.13
Updates
- Home page now shows a breakdown of total expense/income per transaction method
Changes
- Show detailed income expense info on the home page by @TheRustyPickle in #43
- Update version by @TheRustyPickle in #44
Full Changelog: v0.1.12...v0.1.13
v0.1.12
Updates
- Moved Summary sorting key to 'X'
- Added new key support 'X' on the Search page to cycle date types for searching
- Support for verification and value stepping for all date types on the Seach page
- Search page no longer auto-fills the date field
- Fixed Search page matching partial tag, resulting in unrelated transactions
- Transactions can now be deleted on the search page using 'D'
- Transactions can now be edited on the search page using 'E'
Changes
- Add NetBSD by @0323pin in #29
- Update logo to make it round, small and transparent by @vlad-onis in #34
- Fix db query by @TheRustyPickle in #37
- Added searching by date, month, year by @TheRustyPickle in #38
- Added edit and deleting function on search page directly by @TheRustyPickle in #39
- Bump version by @TheRustyPickle in #40
New Contributors
- @0323pin made their first contribution in #29
- @vlad-onis made their first contribution in #34
Full Changelog: v0.1.11...v0.1.12
v0.1.11
Updates
- Add tx and transfer page has been merged into one page. Pressing T no longer does anything
- A new page for searching transactions has been added on W press
- Search page support for >, <, >= and <= on amount field
- Details, Tx method, Tags now support tab completion
- Improved matching partial string for auto-completion
- Pressing S on the summary page now cycles sorting transactions by tags, income, or expense
- Pressing Enter on a tag on the Summary page now opens the search page showing all tx with the tag
- A popup will now show up when trying to delete a tx to confirm it
- Deleting tx won't force select the Month section anymore. Instead, select the previous tx
- Other improvements and bug fixes
Changes
- Switch to ratatui by @TheRustyPickle in #20
- Added tab completion on certain fields by @TheRustyPickle in #21
- Added summary sorting on S press by @TheRustyPickle in #22
- Add tx searching option by @TheRustyPickle in #23
- Added deletion popup by @TheRustyPickle in #26
- Fixed autofiller not working on fresh installation by @TheRustyPickle in #27
- Update version by @TheRustyPickle in #28
Full Changelog: v0.1.10...v0.1.11
v0.1.10
Updates
- Added option to reposition/rename transaction methods on J press
- Added field clearing on C press on add tx and transfer page
- New update popup will now show some notes from GitHub release
Changes
- Add github actions by @TheRustyPickle in #17
- Added rename and reposition for transactions methods by @TheRustyPickle in #18
Full Changelog: v0.1.9...v0.1.10
v0.1.9
Updates
- Fixed a bug that prevented adding two transfer tx in one session
Changes
- Transfer fix by @TheRustyPickle in #13
Full Changelog: v0.1.8...v0.1.9