Skip to content

Releases: trizen/youtube-viewer

Version 3.6.1

25 Dec 18:58
837f845

Choose a tag to compare

  • Added support for channel activity events. (939eecc)
  • Experimental porting to Gtk3 (available as gtk3-youtube-viewer). (7bccc9b, 9406138, 2ba9d4a)
  • Display subscription images in square format (160x160). (859a330)
  • By default, --ps videoID will now add the video at the end of the playlist. (a3b78a1)

Version 3.6.0

17 Dec 21:22
54e9e63

Choose a tag to compare

  • Added new livestream (premiere) itags. (30fff95)
  • Extended custom_layout_format to support fixed width, colors and alignment. (c307437)
  • Merge MKV files in downloads_dir. (fixes #282) (3775c31)
  • Added the *AGE* token, which tells how long ago was a video published. (#283) (433b552)

Version 3.5.9

13 Nov 11:38
ab564f3

Choose a tag to compare

  • Support livestreams even when youtube-dl is not available. (f23e956)
  • Added the remember_watched config-option (disabled by default). (#272) (02def28)
  • Added the skip_watched config-option (disabled by default). (02def28)

Version 3.5.8

11 Sep 17:45
3dbba63

Choose a tag to compare

Version 3.5.7

30 Aug 06:36
68b4ca0

Choose a tag to compare

youtube-viewer

  • Added the show_video_info config-option and --video-info. (7116c45)
  • Added the config-option autoplay_mode. (disabled by default) (#263) (1460cc5)
  • Made --autoplay a boolean option. (be616a1)
  • Prefer audio streams when --novideo is specified. (e77b5b1)

gtk-youtube-viewer

  • Added the tooltips config-option. (enabled by default) (a1c5daf)
  • Added the tooltip_max_len config-option. (set by default to 512) (#150) (dd9f74c, 2439f1b)

Version 3.5.6

15 Aug 18:11
fd028a5

Choose a tag to compare

  • Fixed the support for playing some videos that have streams with clen = 0. (ecdb7d4)
  • Fixed the support for playing livestreams. (61064e6)

Version 3.5.5

05 Aug 08:28
e3848b0

Choose a tag to compare

Additions

  • Added the use_invidious_api config-option (disabled by default). (#258) (0cd9a54)
  • Added the --autoplay=ID command-line option and the :autoplay=i STDIN option. (#263) (8667b70)
  • Added the dash_segmented config-option to include or exclude segmented DASH streams (enabled by default). (7ff3b2f)

Bug-fixes

  • Filter out videos with time '00:00' (#243) (d9d6bf1)
  • Fixed the mkv merging of filenames that contain : (#247) (e2c1d10)
  • Fix the handling of a selection range that matches no videos. (#251) (d5d2c3f)
  • gtk-youtube-viewer: display channel icons in square (160x160) format. (#261) (c016952)
  • gtk-youtube-viewer: allow the resolution to be changed in the config-file. (#266) (7c301f7)

Version 3.5.4

25 Feb 19:44

Choose a tag to compare

gtk-youtube-viewer

  • Removed the support for threads.
  • Deleted videos are now filtered out from playlist results.
  • Simplified the "help window" and set font to "Monospace 8".

Internals

  • Fixed the support for livestreams. (assuming youtube-dl is installed) (#243)

Version 3.5.3

20 Feb 16:23

Choose a tag to compare

gtk-youtube-viewer

  • Support for passing search query via command line when starting gtk-youtube-viewer. (#204)
  • Video details and video comments windows now load much faster. (79248f8)
  • Added support for navigating back and forth using the side buttons of the mouse. (8185d59)
  • Minor fix in displaying extra thumbnails for live videos. (c37e7fe)
  • Display thumbnails of medium quality in video details window. (37ce1fb)
  • Comments can now be double-clicked, which opens the YouTube video page, highlighting the double-clicked comment. (73add26)

youtube-viewer

  • Minor fix for the :refresh option. (6d48bca)

Version 3.5.2

10 Feb 02:26

Choose a tag to compare

gtk-youtube-viewer

  • Don't empty the search bar on click by default. (#235, #171, #151) (0e40095)
  • Disabled the CTRL+C bind for the comments window. (6a40849)
  • Added the channel ID for the selected video in the "video details" window. (c0440f5)
  • Restored spaces between symbols and text in the "video details" window. (06b1f9b)

youtube-viewer

  • Extended the --within=<...> option to support weeks. (39a68ba)
  • Ensure results always fit in the term width when --fixed-width is enabled. (c5541ce)
  • Better colors and formatting during -C. (0283b45, fa119ff, 7ec2c71)

Internals

  • Set time to "LIVE" for live streams. (ba2f8f8)
  • Minor performance improvement in downloading closed-caption. (b2d68d5)