Skip to content

Commit

Permalink
V2023.3.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Mar 16, 2023
1 parent 7b9aa16 commit d3f0eef
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 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-beta1";
_mainWindowController.AppInfo.Version = "2023.3.0-beta2";
_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>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>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
Binary file not shown.
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-beta1" date="2023-03-11">
<release version="2023.3.0-beta2" date="2023-03-15">
<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-beta1";
_mainWindowController.AppInfo.Version = "2023.3.0-beta2";
_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- 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

0 comments on commit d3f0eef

Please sign in to comment.