Skip to content

Commit

Permalink
V2023.6.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed May 30, 2023
1 parent bd5000a commit 82857b4
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 = $"{_("Get video and audio from the web")}.";
_mainWindowController.AppInfo.Version = "2023.6.0-beta2";
_mainWindowController.AppInfo.Version = "2023.6.0-rc1";
_mainWindowController.AppInfo.Changelog = "<ul><li>Added the ability to upload a cookie file to use for media downloads that require a login</li><li>Added support for downloading media as M4A</li><li>Added more configurable options for aria2 downloader</li><li>Added options to configure when completed download notifications are shown</li><li>Added the ability to clear completed downloads</li><li>Added the ability to disallow conversions and simply download the appropriate video/audio format for the selected quality without converting to other formats</li><li>Tube Converter will check the clipboard for a valid media url and when AddDownloadDialog is opened</li><li>Fixed an issue that prevented downloading m3u8 streams</li><li>Fixed an issue that prevented downloading media to NTFS drives</li><li>Updated UI/UX</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.0-beta2" date="2023-05-28">
<release version="2023.6.0-rc1" date="2023-05-30">
<description translatable="no">
<p>- Added the ability to upload a cookie file to use for media downloads that require a login</p>
<p>- Added support for downloading media as M4A</p>
Expand Down

0 comments on commit 82857b4

Please sign in to comment.