Skip to content

store settings in `browser.storage.local`

Compare
Choose a tag to compare
@gdh1995 gdh1995 released this 22 Mar 18:52
· 810 commits to master since this release
  • Vimium C has switched its setting storage into browser.storage.local completely since v1.97
    • items in localStorage will be auto imported and then cleared
  • Firefox: fix opening duplicated tabs on a latest Firefox ESR 91
  • Firefox: work around Ctrl and Shift detection if privacy.resistFingerprinting is true
  • LinkHints: on Chrome, now a quick Tab when it's just activated will make it try to find more clickable items
    • the quick Tab works only if "Use link name" is off
    • add showUrl=true to simulate browsers' URL HUD for activate and activateHover
  • Vomnibar: add itemSedKeys to apply text substitution onto suggestion URLs on Enter
    • in omni mode, now :i AbCd means abcd by default
  • VisualMode: fix crashes that Firefox doesn't support some granularities
  • Scroller: now guess the refresh rate of your monitor, so that scroll more smoothly
  • openUrl: now trust URLs built using search engines and text substitution rules
  • joinTabs: filter supports != and more keywords
  • sortTabs: order supports negative fields like -time
  • text substitution: for a string list, now apply rules once a line, but not join them firstly (breaking)
    • and auto parse google.com/url?url=<URL> into target URLs when copy and paste
  • passNextKey: now it still works even if triggered it in InsertMode
    • also add normal="force" to work even if no exclusion rules matched
  • many other improvements and bug fixes