This repository has been archived by the owner on Apr 11, 2023. It is now read-only.
Release 0.3
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 asfoo.example.com/mail/*
. Disabled plugin can be made re-enabled by Shift+Esc (in default).
Bug
Misc
- #85 - Improve README