Skip to content

Commit

Permalink
V2023.6.2-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Jun 18, 2023
1 parent d7b730d commit 62b2583
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 = _("Tube Converter");
_mainWindowController.AppInfo.Description = $"{_("Download web video and audio")}.";
_mainWindowController.AppInfo.Version = "2023.6.2-next";
_mainWindowController.AppInfo.Version = "2023.6.2-beta1";
_mainWindowController.AppInfo.Changelog = "<ul><li>Recently completed downloads will be shown first in the completed group instead of being appended last</li><li>Fixed a performance issue with displaying logs when the logs were large in size</li><li>Fixed an issue where the app would crash if the authentication credentials were invalid</li><li>Updated translations (Thanks everyone on Weblate!)</li></ul>";
_mainWindowController.AppInfo.GitHubRepo = new Uri("https://github.com/NickvisionApps/TubeConverter");
_mainWindowController.AppInfo.IssueTracker = new Uri("https://github.com/NickvisionApps/TubeConverter/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.6.2-next" date="2023-06-16">
<release version="2023.6.2-beta1" date="2023-06-18">
<description translatable="no">
<p>- Recently completed downloads will be shown first in the completed group instead of being appended last</p>
<p>- Fixed a performance issue with displaying logs when the logs were large in size</p>
Expand Down

0 comments on commit 62b2583

Please sign in to comment.