Releases: MoneyTools/MyMoney.Net
Releases · MoneyTools/MyMoney.Net
MyMoney.Net 2.1.0.3
- Fix OFX parsing issue so that Citibank VISA cards Connect dialog works properly.
- Fix online banking documentation & screenshots.
- Add backslash escaping support to escape a double quote in the quickfilter search box.
MyMoney.Net 2.1.0.1
- Fix regression in cost basis calculation of Remove transactions.
- Fix state of open database dialog so redundant "Open" buttons do not appear in the File/Open case.
- Remove password field from AppSettings dialog when database is a SQL Lite database.
MyMoney.Net 2.1.0.0
- Move the app to .NET 7.0 Desktop Runtime.
- Remove winget installer for now since it is not supported yet for .NET 7.0 apps.
- Remove password support from SQL Lite file, since this now requires a $2000 license.
- Fix Modern UI for online account setup dialog.
- Fix bug in OFX 2.0 handling and add a unit test for it
- Fix bug when you delete an account it was auto setting DisplayClosedAccounts
- Make History Chart available on Bank accounts.
- Show new errors from AlphaVantage (seems daily stock quote info now requires premium account).
- Fix binary xml load/save.
MyMoney.Net 2.0.1.10
- Add option 'accept reconciled transactions' which if checked will cause the reconciliation of a transaction to also automatically mark that
transaction as accepted. - Improve handling of new statement file during balancing.
- Reduce chart updates during trivial non-chart related changes.
- Fix a couple null reference exceptions
- Fix split text color in dark mode (thanks to JP!)
MyMoney.Net 2.0.1.9
- Add option 'accept reconciled transactions' which if checked will cause the reconciliation of a transaction to also automatically mark that
transaction as accepted. - Improve handling of new statement file during balancing.
- Reduce chart updates during trivial non-chart related changes.
- Fix a couple null reference exceptions
- Fix split text color in dark mode (thanks to JP!)
MyMoney.Net 2.0.1.8
- Thanks to JP for improving some icon styles on the Balance Control.
- Fix to improve transaction view performance after editing just the Category (previously it was triggering a rebalance and sometimes even a date change which triggers a complete refresh).
MyMoney.Net 2.0.1.7
- Thanks to JP for improving some icon styles on the Balance Control.
- Fix to improve transaction view performance after editing just the Category (previously it was triggering a rebalance and sometimes even a date change which triggers a complete refresh).
MyMoney.Net 2.0.1.6
- Move source code and Releases to https://github.com/MoneyTools/MyMoney.Net
MyMoney.Net 2.0.1.5
- Move source code and Releases to https://github.com/MoneyTools/MyMoney.Net
MyMoney.Net 2.0.1.4
- F12 Find and create Transfer transaction (thanks to JP!).