Skip to content

Commit

Permalink
Version 3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trizen committed Jan 6, 2024
1 parent 090a9f0 commit b3ceba2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

[CHANGELOG]

- Recognize more itag values returned by `yt-dlp` with `--force-fallback`. - (v3.11.0)
- GUI: added the "Split A/V videos" check button. - (v3.11.0)
- GUI: highlight downloaded videos as watched. - (v3.11.0)
- GUI: tweak interface to be less cramped (requires gtk+ >= 3.6). - (v3.10.3)
- Added support for changing the audio quality. - (v3.10.3)
- Workaround for "Video Not Available" issue. - (v3.10.2)
Expand Down
2 changes: 1 addition & 1 deletion bin/gtk-youtube-viewer
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ sub devel_path {
my $DEVEL;
use if ($DEVEL = -w __FILE__), lib => catdir(devel_path(), 'lib');

use WWW::YoutubeViewer v3.10.9;
use WWW::YoutubeViewer v3.11.0;
use WWW::YoutubeViewer::RegularExpressions;

binmode(STDOUT, ':utf8');
Expand Down
2 changes: 1 addition & 1 deletion bin/youtube-viewer
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ use if ($DEVEL = -w __FILE__), lib => do {
catdir(@dirs, 'lib');
};

use WWW::YoutubeViewer v3.10.9;
use WWW::YoutubeViewer v3.11.0;
use WWW::YoutubeViewer::RegularExpressions;

binmode(STDOUT, ':utf8');
Expand Down
2 changes: 1 addition & 1 deletion lib/WWW/YoutubeViewer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ WWW::YoutubeViewer - A very easy interface to YouTube.
=cut

our $VERSION = '3.10.9';
our $VERSION = '3.11.0';

=head1 SYNOPSIS
Expand Down

0 comments on commit b3ceba2

Please sign in to comment.