Releases: TheRustyPickle/Rex
Releases · TheRustyPickle/Rex
v0.2.3
Updates
- New tx types borrow, borrow repay, lend, lend repay for txs
- Fix summary page selection not working when in hidden mode
- Fix unresponsive input when summary is empty
- Fix txs not getting counted on the last day of the month
- The first tag in all transactions is now considered the primary tag and summary will only be generated using the primary tag
- The search page now forces matching all inserted tags instead of matching any of the provided ones
- The summary page now includes data on borrow and lends
- The year selection now scrolls infinitely and txs can be added at any year without any limitation
- Fix a rounding error causing a difference of about 1 cent
- Added three new themes, including dark themes. Switch using the T keypress
Changes
- New tx types by @TheRustyPickle in #118
- Primary tag suummary by @TheRustyPickle in #119
- Add infinite year scrolling by @TheRustyPickle in #120
- Summary hidden mode fix by @TheRustyPickle in #121
- Rounding error by @TheRustyPickle in #122
- New themes by @TheRustyPickle in #123
- Bump versions by @TheRustyPickle in #124
Full Changelog: v0.2.2...v0.2.3
v0.2.2
Updates
- Fix incorrect balances on the homepage after tx position swap
- The search page lists the date, month and year once again
Changes
- Fix home page balance after tx swap by @TheRustyPickle in #116
- Search date by @TheRustyPickle in #117
Full Changelog: v0.2.1...v0.2.2
v0.2.1
Updates
- Fix the app crashing while offline
Changes
- Offline fix by @TheRustyPickle in #115
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Updates
- This release includes a full rewrite with performance improvement across the board
- A new UI has been added for configurations on J key press
- All popup sizing has been improved with most using a fixed size instead of dynamic
- Table date fields now shows more useful information instead of repeating date and year
Changes
- Full rewrite by @TheRustyPickle in #108
- Config conflicts by @TheRustyPickle in #109
- Unwrap removal by @TheRustyPickle in #110
- UI for j by @TheRustyPickle in #111
- Prepare publish by @TheRustyPickle in #112
- Fixed popup size by @TheRustyPickle in #113
- Update by @TheRustyPickle in #114
Full Changelog: v0.1.21...v0.2.0
v0.1.21
Updates
- Add MoM and YoY comparison on the summary page
Changes
- Add MoM and YoY on summary page by @TheRustyPickle in #106
- Summary rewrite by @TheRustyPickle in #107
Full Changelog: v0.1.20...v0.1.21
v0.1.20
Updates
- Fixed chart not showing the impact from the txs on the latest day
Changes
- Chart fix by @TheRustyPickle in #105
Full Changelog: v0.1.19...v0.1.20
v0.1.19
Updates
- Increased efficiency of number and chart animation
- Added number animation in the summary page
- Added missing help text about the existence of Transfer option
- Added option to hide chart legends on R (capital) press
Changes
- Update ubuntu version by @TheRustyPickle in #96
- Lerp everything by @TheRustyPickle in #97
- Remove useless variable previously used for chart animation by @TheRustyPickle in #100
- Add missing help text for transfer by @TheRustyPickle in #102
- Add option to hide chart legends by @TheRustyPickle in #103
- Test update by @TheRustyPickle in #104
Full Changelog: v0.1.18...v0.1.19
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