Skip to content

Commit

Permalink
V2023.8.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Aug 12, 2023
1 parent 43096a3 commit abd8a21
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NickvisionMoney.GNOME/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public Program(string[] args)
_mainWindowController = new MainWindowController(args);
_mainWindowController.AppInfo.Changelog =
@"* Added graph visuals to the Account view as well as in exported PDFs
* Added tags that can be added to transactions for better management and filtering
* Added tags that can be used with transactions for finer management and filtering
* Added the option to select the entire current month as the date range filter
* Improved the transaction description suggestion algorithm with fuzzy search
* Fixed an issue where the help button in the import toast was not working
Expand Down
2 changes: 1 addition & 1 deletion NickvisionMoney.Shared/Controllers/MainWindowController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public MainWindowController(string[] args)
}
}
Aura.Active.SetConfig<Configuration>("config");
AppInfo.Version = "2023.8.0-beta2";
AppInfo.Version = "2023.8.0-beta3";
AppInfo.SourceRepo = new Uri("https://github.com/NickvisionApps/Denaro");
AppInfo.IssueTracker = new Uri("https://github.com/NickvisionApps/Denaro/issues/new");
AppInfo.SupportUrl = new Uri("https://github.com/NickvisionApps/Denaro/discussions");
Expand Down
4 changes: 2 additions & 2 deletions NickvisionMoney.Shared/org.nickvision.money.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
<mediatype>application/x-nmoney</mediatype>
</provides>
<releases>
<release version="2023.8.0-beta2" date="2023-08-08">
<release version="2023.8.0-beta3" date="2023-08-11">
<description translatable="no">
<p>- Added graph visuals to the Account view as well as in exported PDFs</p>
<p>- Added tags that can be added to transactions for better management and filtering</p>
<p>- Added tags that can be used with transactions for finer management and filtering</p>
<p>- Added the option to select the entire current month as the date range filter </p>
<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>
Expand Down

0 comments on commit abd8a21

Please sign in to comment.