Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseBritto committed Dec 26, 2023
1 parent 847ebf5 commit 4d3c096
Show file tree
Hide file tree
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
Expand Up @@ -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"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
<p>- Fixed an issue where the generated ids of new transactions were incorrect.</p>
<p>- Fixed an issue that caused sort to behave inconsistently.</p>
<p>- Fixed calendar not showing marks for transactions after pressing the "Today" button.</p>
<p>- Added more logging to help debug issues. </p>
<p>- Updated translations (Thanks to everyone on Weblate)!</p>
</description>
</release>
Expand Down

0 comments on commit 4d3c096

Please sign in to comment.