From 7d84deeb5d1dad701f274c7ab27bc6e0e6b1fc7e Mon Sep 17 00:00:00 2001 From: Nick Logozzo Date: Sun, 15 Jan 2023 18:44:36 -0500 Subject: [PATCH] V2023.1.0-rc2 --- NickvisionMoney.GNOME/Program.cs | 2 +- NickvisionMoney.GNOME/org.nickvision.money.metainfo.xml | 2 +- NickvisionMoney.WinUI/App.xaml.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NickvisionMoney.GNOME/Program.cs b/NickvisionMoney.GNOME/Program.cs index e2f1af7b9..f56b7ae87 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-rc1"; + _mainWindowController.AppInfo.Version = "2023.1.0-rc2"; _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 e80c9c24f..dfe87e478 100644 --- a/NickvisionMoney.GNOME/org.nickvision.money.metainfo.xml +++ b/NickvisionMoney.GNOME/org.nickvision.money.metainfo.xml @@ -43,7 +43,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 3b08f1672..b3b624ac9 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-rc1"; + _mainWindowController.AppInfo.Version = "2023.1.0-rc2"; _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");