Skip to content

Commit cb41e51

Browse files
committed
Version 0.5.2
1 parent 8883ec2 commit cb41e51

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

Changes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55

66
[CHANGELOG]
77

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+
817
Version 0.5.1
918

1019
- gui: added "Backward" and "Forward" buttons for navigating the history.

bin/gtk-pipe-viewer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ sub devel_path {
5050

5151
use if $DEVEL, lib => $DEVEL && catdir(devel_path(), 'lib');
5252

53-
use WWW::PipeViewer v0.5.1;
53+
use WWW::PipeViewer v0.5.2;
5454
use WWW::PipeViewer::DiskCache;
5555
use WWW::PipeViewer::ParseJSON;
5656
use WWW::PipeViewer::RegularExpressions;

bin/pipe-viewer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ sub devel_path {
6666

6767
use if $DEVEL, lib => $DEVEL && catdir(devel_path(), 'lib');
6868

69-
use WWW::PipeViewer v0.5.1;
69+
use WWW::PipeViewer v0.5.2;
7070
use WWW::PipeViewer::ParseJSON;
7171
use WWW::PipeViewer::RegularExpressions;
7272

lib/WWW/PipeViewer.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ WWW::PipeViewer - A simple interface to YouTube.
4343
4444
=cut
4545

46-
our $VERSION = '0.5.1';
46+
our $VERSION = '0.5.2';
4747

4848
=head1 SYNOPSIS
4949

0 commit comments

Comments
 (0)