Releases: trizen/pipe-viewer
Releases · trizen/pipe-viewer
Version 0.4.3
- Added basic GET cache in
lwp_get()
. (c00e908) - Fixed the support for popular videos from a channel. (b295220)
- Fixed the extraction of the author name in
/browse
requests. (9b92edf) - Check search keywords for a playlist ID and for a channel ID. (057da79)
- CLI: added the
:p=i
option for playlist results. (28f5f37) - CLI: allow the
--novideo
option to be negated. (f8184dd) - GUI: added the
DEL
keybind in the "Saved channels" window to remove the selected channel. (0d11bde) - Extract livestream URL with the fallback method only when our code fails. (2bdcfbb)
- Remember a working invidious instance and reuse it across multiple sessions for 1 hour. (8550ba9, 29dbca7)
- Memoize the output of yt-dlp/youtube-dl and reuse it. (4abdd55)
Version 0.4.2
Version 0.4.1
- GUI: progress bar pulse when playing a video. (by @benoit-pierre) (#130)
- GUI: improved handling of text entries. (by @benoit-pierre) (#129)
- GUI: fixed some focusing issues. (by @benoit-pierre) (#127, #128)
- GUI: use
mqdefault
thumbnails for related videos. (instead ofhqdefault
) (7e44ee8) - GUI: append the "next page" entry for results from invidious. (0baee0a)
- CLI: remove the incomplete
mkv
file whenffmpeg
fails. (15c8e83) - Support for
videoWithContextRenderer
results. (8d43a54)
Version 0.4.0
- GUI: moved network calls to a dedicated process. (by @benoit-pierre) (#103)
- GUI: reworked the comments window. (by @benoit-pierre) (#123)
- GUI: support for using the
menu
key on the results list. (by @benoit-pierre) (#114) - GUI: simplified the support for channels. (by @benoit-pierre) (#120)
- GUI: more compact layout in the details window. (by @benoit-pierre) (#121)
- Added
use utf8;
in the config files. (fixes #112) - Added the CLI
youtube_playlist_url
andyoutube_channel_url
config-options. (b01fdea) - Extended the
*ID*
special token to return either the video ID, the playlist ID or the channel ID. (fixes #116)
Version 0.3.1
- Fixed detection support for the "webp" image format. (by @benoit-pierre)
Version 0.3.0
- Lots of GUI improvements and fixes. (by @benoit-pierre) (#81, #80)
- Fixed building of YouTube search parameters. (by @benoit-pierre) (#78)
- Added support for searching for movies. (by @benoit-pierre) (#90)
- GUI: better thumbnails handling. (by @benoit-pierre) (#91)
- Added support for changing the audio quality. (a1728ef)
Version 0.2.3
Version 0.2.2
- Extract closed-captions for age-restricted videos. (d01f1d6)
- GUI: better cache support for thumbnails. (5ca4dd2)
- GUI: added support for highlighting watched videos in a given color. (711b713)
- GUI: added key bind for displaying subscription videos. (53254d2)
- GUI: changed the CTRL+W key bind to show the watched videos. (b4911c6)