From 4d3c09651e38030a2a7a1f7308daeb2bee5c5f55 Mon Sep 17 00:00:00 2001 From: britto Date: Tue, 26 Dec 2023 17:50:19 -0500 Subject: [PATCH] Update Changelog --- NickvisionMoney.GNOME/Program.cs | 1 + .../Linux/org.nickvision.money.metainfo.xml.in | 1 + 2 files changed, 2 insertions(+) diff --git a/NickvisionMoney.GNOME/Program.cs b/NickvisionMoney.GNOME/Program.cs index 2667f51e..2beff880 100644 --- a/NickvisionMoney.GNOME/Program.cs +++ b/NickvisionMoney.GNOME/Program.cs @@ -45,6 +45,7 @@ public Program(string[] args) @"* Fixed an issue where the generated ids of new transactions were incorrect. * Fixed an issue that caused sort to behave inconsistently. * Fixed calendar not showing marks for transactions after pressing the ""Today"" button. + * Added more logging to help debug issues. * 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")) diff --git a/NickvisionMoney.Shared/Linux/org.nickvision.money.metainfo.xml.in b/NickvisionMoney.Shared/Linux/org.nickvision.money.metainfo.xml.in index 7ea1881d..8d7796fa 100644 --- a/NickvisionMoney.Shared/Linux/org.nickvision.money.metainfo.xml.in +++ b/NickvisionMoney.Shared/Linux/org.nickvision.money.metainfo.xml.in @@ -52,6 +52,7 @@

- Fixed an issue where the generated ids of new transactions were incorrect.

- Fixed an issue that caused sort to behave inconsistently.

- Fixed calendar not showing marks for transactions after pressing the "Today" button.

+

- Added more logging to help debug issues.

- Updated translations (Thanks to everyone on Weblate)!