Skip to content

V2023.2.0-rc1

Compare
Choose a tag to compare
@nlogozzo nlogozzo released this 06 Feb 06:01
· 1947 commits to main since this release
53398f7

A More Secure 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.

Release Candidate 1 of Denaro V2023.2.0 is here!! This release includes many new features as well as bug fixes over the previous betas.
Please note that since this is an rc release, there will be no more features added or strings changed. Only critical bugs will be addressed until stable.

New in this release candidate is the ability to add a password to an account (allowing for an encrypted account). We also added the ability to configure how Denaro uses locale separators in amount fields. Furthermore, we improved the importing of qif and ofx files.

A Message To Translators 🌍

Please update all translations on Weblate before Friday, February 10 2023, to be included in the stable release.

Full Changelog πŸ“ƒ

  • Added the ability to add a password to an account (This will encrypt the nmoney file) (#59)
  • Added the ability to transfer money between accounts with different currencies by providing a conversion rate in TransferDialog (#144)
  • Added the ability to configure how Denaro uses locale separators in amount fields (#35)
  • Added the ability to copy individual transactions (#267)
  • Added the ability to sort transactions by amount (#220)
  • LC_MONETARY and LC_TIME will now be respected (GNOME #233)
  • Added "Help" button to toast notification when there are 0 imported transactions (#268)
  • Recent accounts are now available to select from the TransferDialog (#244)
  • Improved importing of qif and ofx files (#255 #265)
  • New sidebar design for AccountView (WinUI)
  • Fixed an issue where dates in TransactionDialog were not displayed with locale settings (WinUI #251)
  • Added a "New Window" action to the main menu (GNOME #201)

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.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)

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