Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Releases: trizen/straw-viewer

Version 0.1.3

23 Feb 16:38
0.1.3
4b05cd5
Compare
Choose a tag to compare
  • straw-viewer is now considered deprecated in favor of pipe-viewer. (info)
  • gtk: workaround for non-existent extra thumbnails in "video details" window. (7112d83)
  • gtk: added the boolean autoscroll_to_end option (disabled by default). (cd67d64)
  • gtk: make sure the text in textview is UTF-8 decoded. (#37) (b66ebc7)
  • Replaced the deprecated invidio.us domain with invidious.io (#40) (dda688d)
  • For better privacy, ignore invidious instances that use Cloudflare. (003bedf)
  • Set the LIVE tag only for videos marked with liveNow=true and lengthSeconds=0. (42f1a18)
  • cli: no longer die when Term::ReadLine::Gnu is not installed and history => 1. (b624785)

See also: https://github.com/trizen/pipe-viewer

Version 0.1.2

26 Nov 23:06
0.1.2
5333411
Compare
Choose a tag to compare
  • Show the relative age of videos in search results. (374063f)
  • Stricter selection of a random invidious instance. (09ce8a8)

See also: https://github.com/trizen/pipe-viewer

Version 0.1.1

01 Nov 23:28
0.1.1
ad4c5ae
Compare
Choose a tag to compare
  • gtk: added the "Video License" combobox. (6d8bc72)
  • gtk: added the right-click "Play as audio" entry. (3bd20cf, 46ae02e)
  • Better detection for HFR (High Frame Rate) videos. (9bdc6ef)
  • Better selection of invidious instances. (b020f99)

See also: https://github.com/trizen/pipe-viewer

Version 0.1.0

06 Oct 19:31
0.1.0
f310fa3
Compare
Choose a tag to compare

Additions

  • Implemented sort_by and date parameters for /search. (00f98d9)
  • Implemented the --hd, --captions and --region=s options. (00f98d9)
  • Implemented the --page=i, --dimension=s and --license=s options. (e742be9)
  • Implemented support for popular videos. (4ef8611)
  • Implemented support for searching for videos from a specific channel. (8f0c6c2)
  • Implemented support for trending categories. (d3e27ea)
  • Added support for changing the youtube-dl command. (a4c97ed)
  • Added support for disabling the use of youtube-dl. (a4c97ed)
  • Added the ignore_av1 config-option. (disabled by default). (bc431c3)
  • Documented the configuration options in man straw-viewer. (e742be9)

Improvements

  • Cached several internal functions in memory for better performance. (802d056)

Fixes

  • Added the missing quotemeta() to the filename of the cookie file. (eb9f04d)
  • Use description from the description field when descriptionHtml is empty. (606e5c5)

Version 0.0.9

13 Sep 15:31
0.0.9
b5f51a0
Compare
Choose a tag to compare

Additions

  • Added support for loading cookies from a file. (15d6c5a)
  • Added support for automatically picking an invidious instance. (#23) (0038ba8)

Other

  • No longer prefer a specific version of TLS. (05ac9e3)
  • Use random invidious instances in _extract_from_invidious(). (31a943b)

Fixes

  • Gtk3: fixed thumbnails for related videos. (ca3aa61)
  • Save converted videos in the same folder they are downloaded in. (#26) (7620cc3)

Version 0.0.8

26 Aug 14:31
0.0.8
094ee93
Compare
Choose a tag to compare
  • Fixed the support for closed-captions for some videos. (3dfe6e1)

Version 0.0.7

08 Aug 12:27
0.0.7
caaebb6
Compare
Choose a tag to compare

Changes

Bug-fixes

  • Several fixes in the decoding of URLs in description. (c9a02d5, 823a1a7)
  • Fixed the printing of channel names in search context. (#20)
  • Prefer VP9 over AV1 when AVC is not available and prefer_mp4 is true. (eeb53f0)

Version 0.0.6

15 Jul 13:58
0.0.6
7332262
Compare
Choose a tag to compare

Additions

  • Added support for ignoring High Frame Rate (HFR) videos. (#18) (50e6855)
  • Added the --instance=s alias for --api-host=s, for changing the invidious instance. (cf0a327)

Fixes

  • Handle some potential corner-cases. (fbc11fa)
  • Suppressed some harmless warnings. (9880e01)
  • Allow YouTube video URLs to be passed to --id. (28f925f)
  • No longer include newlines in the message prompt for Term::ReadLine. (cf335f1)

Version 0.0.5

11 Jun 13:20
0.0.5
bbd753c
Compare
Choose a tag to compare
  • Added basic support for related videos. (#15) (880bfc2)
  • Added a fallback method for extracting video information. (5ce3cb4)
  • Allow the GTK+ interface to run under any GTK+ >= 3.00. (6690883)
  • Various fixes and improvements. (e31ee90, 95e0295, 5ce3cb4)

Version 0.0.4

29 May 09:46
0.0.4
c9c58e5
Compare
Choose a tag to compare
  • Detect videos with signatureCipher and fallback to youtube-dl. (75ca188)
  • Allow channel & playlist IDs to be longer (between 11 and 64 characters). (a97cc7f)
  • Changed the default cache direction from /tmp/straw-viewer to ~/.cache/straw-viewer. (820ebc7)