Skip to content

Commit

Permalink
V2023.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed May 26, 2023
1 parent 846d276 commit 6719370
Show file tree
Hide file tree
Showing 3 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 @@ -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-rc1";
_mainWindowController.AppInfo.Version = "2023.5.0";
_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-rc1" date="2023-05-24">
<release version="2023.5.0" date="2023-05-26">
<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
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: denaro # you probably want to 'snapcraft register <name>'
base: core22 # the base snap is the execution environment for this snap
version: '2023.4.1' # just for humans, typically '1.2+git' or '1.3.2'
version: '2023.5.0' # just for humans, typically '1.2+git' or '1.3.2'
adopt-info: denaro
summary: Manage your personal finances
description: |
Expand Down

0 comments on commit 6719370

Please sign in to comment.