Skip to content

Commit

Permalink
V2023.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Jul 14, 2023
1 parent b431a9b commit e2fefca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NickvisionTubeConverter.GNOME/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ 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.2-rc1";
_mainWindowController.AppInfo.Version = "2023.7.2";
_mainWindowController.AppInfo.Changelog = "<ul><li>Added the ability to select a download's audio language if more than one are available</li><li>Added the option to allow for only Windows-supported characters in filenames</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");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</custom>

<releases>
<release version="2023.7.2-rc1" date="2023-07-11">
<release version="2023.7.2" date="2023-07-14">
<description translatable="no">
<p>- Added the ability to select a download's audio language if more than one are available</p>
<p>- Added the option to allow for only Windows-supported characters in filenames</p>
Expand Down

0 comments on commit e2fefca

Please sign in to comment.