Releases: AArnott/MoneyMan
Releases · AArnott/MoneyMan
v0.3.1-alpha
What's Changed
- Update to .NET 6.0 by @AArnott in #56
- Use view model for provisionary grid rows instead of WPF by @AArnott in #59
- One-click text box focus in split grid by @AArnott in #60
- Fail to open databases that are newer than the current application version by @AArnott in #61
- Apply foreign key constraints on all references by @AArnott in #62
- Add ability to reassign transactions' categories when deleting categories by @AArnott in #63
- Implement Undo command by @AArnott in #64
- Strong-name sign by @AArnott in #71
- Add assets and investment accounts by @AArnott in #72
- Fixes to a few split bugs by @AArnott in #76
- Fix patch-up of transfer transactions involving an account that has been deleted by @AArnott in #77
- Some code cleanup by @AArnott in #78
- Refactor view model base class by @AArnott in #79
- Refactor schema based on transaction entries by @AArnott in #87
- Reliable data file upgrades by @AArnott in #93
- Avoid first chance exception on startup by @AArnott in #95
- Add OFX import command by @AArnott in #96
- Importing transaction improvements by @AArnott in #97
- Select all textbox text on keyboard focus by @AArnott in #98
- Add support for importing QIF files by @AArnott in #102
- Small improvements to UI and perf by @AArnott in #104
- Perf improvements for large data files by @AArnott in #105
- Fix split transaction amount updates after reload by @AArnott in #107
Full Changelog: v0.2.84-alpha...v0.3.1-alpha
v0.2.84-alpha
Changes:
Fixes:
- #38: Banking transaction Category dropdown includes own account, leads to malfunction
- #36: Fix transaction sort on load
- #45: Fix crash when deleting rows
Enhancements:
- #41: Lots of sorting goodness
- #53: Add transaction splits
- #52: Track schema versions
- #44: Set focus on Name field when adding categories or accounts
- #40: Keep accounts list sorted in the Banking tab
- #37: Publish CI builds to their own channel
This list of changes was auto generated.
v0.2.18-alpha
Changes:
Fixes:
- #31: New transaction resets date to "today" after user sets it
Enhancements:
- Reduce required clicks to edit a transaction from 3 to 1.
Others:
- #32: A few bug fixes
This list of changes was auto generated.
v0.2.12-alpha
Changes:
Fixes:
- #28: Some account register columns' text alignment is off
- Installer enhancements
This list of changes was auto generated.
v0.2.1-alpha
Initial prerelease. Very basic transactions, categories, accounts management.