Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Jun 10, 2023
1 parent e02dad9 commit 85da6f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion NickvisionTubeConverter.GNOME/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public Program()
_mainWindowController.AppInfo.ShortName = _("Tube Converter");
_mainWindowController.AppInfo.Description = $"{_("Download web video and audio")}.";
_mainWindowController.AppInfo.Version = "2023.6.1-beta2";
_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>Playlist validation is a lot faster now</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, and Synopsis fields will no longer be embedded in metadata</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.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 ability to embed chapters in a download</li><li>Playlist validation is a lot faster now</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, and Synopsis fields will no longer be embedded in metadata</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");
_mainWindowController.AppInfo.SupportUrl = new Uri("https://github.com/NickvisionApps/TubeConverter/discussions");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
<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>
<p>- Added the ability to embed chapters in a download</p>
<p>- Playlist validation is a lot faster now</p>
<p>- The "Number Titles" switch's state will now be remembered and used again for future downloads</p>
<p>- The previous "Video Resolution" will be remembered and pre-selected if available for future downloads</p>
Expand Down

0 comments on commit 85da6f8

Please sign in to comment.