Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Jul 14, 2023
1 parent 14b36ce commit e045cf0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v1.10 (10-Jul-2023)

- Added support for fetching private videos and playlists. You can click the "Authentication" button in the top right corner to log in with your YouTube account, which will allow you to access private or restricted content. If you don't wish your authentication data (cookies) to be persisted on disk, toggle the "Persist authentication" option off in settings. (Thanks [@xBaank](https://github.com/xBaank))
- Fixed various YouTube-related issues. Updated to YoutubeExplode v6.2.17.

## v1.9.13 (28-Jun-2023)

- Changed how failed downloads are presented in the UI. The error message corresponding to a failed download is no longer shown in the tooltip when you hover over the "Failed" status text. Instead, you can click on the status text to copy the error message to the clipboard. This should make it easier to include the error in a bug report.
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<Version>1.9.13</Version>
<Version>1.10</Version>
<Company>Tyrrrz</Company>
<Copyright>Copyright (C) Oleksii Holub</Copyright>
<LangVersion>preview</LangVersion>
Expand Down

0 comments on commit e045cf0

Please sign in to comment.