File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
[CHANGELOG]
7
7
8
+ Version 0.5.2
9
+
10
+ - GUI: added key bind for "play as audio" as CTRL+N.
11
+ - GUI: extended the right-click menu in the Saved Channels window.
12
+ - Added support for including streams in subscription videos.
13
+ - Recognize several more itag values.
14
+ - Fixed the parsing of shorts.
15
+ - Fixed the downloading of videos that have multiple audio tracks, with yt-dlp.
16
+
8
17
Version 0.5.1
9
18
10
19
- gui: added "Backward" and "Forward" buttons for navigating the history.
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ sub devel_path {
50
50
51
51
use if $DEVEL , lib => $DEVEL && catdir(devel_path(), ' lib' );
52
52
53
- use WWW::PipeViewer v0.5.1 ;
53
+ use WWW::PipeViewer v0.5.2 ;
54
54
use WWW::PipeViewer::DiskCache;
55
55
use WWW::PipeViewer::ParseJSON;
56
56
use WWW::PipeViewer::RegularExpressions;
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ sub devel_path {
66
66
67
67
use if $DEVEL , lib => $DEVEL && catdir(devel_path(), ' lib' );
68
68
69
- use WWW::PipeViewer v0.5.1 ;
69
+ use WWW::PipeViewer v0.5.2 ;
70
70
use WWW::PipeViewer::ParseJSON;
71
71
use WWW::PipeViewer::RegularExpressions;
72
72
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ WWW::PipeViewer - A simple interface to YouTube.
43
43
44
44
=cut
45
45
46
- our $VERSION = ' 0.5.1 ' ;
46
+ our $VERSION = ' 0.5.2 ' ;
47
47
48
48
=head1 SYNOPSIS
49
49
You can’t perform that action at this time.
0 commit comments