Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
JoseBritto committed Feb 2, 2024

Unverified

This user has not yet uploaded their public signing key.
1 parent b052855 commit 1594be9
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NickvisionMoney.GNOME/Program.cs
Original file line number Diff line number Diff line change
@@ -43,6 +43,7 @@ public Program(string[] args)
_mainWindowController = new MainWindowController(args);
_mainWindowController.AppInfo.Changelog =
@"* Improved importing of QIF files
* Fixed a bug where the app would crash when filtering transactions for certain dates
* Updated and added translations (Thanks to everyone on Weblate)!";
_application.OnActivate += OnActivate;
if (File.Exists(Path.GetFullPath(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location)) + "/org.nickvision.money.gresource"))
Original file line number Diff line number Diff line change
@@ -51,6 +51,7 @@
<release version="2024.1.1-next" date="2024-01-04">
<description translatable="no">
<p>- Improved importing of QIF files</p>
<p>- Fixed a bug where the app would crash when filtering transactions for certain dates</p>
<p>- Updated translations (Thanks to everyone on Weblate)!</p>
</description>
</release>

0 comments on commit 1594be9

Please sign in to comment.