Skip to content

Releases: NickvisionApps/Denaro

V2022.11.0-beta2

06 Nov 07:12
Compare
Choose a tag to compare
V2022.11.0-beta2 Pre-release
Pre-release

Introducing Translation Support!

In this beta release, we added support for translations.
Please submit a PR with your translations by Nov 10, 2022 to be included in the V2022.11.0 stable release for this week.

Changes from V2022.10.0:

  • Introducing Groups: Add groups to an account and associate transactions with groups for a more precise finance management system (#2)
  • Added translation support (#1) (Special thanks to @zothma and #9 for teaching me how to do this)

How to run the beta version:

  • Download the org.nickvision.money.flatpak file from the assets below
  • Run flatpak install org.nickvision.money.flatpak from the directory containing the .flatpak file
  • Run flatpak run org.nickvision.money//master to start the app! (You should also see it in your app grid)

This is a beta version, bugs are expected. Please file a bug report for any issue found

V2022.11.0-beta1

06 Nov 00:41
Compare
Choose a tag to compare
V2022.11.0-beta1 Pre-release
Pre-release

Introducing Groups!

In this beta release, we implemented the groups feature.

Changes from V2022.10.0:

  • Introducing Groups: Add groups to an account and associate transactions with groups for a more precise finance management system (#2)

How to run the beta version:

  • Download the org.nickvision.money.flatpak file from the assets below
  • Run flatpak install org.nickvision.money.flatpak from the directory containing the .flatpak file
  • Run flatpak run org.nickvision.money//master to start the app! (You should also see it in your app grid)

This is a beta version, bugs are expected. Please file a bug report for any issue found

V2022.10.0

30 Oct 01:34
Compare
Choose a tag to compare

Thank you to all the testers and people who have provided feedback during the betas. We are proud to introduce the first stable release of Money!

We put a lot of work into this release, rewriting the application with GTK4 and libadwaita, providing users with an easy and beautiful way to manage their finances.

Although we weren't able to include every single feature we wanted to in this release, please check the issues section for planned features for the next update!

This version will be on Flathub...pending (#4)

V2022.10.0-beta4

29 Oct 20:03
Compare
Choose a tag to compare

Continued thanks to all the testers and people who have provided feedback for the previous betas.

In this beta release, we added some new features.

Changes from V2022.10.0-beta3:

  • Added "Import from CSV" feature to allow importing transaction from a CSV file
  • Added preference to allow currency symbol to be displayed on the right side of a monetary value
  • Added currency symbol to amount field of transaction dialog

Planned Features Before Stable Release:

  • Add shortcuts for account view actions (New transaction, Export as CSV, etc...)
  • Implement "Groups" to group transactions with certain categories --> envelope budgeting?
  • Cool pdf reports with fancy graphs :)

How to run the beta version:

  • Download the org.nickvision.money.flatpak file from the assets below
  • Run flatpak install org.nickvision.money.flatpak from the directory containing the .flatpak file
  • Run flatpak run org.nickvision.money//master to start the app! (You should also see it in your app grid)

This is a beta version, bugs are expected. Please file a bug report for any issue found

V2022.10.0-beta3

29 Oct 14:28
Compare
Choose a tag to compare

Thank you to all the testers and people who have provided feedback for the previous betas. We are truly grateful for everyone's interest in Money!

In this beta release, we improved the user experience and added some new features.

Changes from V2022.10.0-beta2:

  • Added the ability to export an account as a CSV file
  • Improved UX of TransactionDialog (Calendar will disappear when a date is selected, Pressing enter on an entry row will confirm the dialog)
  • Added new and open account buttons to "No Accounts Opened" status page
  • The tab bar will now only be shown if more than one account is opened. If only one account is opened, it's path will be displayed in the title bar

Planned Features Before Stable Release:

  • Import From CSV feature to allow importing transaction from a CSV file
  • Add shortcuts for account view actions (New transaction, Export as CSV, etc...)
  • Add preference to allow currency symbol to be displayed on the right side of a monetary value
  • Added currency symbol to amount field of transaction dialog
  • Implement "Groups" to group transactions with certain categories --> envelope budgeting?
  • Cool reports with fancy graphs :)

How to run the beta version:

  • Download the org.nickvision.money.flatpak file from the assets below
  • Run flatpak install org.nickvision.money.flatpak from the directory containing the .flatpak file
  • Run flatpak run org.nickvision.money//master to start the app! (You should also see it in your app grid)

This is a beta version, bugs are expected. Please file a bug report for any issue found

V2022.10.0-beta2

29 Oct 03:41
Compare
Choose a tag to compare

In this beta release we improved the appearance of transactions in the account view.

Changes from V2022.1.3:

  • Redesign with GTK4 and libadwaita 1.2

How to run the beta version:

  • Download the org.nickvision.money.flatpak file from the assets below
  • Run flatpak install org.nickvision.money.flatpak from the directory containing the .flatpak file
  • Run flatpak run org.nickvision.money//master to start the app! (You should also see it in your app grid)

This is a beta version, bugs are expected. Please file a bug report for any issue found

V2022.10.0-beta1

29 Oct 00:08
Compare
Choose a tag to compare

Money is back to GTK4 and libadwaita!
We've put a lot of work into this release, rewriting the application from the ground up with better performance and better design.

Changes from V2022.1.3:

  • Redesign with GTK4 and libadwaita 1.2

How to run the beta version:

  • Download the org.nickvision.money.flatpak file from the assets below
  • Run flatpak install org.nickvision.money.flatpak from the directory containing the .flatpak file
  • Run flatpak run org.nickvision.money//master to start the app! (You should also see it in your app grid)

This is a beta version, bugs are expected. Please file a bug report for any issue found

V2022.1.3

14 Jan 04:48
Compare
Choose a tag to compare
  • Added keyboard shortcuts

V2022.1.2

13 Jan 04:04
Compare
Choose a tag to compare
  • Fixed issue with date handling

V2022.1.1

12 Jan 03:31
Compare
Choose a tag to compare
  • Added support for repeating transactions
  • ID will now automatically increment starting from 1
  • Added action color to buttons