Skip to content

Commit

Permalink
V2023.3.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Mar 12, 2023
1 parent 349136f commit 25529ae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions NickvisionMoney.GNOME/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ public Program()
_mainWindowController.AppInfo.Name = "Nickvision Denaro";
_mainWindowController.AppInfo.ShortName = "Denaro";
_mainWindowController.AppInfo.Description = $"{_mainWindowController.Localizer["Description"]}.";
_mainWindowController.AppInfo.Version = "2023.3.0-next";
_mainWindowController.AppInfo.Changelog = "<ul<li>Fixed an issue where editing a transaction with a receipt would crash the application</li><li>The UI is now built using blueprint</li><li>Updated and added translations (Thanks to everyone on Weblate)!</li></ul>";
_mainWindowController.AppInfo.Version = "2023.3.0-beta1";
_mainWindowController.AppInfo.Changelog = "<ul<li>Fixed an issue where editing a transaction with a receipt would crash the application</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");
_mainWindowController.AppInfo.SupportUrl = new Uri("https://github.com/nlogozzo/NickvisionMoney/discussions");
Expand Down
3 changes: 2 additions & 1 deletion NickvisionMoney.GNOME/org.nickvision.money.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,11 @@
<mediatype>application/x-nmoney</mediatype>
</provides>
<releases>
<release version="2023.3.0-next" date="2023-03-01">
<release version="2023.3.0-beta1" date="2023-03-11">
<description>
<p>- Fixed an issue where editing a transaction with a receipt would crash the application</p>
<p>- The UI is now built using blueprint</p>
<p>- Various UI/UX fixes and improvements</p>
<p>- Updated translations (Thanks to everyone on Weblate)!</p>
</description>
</release>
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-next";
_mainWindowController.AppInfo.Version = "2023.3.0-beta1";
_mainWindowController.AppInfo.Changelog = "- 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 25529ae

Please sign in to comment.