Skip to content

Commit

Permalink
V2023.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Sep 15, 2023
1 parent 482cd90 commit e22c4ef
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 @@ -45,8 +45,8 @@ public Program(string[] args)
_mainWindowController.AppInfo.Changelog =
@"* Fixed an issue where the currency conversion service would provide the wrong conversion rate
* Fixed an issue where small converted currency amounts would show as 0
* Improved UX in Currency Converter dialog
* Fixed incorrect display of amounts for locales that use Cape Verdean escudo as currency
* Improved UX in Currency Converter dialog
* 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.2-beta1";
AppInfo.Version = "2023.9.2";
AppInfo.ShortName = _("Denaro");
AppInfo.Description = _("Manage your personal finances");
AppInfo.SourceRepo = new Uri("https://github.com/NickvisionApps/Denaro");
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,12 +47,12 @@
<mediatype>application/x-nmoney</mediatype>
</provides>
<releases>
<release version="2023.9.2-beta1" date="2023-09-12">
<release version="2023.9.2" date="2023-09-12">
<description translatable="no">
<p>- Fixed an issue where the currency conversion service would provide the wrong conversion rate</p>
<p>- Fixed an issue where small converted currency amounts would show as 0</p>
<p>- Improved UX in Currency Converter dialog</p>
<p>- Fixed incorrect display of amounts for locales that use Cape Verdean escudo as currency</p>
<p>- Improved UX in Currency Converter dialog</p>
<p>- Updated translations (Thanks to everyone on Weblate)!</p>
</description>
</release>
Expand Down

0 comments on commit e22c4ef

Please sign in to comment.