Skip to content

13.2.0

Compare
Choose a tag to compare
@arj03 arj03 released this 24 Nov 20:29
· 269 commits to master since this release

Added warning about ssb-links. ssb-links is not used in scuttlebot internally so in order allow greater flexibility it will be removed in a future version.

To install it outside scuttlebot install it as a plugin: sbot plugins.install ssb-links and enable it in config:

  "plugins": {
    "ssb-links": "links2"

A --disable-ssb-links option was added to allow users to disable the internal plugin in order to avoid the indexing overhead if not needed.

The plugin is known to be used in git-ssb (for named command only), patchfoo and ssb-npm; if you use any of these please consider install ssb-links as a plugin.