Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Release 0.21

Compare
Choose a tag to compare
@ueokande ueokande released this 23 Mar 09:56
· 1135 commits to master since this release

Make smooth-scroll smoother (#536)

Make smooth-scroll more smoother. To enable smooth-scroll, type set smoothscroll or add smoothscroll: true into your settings.

Space key map (#537)

Allow to enable keymap Space key:

"keymaps": {
  "<Space>": { "type": "follow.start", "newTab": false },
  "<C-Space>": { "type": "follow.start", "newTab": true, "background": false }
}

Scroll console (#538)

Limits number of shown item on console completion. The hidden items

Update README.md (#543 by @ryanstreur)

Correct spelling of WebExtensions (#535 by @sleepypikachu)

Update documents (#552 by @TeepaBlue)

Use browser.runtime.onInstalled event (#539)

Refactor background (#544)