diff --git a/NickvisionMoney.GNOME/Program.cs b/NickvisionMoney.GNOME/Program.cs index a66a841a1..3da2bb413 100644 --- a/NickvisionMoney.GNOME/Program.cs +++ b/NickvisionMoney.GNOME/Program.cs @@ -89,7 +89,7 @@ private void OnActivate(Gio.Application sedner, EventArgs e) mainWindowController.AppInfo.Name = "Nickvision Denaro"; mainWindowController.AppInfo.ShortName = "Denaro"; mainWindowController.AppInfo.Description = $"{mainWindowController.Localizer["Description"]}."; - mainWindowController.AppInfo.Version = "2023.1.0-beta3"; + mainWindowController.AppInfo.Version = "2023.1.0-rc1"; mainWindowController.AppInfo.Changelog = "
- 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 eb3b3be39..d55f8dd2c 100644 --- a/NickvisionMoney.WinUI/App.xaml.cs +++ b/NickvisionMoney.WinUI/App.xaml.cs @@ -20,7 +20,7 @@ public App() _mainWindowController.AppInfo.Name = "Nickvision Denaro"; _mainWindowController.AppInfo.ShortName = "Denaro"; _mainWindowController.AppInfo.Description = $"{_mainWindowController.Localizer["Description"]}."; - _mainWindowController.AppInfo.Version = "2023.1.0-beta3"; + _mainWindowController.AppInfo.Version = "2023.1.0-rc1"; _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");