Skip to content

Commit b3ceba2

Browse files
committed
Version 3.11.0
1 parent 090a9f0 commit b3ceba2

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
[CHANGELOG]
88

9+
- Recognize more itag values returned by `yt-dlp` with `--force-fallback`. - (v3.11.0)
10+
- GUI: added the "Split A/V videos" check button. - (v3.11.0)
11+
- GUI: highlight downloaded videos as watched. - (v3.11.0)
912
- GUI: tweak interface to be less cramped (requires gtk+ >= 3.6). - (v3.10.3)
1013
- Added support for changing the audio quality. - (v3.10.3)
1114
- Workaround for "Video Not Available" issue. - (v3.10.2)

bin/gtk-youtube-viewer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ sub devel_path {
4646
my $DEVEL;
4747
use if ($DEVEL = -w __FILE__), lib => catdir(devel_path(), 'lib');
4848

49-
use WWW::YoutubeViewer v3.10.9;
49+
use WWW::YoutubeViewer v3.11.0;
5050
use WWW::YoutubeViewer::RegularExpressions;
5151

5252
binmode(STDOUT, ':utf8');

bin/youtube-viewer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ use if ($DEVEL = -w __FILE__), lib => do {
7878
catdir(@dirs, 'lib');
7979
};
8080

81-
use WWW::YoutubeViewer v3.10.9;
81+
use WWW::YoutubeViewer v3.11.0;
8282
use WWW::YoutubeViewer::RegularExpressions;
8383

8484
binmode(STDOUT, ':utf8');

lib/WWW/YoutubeViewer.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ WWW::YoutubeViewer - A very easy interface to YouTube.
4242
4343
=cut
4444

45-
our $VERSION = '3.10.9';
45+
our $VERSION = '3.11.0';
4646

4747
=head1 SYNOPSIS
4848

0 commit comments

Comments
 (0)