github sourcebot-dev/sourcebot v2.7.0

9 hours ago

What's Changed

Happy New Year! 🎉

New Features

share_links.mp4
  • Implement raw remote git repo support by @msukkari in #152
    This allows you to sync with any git repository, regardless if the code host is supported or not. Example config:
{
    "$schema": "./schemas/v2/index.json",
    "repos": [
        {
            "type": "git",
            "url": "https://my-example-git-host.com/sourcebot.git"
        }
    ]
}

Misc

Full Changelog: v2.6.3...v2.7.0

Don't miss a new sourcebot release

NewReleases is sending notifications on new releases.