Skip to content

Release v1.2.0

Compare
Choose a tag to compare
@KrawMire KrawMire released this 02 Oct 15:23
· 37 commits to dev since this release

First of all, thank you for your interest in this project!

New features

  • Added filtering by date to the transactions page, so now when you open a transactions page not all transactions are loaded to the memory.

Major fixes

  • Fixed TransactionsRepository to filter by profile ID, because it could cause an error in the future when support for multiple profiles will be added.

Minor fixes

  • Renamed TransactionPageViewModel to TransactionsPageViewModel for consistency :)