Releases: sourcegraph/sourcegraph-public-snapshot
Sourcegraph 5.0.6
Sourcegraph 5.0.6 is now available!
- Changelog
- Update
- Release post (might not be available immediately upon release)
Sourcegraph App v2023.6.13+1311.1af08ae774
Sourcegraph App v2023.6.6+1309.585fa485ce
A new Sourcegraph App version is available
Sourcegraph App v2023.6.2+debug.6705220765
A new Sourcegraph App version is available
Changelog
- Clear all data and reset everything in app to default settings https://github.com/sourcegraph/sourcegraph/pull/52726
- Support for Intel Mac OS
Join our Discord for interactive help, or file a GitHub issue
Sourcegraph 5.0.5
Sourcegraph 5.0.5 is now available!
- Changelog
- Update
- Release post (might not be available immediately upon release)
Sourcegraph App v2023.5.30+1306.85e549168c
Known issues
Intel mac builds (_x64.dmg
) do not work yet. We're working on fixing the issue. Apple Silicon (_aarch64.dmg
) works.
Changelog
A new Sourcegraph App version is available. In this release:
- Users upgrading from the old Sourcegraph app version no longer need to delete directories / manually migrate.
- Fixed issues around Postgres, improved error messages, fixed issues with Postgres on startup, etc.
- The Cody chat window now shows a helpful error message if you aren’t signed in yet. https://github.com/sourcegraph/sourcegraph/pull/52344
- Settings menu items now go to the new settings pages.
- Improved setup experience with a new ‘You’re all set’ page at the end of the flow.
- An ‘Oops, something went wrong’ page is now displayed if the app has issues https://github.com/sourcegraph/sourcegraph/pull/52453
- Improved messaging if you haven’t verified your email on Sourcegraph.com yet
- Fixed various bugs in setup wizard / VS Code connection process.
- If Docker /
src
are not installed, and executors cannot run, the app will now start with precise code intel / batch changes disabled.
Join our Discord for interactive help, or file a GitHub issue
Sourcegraph App v2023.5.23+1291.bad22543d1
This is a new (super experimental, early release) version of the Souregraph app which lets you use Cody on your local Git repositories!
Highlights
Adding your Git repositories is now much easier:
We made the app a much more native experience (by adopting Tauri), and you can now access Cody through the system tray:
Ask Cody questions side-by-side with your editor open:
If you use VS Code, the Cody extension now offers a Connect Sourcegraph App
option (you may need to sign out using the settings gear to see it). Cody in VS Code will then talk to your Sourcegraph app to answer questions. In the future, this will enable much more powerful answers including context about all of your local code - not just what's open in your editor:
IMPORTANT: Uninstall old app versions first
macOS
Uninstalling old Sourcegraph app versions on macOS
- Delete the app from your Applications folder in Finder.
brew uninstall sourcegraph
- Delete any old Sourcegraph app data:
rm -rf $HOME/.sourcegraph-psql
rm -rf $HOME/Library/Application\ Support/sourcegraph-sp
rm -rf $HOME/Library/Caches/sourcegraph-sp
Linux
Uninstalling old Sourcegraph app versions on Linux
- Delete the binary from your system (
which sourcegraph
) - Delete any old Sourcegraph app data:
rm -rf $HOME/.sourcegraph-psql
rm -rf $XDG_CACHE_HOME/sourcegraph-sp
rm -rf $XDG_CONFIG_HOME/sourcegraph-sp
rm -rf $HOME/.cache/sourcegraph-sp
rm -rf $HOME/.config/sourcegraph-sp
Installing the new version
Choose the relevant file for your OS below.
- Intel mac support is coming soon.
- Linux builds are extremely experimental; with the adoption of Tauri we expect some bugs here.
- You may encounter a Postgres error, if you do then please restart the app manually.
Join our Discord for interactive help, or file a GitHub issue
Sourcegraph 5.0.4
Sourcegraph 5.0.4 is now available!
- Changelog
- Update
- Release post (might not be available immediately upon release)
Sourcegraph 5.0.3
Sourcegraph 5.0.3 is now available!
- Changelog
- Update
- Release post (might not be available immediately upon release)
Sourcegraph 5.0.2
Sourcegraph 5.0.2 is now available!
- Changelog
- Update
- Release post (might not be available immediately upon release)