Skip to content

Commit

Permalink
V2023.6.1-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Jun 13, 2023
1 parent 88c2073 commit 4a52665
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.1-beta2";
_mainWindowController.AppInfo.Version = "2023.6.1-rc1";
_mainWindowController.AppInfo.Changelog = "<ul><li>Added authentication options when adding a download if needed</li><li>Added a Keyring to store credentials that can be used when authenticating</li><li>Added the advanced download option to specify a specific timeframe of a media to download</li><li>Added the ability to embed chapters in a download</li><li>Added the ability to turn on automatically cropping audio thumbnails</li><li>Added the ability to specify a comma-separated list of language codes for subtitle downloading</li><li>Improved the speed of playlist validation</li><li>The \"Number Titles\" switch's state will now be remembered and used again for future downloads</li><li>The previous \"Video Resolution\" will be remembered and pre-selected if available for future downloads</li><li>Comment, Description, Synopsis, and Purl fields will no longer be embedded in metadata</li><li>If a download fails and was not stopped, Tube Converter will automatically retry it one more time</li><li>Fixed an issue where some websites were not validated</li><li>Fixed an issue where the incorrect file extension was sometimes shown for generic downloads</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.1-beta2" date="2023-06-05">
<release version="2023.6.1-rc1" date="2023-06-13">
<description translatable="no">
<p>- Added authentication options when adding a download if needed</p>
<p>- Added a Keyring to store credentials that can be used when authenticating</p>
Expand Down

0 comments on commit 4a52665

Please sign in to comment.