Skip to content

Commit

Permalink
V2023.4.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Apr 3, 2023
1 parent 2564e60 commit 6040273
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NickvisionMoney.GNOME/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public Program()
_mainWindowController.AppInfo.Name = "Nickvision Denaro";
_mainWindowController.AppInfo.ShortName = "Denaro";
_mainWindowController.AppInfo.Description = $"{_mainWindowController.Localizer["Description"]}.";
_mainWindowController.AppInfo.Version = "2023.3.0-beta2";
_mainWindowController.AppInfo.Version = "2023.4.0-beta1";
_mainWindowController.AppInfo.Changelog = "<ul><li>Added the ability to customize the decimal and group separators used per account</li><li>Added the ability to password protect a PDF file</li><li>Added a preference option to automatically backup account files to a specific folder</li><li>Fixed an issue where editing a transaction with a receipt would crash the application</li><li>Fixed an issue where OFX files with security could not be imported</li><li>Fixed an issue where QIF files could not be imported on non-English systems</li><li>Updated to GNOME 44 platform, fixed many GTK issues</li><li>The UI is now built using blueprint</li><li>Various UI/UX fixes and improvements</li><li>Updated and added translations (Thanks to everyone on Weblate)!</li></ul>";
_mainWindowController.AppInfo.GitHubRepo = new Uri("https://github.com/nlogozzo/NickvisionMoney");
_mainWindowController.AppInfo.IssueTracker = new Uri("https://github.com/nlogozzo/NickvisionMoney/issues/new");
Expand Down
2 changes: 1 addition & 1 deletion NickvisionMoney.GNOME/org.nickvision.money.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<mediatype>application/x-nmoney</mediatype>
</provides>
<releases>
<release version="2023.3.0-beta2" date="2023-03-15">
<release version="2023.4.0-beta1" date="2023-04-03">
<description>
<p>- Added the ability to customize the decimal and group separators used per account</p>
<p>- Added the ability to password protect a PDF file</p>
Expand Down
2 changes: 1 addition & 1 deletion NickvisionMoney.WinUI/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public App()
_mainWindowController.AppInfo.Name = "Nickvision Denaro";
_mainWindowController.AppInfo.ShortName = "Denaro";
_mainWindowController.AppInfo.Description = $"{_mainWindowController.Localizer["Description"]}.";
_mainWindowController.AppInfo.Version = "2023.3.0-beta2";
_mainWindowController.AppInfo.Version = "2023.4.0-beta1";
_mainWindowController.AppInfo.Changelog = "- Added the ability to customize the decimal and group separators used per account\n- Added the ability to password protect a PDF file\n- Added a preference option to automatically backup account files to a specific folder\n- Fixed an issue where OFX files with security could not be imported\n- Fixed an issue where QIF files could not be imported on non-English systems\n- Updated and added translations (Thanks to everyone on Weblate)!";
_mainWindowController.AppInfo.GitHubRepo = new Uri("https://github.com/nlogozzo/NickvisionMoney");
_mainWindowController.AppInfo.IssueTracker = new Uri("https://github.com/nlogozzo/NickvisionMoney/issues/new");
Expand Down
2 changes: 1 addition & 1 deletion NickvisionMoney.WinUI/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Identity
Name="33875Nickvision.6883BA32FE5A"
Publisher="CN=8E1C029A-AC23-4620-A30D-8F7C54CBEA3C"
Version="2023.3.0.0" />
Version="2023.3.99.0" />

<Properties>
<DisplayName>Nickvision Denaro</DisplayName>
Expand Down

0 comments on commit 6040273

Please sign in to comment.