This repository has been archived by the owner on Nov 3, 2021. It is now read-only.
Releases: trizen/straw-viewer
Releases · trizen/straw-viewer
Version 0.1.3
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 withinvidious.io
(#40) (dda688d) - For better privacy, ignore invidious instances that use Cloudflare. (003bedf)
- Set the
LIVE
tag only for videos marked withliveNow=true
andlengthSeconds=0
. (42f1a18) - cli: no longer die when
Term::ReadLine::Gnu
is not installed andhistory => 1
. (b624785)
See also: https://github.com/trizen/pipe-viewer
Version 0.1.2
- 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
Version 0.1.0
Additions
- Implemented
sort_by
anddate
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
Version 0.0.9
Version 0.0.8
- Fixed the support for closed-captions for some videos. (3dfe6e1)
Version 0.0.7
Changes
- Changed the default API host to invidious.snopyta.org. (#24)
- Use the ".opus" extension for Opus audio streams. (ec0e860)