What's Changed
Happy New Year! 🎉
New Features
- Added support for share links by @brendan-kellam in #149
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
- Bump nanoid from 3.3.7 to 3.3.8 by @dependabot in #139
- Add footer to homepage by @brendan-kellam in #151
- Bump next from 14.2.15 to 14.2.21 in /packages/web by @dependabot in #153
Full Changelog: v2.6.3...v2.7.0