Skip to content

Commit

Permalink
V2023.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Nov 17, 2023
1 parent 88a0ec4 commit 4d3f75d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion NickvisionMoney.Shared/Controllers/MainWindowController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public MainWindowController(string[] args)
Directory.Delete($"{UserDirectories.Config}{Path.DirectorySeparatorChar}Nickvision{Path.DirectorySeparatorChar}{AppInfo.Name}", true);
}
Aura.Active.SetConfig<Configuration>("config");
AppInfo.Version = "2023.11.0-next";
AppInfo.Version = "2023.11.0";
AppInfo.ShortName = _("Denaro");
AppInfo.Description = _("Manage your personal finances");
AppInfo.SourceRepo = new Uri("https://github.com/NickvisionApps/Denaro");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<metadata_license>CC0-1.0</metadata_license>
<project_license>MIT</project_license>
<name>Denaro</name>
<developer_name translatable="no">Nickvision</developer_name>
<project_group>Nickvision</project_group>
<developer_name>Nickvision</developer_name>
<summary>Manage your personal finances</summary>
<description>
<p>— Manage multiple accounts at a time, with a familiar tab interface</p>
Expand Down Expand Up @@ -41,13 +42,12 @@
<url type="bugtracker">https://github.com/NickvisionApps/Denaro/issues</url>
<url type="donation">https://github.com/sponsors/nlogozzo</url>
<url type="translate">https://hosted.weblate.org/engage/nickvision-money/</url>
<project_group>Nickvision</project_group>
<provides>
<binary>org.nickvision.money</binary>
<mediatype>application/x-nmoney</mediatype>
</provides>
<releases>
<release version="2023.11.0-next" date="2023-11-14">
<release version="2023.11.0" date="2023-11-17">
<description translatable="no">
<p>- Disallowed whitespace-only group and account names</p>
<p>- Fixed an issue where exported PDF values were incorrect</p>
Expand Down
3 changes: 1 addition & 2 deletions flatpak/org.nickvision.money.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
{
"type": "git",
"url": "https://gitlab.gnome.org/jwestman/blueprint-compiler",
"tag": "v0.10.0",
"commit": "2a39a16391122af2f3d812e478c1c1398c98b972"
"tag": "v0.10.0"
}
]
},
Expand Down

0 comments on commit 4d3f75d

Please sign in to comment.