Skip to content

Releases: pepeien/financy

On black and white fix v1.7.5

02 Oct 14:11
Compare
Choose a tag to compare

Change Log :

  • 1 Added installment information to the user report.

Instructions (Windows) :

On black and white v1.7

02 Oct 13:26
Compare
Choose a tag to compare

Even though you can see the history and projections of an account, sometimes you need to use the good and old paper to check things out, this update works on that.

Change Log :

  • 1 Users can now download their account purchases report as a pdf file.

Instructions (Windows) :

Time travelling v1.6

16 Sep 16:40
Compare
Choose a tag to compare

Even though you can see the history and projections of an account, the ability to see the bigger picture and analyze on bigger scale (a.k.a Home View) whenever you want is missing, this update fixes that.

Change Log :

  • 1 Users can not choose the date context of the Home View.

Instructions (Windows) :

Keeping a close watch pt.2 v.1.5.5

10 Jul 16:47
Compare
Choose a tag to compare

This update implements the user filter to the account page.

Change Log :

  • 1 Account history page now can filter per user;

  • 2 Minor updates to the dark theme color pallet.

Instructions (Windows) :

Keeping a close watch v1.5

08 Jul 16:00
eef2da1
Compare
Choose a tag to compare

This update introduces a way to cancel recurring purchases and a way to filter the expense map based on the users the owner is sharing with.

Change Log :

  • 1 Recurring purchases can now be canceled:

  • 2 The user home page overview chart can now filter an user, displaying his current due amount.

Instructions (Windows) :

Sharing is caring v1.4

03 Jul 01:11
91e7483
Compare
Choose a tag to compare

This update is mainly focused on adding account sharing, introduced at (#4);

In order to implement account sharing changes to the Purchases and Accounts data structures were required, rendering versions v1.0 ~ v1.3 not compatible with files created with this and newer versions.

Change Log :

  • 1 Accounts can now be shared between users:

    • 1.1 Accounts now follow a owner and shared to user hierarchy;

    • 1.2 Owners can interact all purchases, shared to users can only interact with their own purchases.

  • 2 Purchases installment count can only go up to 120;

    • 2.1 Past purchases that went over the new limit will function as normally.

  • 3 Minor UX improvements regarding the purchase creation.

Instructions (Windows) :

Every day matters v1.3

26 Jun 20:41
Compare
Choose a tag to compare

This update is mainly focused on improve accounts and purchase date related issues (#1 , #2 );

Change Log :

  • 1 Accounts closing day can now go up to the 30th;

  • 2 A date picker was implemented to the purchase creation and editions forms;

  • 3 Installations are now per user.

Instructions (Windows) :

Step by step v1.2

09 Jun 02:28
Compare
Choose a tag to compare

As of right now the logic when it comes to load the account history of expenses loads all at once everything. That poses a problem, for instance if you made a purchase back in 01/01/2022 that contains 240 installments, by itself this would generate 240 history nodes increasing the memory usage by ~400MB.

P.S Even though this release only fixes part of said problem, it did reduce the memory consumption by a good margin

Change Log :

  • 1 Statement purchase are now only generated on history node selection.

Instructions (Windows) :

Fix what is broke v1.1

03 Jun 21:01
Compare
Choose a tag to compare

After some reports few bugs were spotted, in order to go add more functionalities to the application, getting the base stable is the primary priority.

Change Log :

  • 1 Improved purchase events handling;

  • 2 Added border to root window to better visual hierarchy;

  • 3 Double validators are now consistent across different systems;

  • 4 The Dropdown scrollbar are now always visible.

Making it happen' v1.0

02 Jun 03:13
5dab6dd
Compare
Choose a tag to compare

This version is the touchstone, all the functionalities that where present on my spreadsheet where ported over.

Enjoy!