Skip to content

Release v1.3.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@KrawMire KrawMire released this 15 Dec 21:38
· 16 commits to dev since this release
1347899

First of all, thank you for your interest in this project, I really appreciate it!

New Features

  • Added Pull to Refresh action to HomePage. It was needed because when you reopen the application at next day it would show you data for previous day;

Fixed bugs

  • Fixed an issue which caused to not including transactions made at the last day of month into transactions list and calculation process of profile;
  • Fixed an issue which was causing to decreasing a PlannedAmount of today expenses with every new today expense transaction;
  • Fixed an issue when savings transactions which are not from current month was not included into calculation process of profile, and because of that you could not see total amount of saved money;
  • Removed redundant async void from ViewModels;