Skip to content

Commit

Permalink
V2023.6.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Jun 8, 2023
1 parent 304d222 commit 8b9671b
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 @@ -65,8 +65,8 @@ public Program()
_mainWindowController.AppInfo.Name = "Nickvision Denaro";
_mainWindowController.AppInfo.ShortName = _("Denaro");
_mainWindowController.AppInfo.Description = $"{_("Manage your personal finances")}.";
_mainWindowController.AppInfo.Version = "2023.6.0-beta1";
_mainWindowController.AppInfo.Changelog = "<ul><li>Added a new account setup dialog to make it easier to configure new accounts</li><li>Added the ability to remove recent accounts from the list</li><li>Denaro will now suggest autocompletions for transaction descriptions</li><li>Moved deleting groups and transactions from their rows to their dialogs</li><li>Changed the default sorting order of new accounts to last to first by date</li><li>Fixed an issue importing CSV files</li><li>Improved UI/UX</li><li>Updated and added translations (Thanks to everyone on Weblate)!</li></ul>";
_mainWindowController.AppInfo.Version = "2023.6.0-beta2";
_mainWindowController.AppInfo.Changelog = "<ul><li>Added a new account setup dialog to make it easier to configure new accounts</li><li>Added the ability to remove recent accounts from the list</li><li>Denaro will now suggest autocompletions for transaction descriptions</li><li>Moved deleting groups and transactions from their rows to their dialogs</li><li>Changed the default sorting order of new accounts to last to first by date</li><li>Amounts shown in the sidebar will now reflect that of the transactions shown in view</li><li>Fixed an issue importing CSV files</li><li>Improved UI/UX</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,13 +47,14 @@
<mediatype>application/x-nmoney</mediatype>
</provides>
<releases>
<release version="2023.6.0-beta1" date="2023-06-05">
<release version="2023.6.0-beta2" date="2023-06-07">
<description translatable="no">
<p>- Added a new account setup dialog to make it easier to configure new accounts</p>
<p>- Added the ability to remove recent accounts from the list</p>
<p>- Denaro will now suggest autocompletions for transaction descriptions</p>
<p>- Moved deleting groups and transactions from their rows to their dialogs</p>
<p>- Changed the default sorting order of new accounts to last to first by date</p>
<p>- Amounts shown in the sidebar will now reflect that of the transactions shown in view</p>
<p>- Fixed an issue importing CSV files</p>
<p>- Improved UI/UX</p>
<p>- Updated translations (Thanks to everyone on Weblate)!</p>
Expand Down

0 comments on commit 8b9671b

Please sign in to comment.