From 6ea90885a7fd249efc6ee629f7c42015b8fd752f Mon Sep 17 00:00:00 2001 From: trizen Date: Tue, 21 Jan 2025 18:46:06 +0200 Subject: [PATCH] Version 3.11.4 --- Changes | 2 ++ README.md | 2 +- bin/gtk-youtube-viewer | 6 +++--- bin/youtube-viewer | 4 ++-- lib/WWW/YoutubeViewer.pm | 2 +- share/gtk3-youtube-viewer.glade | 6 +++--- 6 files changed, 12 insertions(+), 10 deletions(-) diff --git a/Changes b/Changes index bc74b4b..9df13a1 100644 --- a/Changes +++ b/Changes @@ -6,6 +6,8 @@ [CHANGELOG] +- CLI: added the `download_in_subdir` and `download_in_subdir_format` config-options. - (v3.11.4) +- CLI: added the `--set-mtime` option and the `set_mtime` config-option. - (v3.11.4) - GUI: extended the right-click menu in the Saved Channels window. - (v3.11.3) - GUI: added "Backward" and "Forward" buttons for navigating the history. - (v3.11.2) - Recognize more itag values returned by `yt-dlp` with `--force-fallback`. - (v3.11.0) diff --git a/README.md b/README.md index 004b22a..0a98b38 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ After installing, you can find documentation with the following commands: ### LICENSE AND COPYRIGHT -Copyright (C) 2012-2024 Trizen +Copyright (C) 2012-2025 Trizen This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published diff --git a/bin/gtk-youtube-viewer b/bin/gtk-youtube-viewer index d15a339..8479451 100755 --- a/bin/gtk-youtube-viewer +++ b/bin/gtk-youtube-viewer @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2010-2024 Trizen . +# Copyright (C) 2010-2025 Trizen . # # This program is free software; you can redistribute it and/or modify it # under the terms of either: the GNU General Public License as published @@ -15,7 +15,7 @@ #------------------------------------------------------- # GTK YouTube Viewer # Created on: 12 September 2010 -# Latest edit on: 11 August 2024 +# Latest edit on: 21 January 2025 # https://github.com/trizen/youtube-viewer #------------------------------------------------------- @@ -48,7 +48,7 @@ sub devel_path { use if $DEVEL, lib => $DEVEL && catdir(devel_path(), 'lib'); -use WWW::YoutubeViewer v3.11.3; +use WWW::YoutubeViewer v3.11.4; use WWW::YoutubeViewer::RegularExpressions; binmode(STDOUT, ':utf8'); diff --git a/bin/youtube-viewer b/bin/youtube-viewer index 6d57c35..5d96a32 100755 --- a/bin/youtube-viewer +++ b/bin/youtube-viewer @@ -82,7 +82,7 @@ sub devel_path { use if $DEVEL, lib => $DEVEL && catdir(devel_path(), 'lib'); -use WWW::YoutubeViewer v3.11.3; +use WWW::YoutubeViewer v3.11.4; use WWW::YoutubeViewer::RegularExpressions; binmode(STDOUT, ':utf8'); @@ -5902,7 +5902,7 @@ https://github.com/trizen/youtube-viewer =head1 LICENSE AND COPYRIGHT -Copyright 2010-2024 Trizen. +Copyright 2010-2025 Trizen. This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published diff --git a/lib/WWW/YoutubeViewer.pm b/lib/WWW/YoutubeViewer.pm index 5c10d4c..28818b7 100644 --- a/lib/WWW/YoutubeViewer.pm +++ b/lib/WWW/YoutubeViewer.pm @@ -44,7 +44,7 @@ WWW::YoutubeViewer - A very easy interface to YouTube. =cut -our $VERSION = '3.11.3'; +our $VERSION = '3.11.4'; =head1 SYNOPSIS diff --git a/share/gtk3-youtube-viewer.glade b/share/gtk3-youtube-viewer.glade index 9f49548..b722544 100644 --- a/share/gtk3-youtube-viewer.glade +++ b/share/gtk3-youtube-viewer.glade @@ -1,7 +1,7 @@ - + 1 @@ -2371,7 +2371,7 @@ When the specified resolution is not found, the best available resolution is use normal __MAIN__ GTK Youtube Viewer - Copyright © 2010-2024 Trizen + Copyright © 2010-2025 Trizen Written in Perl, Gtk3 and Glade. https://github.com/trizen/youtube-viewer https://github.com/trizen/youtube-viewer