Releases: trizen/pipe-viewer
Releases · trizen/pipe-viewer
Version 0.5.3
Version 0.5.2
- Added support for including streams in subscription videos. (#185) (2a3df2a)
- GUI: extended the right-click menu in the Saved Channels window. (#149) (6f941d9, 8883ec2)
- GUI: added key bind for "play as audio" as CTRL+N. (#70) (4cbec0e)
- CLI: no longer check write permissions on directories. (338079e)
- Recognize several more itag values. (88044fb, 709e088)
- Workaround for custom thumbnails not loading. (73752a4)
- Fixed the parsing of shorts. (#201) (6f692af)
- Fixed the downloading of videos that have multiple audio tracks, with
yt-dlp
. (15c5a7e)
Version 0.5.1
Version 0.5.0
Version 0.4.9
- gui: added the "Split A/V videos" check button. (b1d63e8)
- gui: highlight downloaded videos as watched. (fb84b4f)
- Extract livestream URLs with the fallback method. (9d21be5)
- Recognize more itags from
yt-dlp
with--force-fallback
. (fixes #184) (9a34841) - Fixed the JSON parsing for some videos that include the characters "<" and ">". (ec857b8)
Version 0.4.8
Version 0.4.7
Version 0.4.6
Version 0.4.5
- CLI: added basic support for Android, playing videos with the VLC player. (9459c94)
- CLI: added the
:w=i
STDIN option for saving a video to watch history. (abe6513) - Added the
bypass_age_gate_native
config-option. (disabled by default) (608ff40) - Fixed the downloading of livestreams with
yt-dlp
. (c4d121a)
Version 0.4.4
- CLI: added the
--shorts=s
and--popular-shorts=s
command-line options. (5c73b65) - CLI: added the
:shorts=i
and:popular-shorts=i
STDIN options. (5c73b65) - CLI: added the
--streams=s
and--popular-streams=s
command-line options. (ab6da59) - CLI: added the
:streams=i
and:popular-streams=i
STDIN options. (ab6da59) - CLI: added the
get_subscriptions_in_parallel
config-option (disabled by default) (fe95043) - GUI: Added the
Author -> {Streams, Shorts, Popular streams}
. (6224bb8) - GUI: added the
Copy YouTube URL
right-click menu entry. (6a6b238) - Added support for the new format of YouTube usernames starting with
@
. (5c73b65)