Skip to content

Commit

Permalink
V2023.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Jul 26, 2023
1 parent 25bc87f commit 028903d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions NickvisionTubeConverter.GNOME/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ public Program()
_mainWindowController.AppInfo.Name = "Nickvision Tube Converter";
_mainWindowController.AppInfo.ShortName = _("Parabolic");
_mainWindowController.AppInfo.Description = $"{_("Download web video and audio")}.";
_mainWindowController.AppInfo.Version = "2023.7.3-rc1";
_mainWindowController.AppInfo.Changelog = "<ul><li>Added a History dialog to manage previously downloaded videos</li><li>Improved Keyring dialog design</li><li>Updated translations (Thanks everyone on Weblate!)</li></ul>";
_mainWindowController.AppInfo.Version = "2023.7.3";
_mainWindowController.AppInfo.Changelog = "<ul><li>Added a History dialog to manage previously downloaded videos</li><li>Improved Keyring dialog design</li><li>Improved backend's parsing of video resolutions</li><li>Updated translations (Thanks everyone on Weblate!)</li></ul>";
_mainWindowController.AppInfo.GitHubRepo = new Uri("https://github.com/NickvisionApps/Parabolic");
_mainWindowController.AppInfo.IssueTracker = new Uri("https://github.com/NickvisionApps/Parabolic/issues/new");
_mainWindowController.AppInfo.SupportUrl = new Uri("https://github.com/NickvisionApps/Parabolic/discussions");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@
</custom>

<releases>
<release version="2023.7.3-rc1" date="2023-07-22">
<release version="2023.7.3" date="2023-07-26">
<description translatable="no">
<p>- Added a History dialog to manage previously downloaded videos</p>
<p>- Improved Keyring dialog design</p>
<p>- Improved backend's parsing of video resolutions</p>
<p>- Updated translations (Thanks everyone on Weblate!)</p>
</description>
</release>
Expand Down

0 comments on commit 028903d

Please sign in to comment.