Skip to content

V2023.4.1-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@nlogozzo nlogozzo released this 17 Apr 06:15
· 1183 commits to main since this release

A More I've run out of adjectives and it is late at night Denaro ✨

NOTE: Please do not use .nmoney files that contain real data in the pre-release versions as they could get corrupted due to bugs and/or changes in the database schema as development moves to stable.

V2023.4.1 beta1 is here! This release is packed with new features and fixes that we can't wait for you to try!

First off, a new Notes field was added to transactions to allow users to write whatever extra notes they may choose for a transaction. With this new field, a new Extras section was created in the TransactionDialog to now hold both the new Notes and the previous Receipt fields. We also added support for choosing to export all account information or just the transactions shown in the current filtered and sorted view. Support for displaying native digits instead of just Latin ones when working with numeric amounts was also added.

Besides these new features, we also fixed many issues including an issue where custom separators would not parse correctly and an issue where CSV files were not exported in the correct format.

A Message To Translators 🌎

V2023.4.1 stable is planned for Wednesday, April 19 2023 12:00 AM EST. Please have all translations updated by then to be included in this stable release ❤️

Full Changelog 📃

  • Added the ability to add extra notes to a transaction (#428)
  • Added the ability to choose to export all account information or the current filtered view (#245)
  • Added support for using native digits (instead of just Latin digits) when working with numeric amounts (#450)
  • Fixed an issue where using custom separators wouldn't parse correctly (#443)
  • Fixed an issue where CSV files were not exported in the correct format (#448)
  • UI/UX Tweaks (WinUI #443)
  • Updated translations (Thanks to everyone on Weblate)!

Install 🧑‍💻

GNOME

flathub-beta:

flatpak remote-add --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
flatpak install flathub-beta org.nickvision.money
flatpak run org.nickvision.money//beta

Manually

  • Download the org.nickvision.money-x64.flatpak file from the assets below
  • Run flatpak install org.nickvision.money-x64.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)

Windows

Manually

  • Make sure Developer Mode is on
  • Download the msix and cer files for your system architecture
  • Open the cer file:
    • Click Install Certificate
    • Choose Local Machine for Store Location
    • Select Place all certificates in the following store and browse for and select Trusted Root Certification Authorities
    • Finish the dialog
  • Open the msix file and install it
    • If a previous version (including betas) of Denaro/Money is installed, you will need to uninstall it from the start menu first and then install it via the msix file.
  • Nickvision Denaro should now be available in your start menu

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