10000 Tags · issy62/sg.nvim · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: issy62/sg.nvim

Tags

v1.1.0

Toggle v1.1.0's commit message
release: v1.1.0

v1.0.8

Toggle v1.0.8's commit message
version: 1.0.8

v1.0.7

Toggle v1.0.7's commit message
version: bump

v1.0.6

Toggle v1.0.6's commit message
version: bump

v1.0.5

Toggle v1.0.5's commit message
ci: add cross-compilation to build-local-artifacts

v1.0.4

Toggle v1.0.4's commit message
version: bump

v1.0.3

Toggle v1.0.3's commit message
ci: add back cross-compilation tools

v1.0.2

Toggle v1.0.2's commit message
ci: allow dist to modify CI

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ci: update cargo dist (sourcegraph#176)

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat!: Improved Authentication workflow (sourcegraph#173)

Large update relating to new Sourcegraph Authentication Strategies.

- Removed App support (for now, may be added back later)
- Authentication is now stored using `keyring-rs`, which integrates with
  the system keyring storage options.
- Changed authentication strategy:
    - Now will by default use SRC_ENDPOINT and SRC_ACCESS_TOKEN environment
      variables, if available.
    - If they are not available, will check for previously saved credentials
      from |:SourcegraphLogin|
    - If they are not available, will prompt user to get new credentials via
      |:SourcegraphLogin| process

Added more information for Cody Free and Cody Pro tiers
0