Skip to content

Commit

Permalink
All - Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
DaPigGuy committed Nov 14, 2023
1 parent a7286c6 commit eeed498
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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)
_mainWindowController.AppInfo.Changelog =
@"* Fixed an issue where exported PDF values were incorrect
* Fixed an issue where some system cultures were not read properly
* Updated to GNOME 45 runtime with latest libadwaita design
* 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
2 changes: 1 addition & 1 deletion NickvisionMoney.Shared/Controllers/MainWindowController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public MainWindowController(string[] args)
Directory.Delete($"{UserDirectories.Config}{Path.DirectorySeparatorChar}Nickvision{Path.DirectorySeparatorChar}{AppInfo.Name}", true);
}
Aura.Active.SetConfig<Configuration>("config");
AppInfo.Version = "2023.9.3-next";
AppInfo.Version = "2023.11.0-next";
AppInfo.ShortName = _("Denaro");
AppInfo.Description = _("Manage your personal finances");
AppInfo.SourceRepo = new Uri("https://github.com/NickvisionApps/Denaro");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@
<mediatype>application/x-nmoney</mediatype>
</provides>
<releases>
<release version="2023.9.3-next" date="2023-09-12">
<release version="2023.11.0-next" date="2023-11-14">
<description translatable="no">
<p>- Fixed an issue where exported PDF values were incorrect</p>
<p>- Fixed an issue where some system cultures were not read properly</p>
<p>- Updated to GNOME 45 runtime with latest libadwaita design</p>
<p>- Updated translations (Thanks to everyone on Weblate)!</p>
</description>
</release>
Expand Down

0 comments on commit eeed498

Please sign in to comment.