Skip to content

v2.8.1

Latest
Compare
Choose a tag to compare
@msukkari msukkari released this 28 Jan 22:58
· 3 commits to main since this release

What's Changed

  • Added maxTrigramCount to the config to control the maximum allowable trigrams per document.
{
    "$schema": "./schemas/v2/index.json",
    "repos": [
        {
            "type": "github",
            "repos": [
                "sourcebot-dev/sourcebot"
            ]
        }
    ],
    "settings": {
        "maxTrigramCount": 100000
    }
}
  • Fixed issue with version upgrade toast not appearing without a hard refresh. (#179)

Full Changelog: v2.8.0...v2.8.1