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 = "
- 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)!