Skip to content

v5.2.4819

Compare
Choose a tag to compare
@exigow exigow released this 30 Oct 14:48
· 733 commits to main since this release
96292af

Highlights

  • New: Simplified onboarding (SSO) - Now we link directly to GitHub, GitLab, and Google instead of "Sign in for free with Sourcegraph.com"
  • New: Added blinking cursor to indicate that Cody is responding
  • New: Persistent custom codebase URL after closing IDE
  • New: Added hint when account is not signed in
  • New: Added notification when token is missing
  • New: Added support for new RFC 837 token format
  • Fixed: HTML tags in chat are now properly rendered
  • Fixed: The issue where changing the caret position triggered onFileOpened has been resolved
  • Fixed: Automatic repository detection for SSH remotes

What's Changed

  • Persist codebase URL after closing IDE (#6) by @exigow in #28
  • Add a hint on trigger when no account signed in by @mkondratek in #37
  • Handle updated access token format from RFC 837 by @willdollman in #36
  • Remove explicit JUnit 5 dependency by @exigow in #45
  • Allow to specify cody directory for use instead of the committed version by @mkondratek in #44
  • Simplify access token matching and add docs URL by @willdollman in #46
  • Fix rendering of html tags in the chat by @mkondratek in #49
  • Add a notification about the missing token by @mkondratek in #48
  • Fix the automatic repository detection for ssh remotes with port numbers by @mkondratek in #42
  • Fix version numbering script by @olafurpg in #51
  • Stop using Gradle cache for sourcegraph+cody clones by @olafurpg in #35
  • Fix Apple M1 issue for CI releases by @olafurpg in #55
  • Upgrade to latest Cody by @olafurpg in #64
  • Fix URLBuilderTest by @exigow in #66
  • Cody: Adding github gitlab and google SSO by @Sa1to in #58
  • Do not run onFileOpened on caret position change by @mkondratek in #67
  • Update next-release.sh to make it work on Linux by @exigow in #71
  • Add blinking cursor as a "responding" indicator by @mkondratek in #56
  • Replace CHANGELOG.md with hardcoded link to GitHub releases page by @exigow in #73

New Contributors

Full Changelog: v5.2.2301...v5.2.4819