Skip to content

Commit

Permalink
V2023.5.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed May 24, 2023
1 parent fb566b8 commit 7af96d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NickvisionMoney.GNOME/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public Program()
_mainWindowController.AppInfo.Name = "Nickvision Denaro";
_mainWindowController.AppInfo.ShortName = _mainWindowController.Localizer["ShortName"];
_mainWindowController.AppInfo.Description = $"{_mainWindowController.Localizer["Description"]}.";
_mainWindowController.AppInfo.Version = "2023.5.0-next";
_mainWindowController.AppInfo.Version = "2023.5.0-rc1";
_mainWindowController.AppInfo.Changelog = "<ul><li>Fixed an issue where Denaro would crash on systems with unconfigured locales</li><li>Fixed an issue where PDF exporting failed for accounts with many receipts</li><li>Fixed an issue where a group's filter was reactivated when a transaction was added to that group</li><li>Error messages will be shown if Denaro attempts to access inaccessible files instead of crashing</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
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<mediatype>application/x-nmoney</mediatype>
</provides>
<releases>
<release version="2023.5.0-next" date="2023-05-01">
<release version="2023.5.0-rc1" date="2023-05-24">
<description>
<p>- Fixed an issue where Denaro would crash on systems with unconfigured locales</p>
<p>- Fixed an issue where PDF exporting failed for accounts with many receipts</p>
Expand Down

0 comments on commit 7af96d1

Please sign in to comment.