Skip to content

Releases: trizen/youtube-viewer

Version 3.5.9

13 Nov 11:38
ab564f3
Compare
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
Compare
Choose a tag to compare

Version 3.5.7

30 Aug 06:36
68b4ca0
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)

Version 3.5.1

06 Jan 02:17
Compare
Choose a tag to compare

gtk-youtube-viewer

  • Include replies for comments. (ee2a524)
  • Wrap long comments by n characters. (b0b14d9)
  • Added the comments_order and comments_width config-options. (ee2a524, b0b14d9)
  • Show the number of items on playlists on a keyword-based search too (1b3f2ca) (by @bAndie91)
  • Make entries in right-to-left languages be displayed correctly. (#234) (ab30a3f, d32ccb1)

youtube-viewer

  • Added the *PUBLISHED* token. (#228) (f17353c)
  • Include replies for comments. (#225) (b128705)
  • Added the comments_order config-option and the --comments-order=s flag. (ee2a524)

Version 3.5.0

16 Sep 17:06
Compare
Choose a tag to compare

gtk-youtube-viewer

  • Added a new "Playlists" button to the "My panel" section. (d3cec9a)
  • Feature: navigate back and forth. (#220) (added by @bAndie91)
  • Show long video title as tooltip in comments and details windows. (#216) (added by @bAndie91)
  • Show how many items are in a playlist (when possible). (#221) (added by @bAndie91)
  • Show a tooltip for each result with the name of the result and its description. (5dbf01d)

youtube-viewer

  • Added the custom_layout and custom_layout_format config-options, which allow changing the layout of video results. (#218) (69a3ab3)

Internals

  • Support for YouTube channel URLs. (39adf12)
  • Support for YouTube username URLs. (4ce915b)