Skip to content

v2.7.0

Compare
Choose a tag to compare
@brendan-kellam brendan-kellam released this 10 Jan 23:05
· 171 commits to main since this release

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