Skip to content

2.6.1

Compare
Choose a tag to compare
@Euro20179 Euro20179 released this 12 Sep 18:15
· 28 commits to master since this release

Additions

  • support ueberzugpp sway, and wlroots image output methods
  • the yt scraper has been readded to scrape youtube directly
  • from-cache scraper, to scrape from ytfzf's cache.
    • to save to cache use --keep-cache
  • --force-invidious to make it use the chosen invidious instance instead of converting to youtube links
  • a file called created-at is kept in all cache directories to keep track of when it was created

Fixes

  • --keep-cache does not keep cache
  • M scraper does not work (#683 @gardockt)
  • --channel-url does not work with https://www.youtube.com/channel/@channel
  • use wayland instead of wlroots to align with ueberzugpp
  • Fix syntax errors on macos (#662 @readmemyrights)
  • Export FZF_DEFAULT_OPTS (#656 @jellelicht)
  • Subscriptions trim_blank url #677 (#692 @calbrecht)
  • next_page tabular tui did not know about COLUMNS AND LINES (#693 @calbrecht)

Code

  • remove unused remove_quotes_on_var_value function