Skip to content

Commit

Permalink
V2023.4.1-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Apr 17, 2023
1 parent cc03411 commit de718a5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.4.1-next";
_mainWindowController.AppInfo.Version = "2023.4.1-beta1";
_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-next" date="2023-04-10">
<release version="2023.4.1-beta1" date="2023-04-17">
<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 = "Denaro";
_mainWindowController.AppInfo.Description = $"{_mainWindowController.Localizer["Description"]}.";
_mainWindowController.AppInfo.Version = "2023.4.1-next";
_mainWindowController.AppInfo.Version = "2023.4.1-beta1";
_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
4 changes: 2 additions & 2 deletions 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.4.99.0" />
Version="2023.4.1.0" />

<Properties>
<DisplayName>Nickvision Denaro</DisplayName>
Expand All @@ -33,7 +33,7 @@
EntryPoint="$targetentrypoint$">
<uap:VisualElements
DisplayName="Nickvision Denaro"
Description="A personal finance manager."
Description="Manage your personal finances."
BackgroundColor="transparent"
Square150x150Logo="Assets\Square150x150Logo.png"
Square44x44Logo="Assets\Square44x44Logo.png">
Expand Down

0 comments on commit de718a5

Please sign in to comment.