Skip to content

Commit 6719370

Browse files
committed
V2023.5.0
1 parent 846d276 commit 6719370

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

NickvisionMoney.GNOME/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public Program()
6464
_mainWindowController.AppInfo.Name = "Nickvision Denaro";
6565
_mainWindowController.AppInfo.ShortName = _mainWindowController.Localizer["ShortName"];
6666
_mainWindowController.AppInfo.Description = $"{_mainWindowController.Localizer["Description"]}.";
67-
_mainWindowController.AppInfo.Version = "2023.5.0-rc1";
67+
_mainWindowController.AppInfo.Version = "2023.5.0";
6868
_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>";
6969
_mainWindowController.AppInfo.GitHubRepo = new Uri("https://github.com/NickvisionApps/Denaro");
7070
_mainWindowController.AppInfo.IssueTracker = new Uri("https://github.com/NickvisionApps/Denaro/issues/new");

NickvisionMoney.Shared/org.nickvision.money.metainfo.xml.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<mediatype>application/x-nmoney</mediatype>
4848
</provides>
4949
<releases>
50-
<release version="2023.5.0-rc1" date="2023-05-24">
50+
<release version="2023.5.0" date="2023-05-26">
5151
<description>
5252
<p>- Fixed an issue where Denaro would crash on systems with unconfigured locales</p>
5353
<p>- Fixed an issue where PDF exporting failed for accounts with many receipts</p>

snap/snapcraft.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: denaro # you probably want to 'snapcraft register <name>'
22
base: core22 # the base snap is the execution environment for this snap
3-
version: '2023.4.1' # just for humans, typically '1.2+git' or '1.3.2'
3+
version: '2023.5.0' # just for humans, typically '1.2+git' or '1.3.2'
44
adopt-info: denaro
55
summary: Manage your personal finances
66
description: |

0 commit comments

Comments
 (0)