Skip to content

v3.1.0

Compare
Choose a tag to compare
@dhruvmanila dhruvmanila released this 10 Apr 16:45
· 10 commits to main since this release
c7e13f1

Changelog:

Define the command through the plugin/ directory. This makes the setup function optional to be invoked for setting up the plugin. It's only required if any of the default options needs to be overridden.

From README:

Note: Setup function is only required to be invoked to override the default configuration values. Otherwise, the setup is done automatically to use the default configuration values and define the BrowserBookmarks command.

Bug fixes:

  • Remove trailing newline only if it's present. This is from either stdout/stderr for a command invocation.

Full Changelog: v3.0.0...v3.1.0