Skip to content

Releases: trizen/pipe-viewer

Version 0.4.3

12 Nov 19:41
0.4.3
e54e9c5
Compare
Choose a tag to compare
  • 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

29 Oct 22:01
0.4.2
fbfd3ac
Compare
Choose a tag to compare
  • Support for richItemRenderer channel video results. (0826513)
  • GUI: allow the "next page" entry to be pressed multiple times (in case of network error). (fixes #136) (fbfd3ac)

Version 0.4.1

16 Oct 22:19
0.4.1
8d43a54
Compare
Choose a tag to compare
  • 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 of hqdefault) (7e44ee8)
  • GUI: append the "next page" entry for results from invidious. (0baee0a)
  • CLI: remove the incomplete mkv file when ffmpeg fails. (15c8e83)
  • Support for videoWithContextRenderer results. (8d43a54)

Version 0.4.0

04 Oct 16:53
0.4.0
f9710a8
Compare
Choose a tag to compare
  • 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 and youtube_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

09 Sep 18:36
0.3.1
c03576e
Compare
Choose a tag to compare
  • Fixed detection support for the "webp" image format. (by @benoit-pierre)

Version 0.3.0

09 Sep 07:39
0.3.0
f9c9585
Compare
Choose a tag to compare

Version 0.2.3

12 Aug 10:38
0.2.3
64f14fc
Compare
Choose a tag to compare
  • Workaround for "Video Not Available" issue. (e48bc9d)
  • Prefer the default language for audio. (4e4db3a)
  • Recognize several more itag values. (0305d6f, 9eda1c0)

Version 0.2.2

12 Jun 11:53
0.2.2
0037332
Compare
Choose a tag to compare
  • 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)

Version 0.2.1

09 May 08:04
0.2.1
0cc4e74
Compare
Choose a tag to compare
  • Added support for downloading videos with yt-dlp or youtube-dl. (fixes #55) (da75217, 357baf2)
  • Fixed the extraction of playlist IDs that end with a dash. (fixes #66) (0b76ee4)
  • Removed the ytdlp_cmd config-option. The value of ytdl_cmd will be used instead. (348d631)

Version 0.2.0

29 Mar 11:40
0.2.0
f2d44c8
Compare
Choose a tag to compare
  • New workaround for age-restricted videos. (7224077, eac7dc4)
  • Fixed the overlapping display time for auto-generated captions. (64bb84e)