diff --git a/NickvisionMoney.GNOME/Program.cs b/NickvisionMoney.GNOME/Program.cs index f56b7ae87..29a7457e4 100644 --- a/NickvisionMoney.GNOME/Program.cs +++ b/NickvisionMoney.GNOME/Program.cs @@ -57,7 +57,7 @@ public Program() _mainWindowController.AppInfo.Name = "Nickvision Denaro"; _mainWindowController.AppInfo.ShortName = "Denaro"; _mainWindowController.AppInfo.Description = $"{_mainWindowController.Localizer["Description"]}."; - _mainWindowController.AppInfo.Version = "2023.1.0-rc2"; + _mainWindowController.AppInfo.Version = "2023.1.0"; _mainWindowController .AppInfo.Changelog = ""; _mainWindowController.AppInfo.GitHubRepo = new Uri("https://github.com/nlogozzo/NickvisionMoney"); _mainWindowController.AppInfo.IssueTracker = new Uri("https://github.com/nlogozzo/NickvisionMoney/issues/new"); diff --git a/NickvisionMoney.GNOME/org.nickvision.money.metainfo.xml b/NickvisionMoney.GNOME/org.nickvision.money.metainfo.xml index af7dad5e7..9c091867d 100644 --- a/NickvisionMoney.GNOME/org.nickvision.money.metainfo.xml +++ b/NickvisionMoney.GNOME/org.nickvision.money.metainfo.xml @@ -46,7 +46,7 @@ org.nickvision.money - +

- Money has been completely rewritten in C# and now has a new name: Denaro! With the C# rewrite, there is now a new version of Denaro available on Windows!

- Added an Account Settings dialog to allow users to customize their accounts better

diff --git a/NickvisionMoney.WinUI/App.xaml.cs b/NickvisionMoney.WinUI/App.xaml.cs index b3b624ac9..b59541330 100644 --- a/NickvisionMoney.WinUI/App.xaml.cs +++ b/NickvisionMoney.WinUI/App.xaml.cs @@ -26,7 +26,7 @@ public App() _mainWindowController.AppInfo.Name = "Nickvision Denaro"; _mainWindowController.AppInfo.ShortName = "Denaro"; _mainWindowController.AppInfo.Description = $"{_mainWindowController.Localizer["Description"]}."; - _mainWindowController.AppInfo.Version = "2023.1.0-rc2"; + _mainWindowController.AppInfo.Version = "2023.1.0"; _mainWindowController.AppInfo.Changelog = "- Money has been completely rewritten in C# and now has a new name: Denaro!\nWith the C# rewrite, there is now a new version of Denaro available on Windows!\n- Added an Account Settings dialog to allow users to customize their accounts better\n- Added an \"Ungrouped\" row to the groups section to allow filtering transactions that don't belong to a group\n- Added the ability to attach a jpg/png/pdf of a receipt to a transaction\n- Reworked the repeat transaction system and added support for a biweekly interval\n- Added the ability to export an account as a PDF\n- Added the ability to sort transactions by id or date\n- Added the ability to hide the groups section\n- Made a group's description an optional field"; _mainWindowController.AppInfo.GitHubRepo = new Uri("https://github.com/nlogozzo/NickvisionMoney"); _mainWindowController.AppInfo.IssueTracker = new Uri("https://github.com/nlogozzo/NickvisionMoney/issues/new");