MoneyTools / MyMoney.Net

MyMoney is a rich client .NET ClickOnce application for managing your personal finances. It is written entirely in C# and is designed for programmers who want easy access to their data and who want to quickly and easily add their own features. Your data will not be locked up in some proprietary format, it is yours to do with as you like.
https://moneytools.github.io/MyMoney.Net/
70 stars 22 forks source link

Back button behaviour #85

Closed andreva7 closed 1 year ago

andreva7 commented 1 year ago

The back button does not work when the previous screen is a cashflow report. It would be very useful if it did :-)

lovettchris commented 1 year ago

I pushed a fix, reports are now included in the Back/Foward navigation.

lovettchris commented 1 year ago

Fixed in https://github.com/MoneyTools/MyMoney.Net/releases/tag/2.1.0.12

andreva7 commented 1 year ago

Awesome! thanks.