diff --git a/NickvisionMoney.GNOME/Program.cs b/NickvisionMoney.GNOME/Program.cs index d8a27917e..e106eeea1 100644 --- a/NickvisionMoney.GNOME/Program.cs +++ b/NickvisionMoney.GNOME/Program.cs @@ -46,8 +46,8 @@ public Program() _mainWindowController.AppInfo.Name = "Nickvision Denaro"; _mainWindowController.AppInfo.ShortName = _("Denaro"); _mainWindowController.AppInfo.Description = $"{_("Manage your personal finances")}."; - _mainWindowController.AppInfo.Version = "2023.8.0-next"; - _mainWindowController.AppInfo.Changelog = ""; + _mainWindowController.AppInfo.Version = "2023.8.0-beta1"; + _mainWindowController.AppInfo.Changelog = ""; _mainWindowController.AppInfo.GitHubRepo = new Uri("https://github.com/NickvisionApps/Denaro"); _mainWindowController.AppInfo.IssueTracker = new Uri("https://github.com/NickvisionApps/Denaro/issues/new"); _mainWindowController.AppInfo.SupportUrl = new Uri("https://github.com/NickvisionApps/Denaro/discussions"); diff --git a/NickvisionMoney.Shared/org.nickvision.money.metainfo.xml.in b/NickvisionMoney.Shared/org.nickvision.money.metainfo.xml.in index d28ed8ada..33034e088 100644 --- a/NickvisionMoney.Shared/org.nickvision.money.metainfo.xml.in +++ b/NickvisionMoney.Shared/org.nickvision.money.metainfo.xml.in @@ -47,11 +47,12 @@ application/x-nmoney - +

- Improved the transaction description suggestion algorithm with fuzzy search

- Fixed an issue where the help button in the import toast was not working

- Fixed an issue where Denaro would crash if an account had incorrect formatted metadata

+

- Fixed an issue where docs were not available when running Denaro via snap

- Updated translations (Thanks to everyone on Weblate)!