Skip to content

Commit

Permalink
V2023.8.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Jul 30, 2023
1 parent b99852a commit eaf10a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions NickvisionMoney.GNOME/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ public Program()
_mainWindowController.AppInfo.Name = "Nickvision Denaro";
_mainWindowController.AppInfo.ShortName = _("Denaro");
_mainWindowController.AppInfo.Description = $"{_("Manage your personal finances")}.";
_mainWindowController.AppInfo.Version = "2023.8.0-next";
_mainWindowController.AppInfo.Changelog = "<ul><li>Improved the transaction description suggestion algorithm with fuzzy search</li><li>Fixed an issue where the help button in the import toast was not working</li><li>Fixed an issue where Denaro would crash if an account had incorrect formatted metadata</li><li>Updated and added translations (Thanks to everyone on Weblate)!</li></ul>";
_mainWindowController.AppInfo.Version = "2023.8.0-beta1";
_mainWindowController.AppInfo.Changelog = "<ul><li>Improved the transaction description suggestion algorithm with fuzzy search</li><li>Fixed an issue where the help button in the import toast was not working</li><li>Fixed an issue where Denaro would crash if an account had incorrect formatted metadata</li><li>Fixed an issue where docs were not available when running Denaro via snap</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");
_mainWindowController.AppInfo.SupportUrl = new Uri("https://github.com/NickvisionApps/Denaro/discussions");
Expand Down
3 changes: 2 additions & 1 deletion NickvisionMoney.Shared/org.nickvision.money.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,12 @@
<mediatype>application/x-nmoney</mediatype>
</provides>
<releases>
<release version="2023.8.0-next" date="2023-08-01">
<release version="2023.8.0-beta1" date="2023-07-29">
<description translatable="no">
<p>- Improved the transaction description suggestion algorithm with fuzzy search</p>
<p>- Fixed an issue where the help button in the import toast was not working</p>
<p>- Fixed an issue where Denaro would crash if an account had incorrect formatted metadata</p>
<p>- Fixed an issue where docs were not available when running Denaro via snap</p>
<p>- Updated translations (Thanks to everyone on Weblate)!</p>
</description>
</release>
Expand Down

0 comments on commit eaf10a2

Please sign in to comment.