Skip to content

Commit

Permalink
V2023.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Apr 21, 2023
1 parent 227fe05 commit 9ed8bd8
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 = _mainWindowController.Localizer["ShortName"];
_mainWindowController.AppInfo.Description = $"{_mainWindowController.Localizer["Description"]}.";
_mainWindowController.AppInfo.Version = "2023.4.1-beta1";
_mainWindowController.AppInfo.Version = "2023.4.1";
_mainWindowController.AppInfo.Changelog = "<ul><li>Added the ability to add extra notes to a transaction</li><li>Added the ability to choose to export all account information or the current filtered view</li><li>Added support for using native digits (instead of just Latin digits) when working with numeric amounts</li><li>Fixed an issue where using custom separators wouldn't parse correctly</li><li>Fixed an issue where CSV files were not exported in the correct format</li><li>Updated and added translations (Thanks to everyone on Weblate)!</li></ul>";
_mainWindowController.AppInfo.GitHubRepo = new Uri("https://github.com/NickvisionApps/Denaro");
_mainWindowController.AppInfo.IssueTracker = new Uri("https://github.com/NickvisionApps/Denaro/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 @@ -52,7 +52,7 @@
<mediatype>application/x-nmoney</mediatype>
</provides>
<releases>
<release version="2023.4.1-beta1" date="2023-04-17">
<release version="2023.4.1" date="2023-04-21">
<description>
<p>- Added the ability to add extra notes to a transaction</p>
<p>- Added the ability to choose to export all account information or the current filtered view</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 = _mainWindowController.Localizer["ShortName"];
_mainWindowController.AppInfo.Description = $"{_mainWindowController.Localizer["Description"]}.";
_mainWindowController.AppInfo.Version = "2023.4.1-beta1";
_mainWindowController.AppInfo.Version = "2023.4.1";
_mainWindowController.AppInfo.Changelog = "- Added the ability to add extra notes to a transaction\n- Added the ability to choose to export all account information or the current filtered view\n- Added support for using native digits (instead of just Latin digits) when working with numeric amounts\n- Fixed an issue where using custom separators wouldn't parse correctly\n- Fixed an issue where CSV files were not exported in the correct format\n- UI/UX tweaks\n- Updated and added translations (Thanks to everyone on Weblate)!";
_mainWindowController.AppInfo.GitHubRepo = new Uri("https://github.com/NickvisionApps/Denaro");
_mainWindowController.AppInfo.IssueTracker = new Uri("https://github.com/NickvisionApps/Denaro/issues/new");
Expand Down

0 comments on commit 9ed8bd8

Please sign in to comment.