Skip to content

Commit

Permalink
Version 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
trizen committed Aug 22, 2024
1 parent 0d9515e commit 5813885
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@

[CHANGELOG]

Version 0.5.3

- Fixed the "CONSENT" cookie (which no longer worked due to YouTube changes).

Version 0.5.2

- GUI: added key bind for "play as audio" as CTRL+N.
Expand Down
2 changes: 1 addition & 1 deletion bin/gtk-pipe-viewer
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ sub devel_path {

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

use WWW::PipeViewer v0.5.2;
use WWW::PipeViewer v0.5.3;
use WWW::PipeViewer::DiskCache;
use WWW::PipeViewer::ParseJSON;
use WWW::PipeViewer::RegularExpressions;
Expand Down
2 changes: 1 addition & 1 deletion bin/pipe-viewer
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ sub devel_path {

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

use WWW::PipeViewer v0.5.2;
use WWW::PipeViewer v0.5.3;
use WWW::PipeViewer::ParseJSON;
use WWW::PipeViewer::RegularExpressions;

Expand Down
2 changes: 1 addition & 1 deletion lib/WWW/PipeViewer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ WWW::PipeViewer - A simple interface to YouTube.
=cut

our $VERSION = '0.5.2';
our $VERSION = '0.5.3';

=head1 SYNOPSIS
Expand Down

0 comments on commit 5813885

Please sign in to comment.