Skip to content

Rewrite logic about updating settings (experimental)

Compare
Choose a tag to compare
@gdh1995 gdh1995 released this 07 Nov 18:14
· 932 commits to master since this release
  • Firefox: fix the Options page would break in a tab container
  • fix some key handlers didn't support composed keys, like LinkHints autoUnhover=<esc> (325 (comment))
  • LinkHints: use then={...} to configure following Vomnibar / Visual Mode
  • Scroller: support scrollable=host-regexp##css-selectors;hostRe2##selectors2 to select default scrollable elements
  • .filter of tab commands: add limit=number|"count" and discarded=false
  • captureTab: add copy and download=false on Firefox
  • Custom CSS: add a new section named #find:selection to render selection areas (#481)
  • add vimium://urls/key1|key2:query words, to open multiple URLs in one command
    • for example, vimium://urls/g|bing:$S will open Bing and Google search results
  • dispatchEvent: now can dispatch to <body> if no element is focused (still call $else though)
  • fix some other bugs and issues