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

Release 0.3

Compare
Choose a tag to compare
@ueokande ueokande released this 26 Oct 12:12
· 1764 commits to master since this release

Release notes - Release 0.2

Improvement

  • #86 - Support addon.toggle.enabled operation to disable the plugin temporary. That is bound to Shift+Esc in the default. For current users, please add "<S-Esc>": { "type": "addon.toggle.enabled" } into JSON in your settings manually.
  • #90 - Blacklist support. The new setting "blacklist"is supported. You can now specify URLs to disable plugin by patterns. For instance, when you describe *.slack.com, the plugin are disabled on any Slack rooms. In addition, you can specify path patterns by concatenating a path or pattern, such as foo.example.com/mail/*. Disabled plugin can be made re-enabled by Shift+Esc (in default).

Bug

  • #93, #94 - Improve for certain pages such as Gmail and Slack.
  • #84 - Fix behavior on console focus

Misc

  • #85 - Improve README