Releases: GitGuardian/gitguardian-vscode
Releases · GitGuardian/gitguardian-vscode
v0.11.0
Changed
- Updated to ggshield 1.40.0.
Fixed
- The extension now works correctly on Windows ARM machines (#84).
v0.10.0
Changed
- Updated to ggshield 1.39.0.
Fixed
- Tentatively fix certificate errors encountered during extension installation.
v0.9.0
v0.8.0
Changed
- Updated to ggshield 1.37.0.
- ggshield binaries are no longer bundled in the extension, the correct binary is downloaded at startup. This makes the extension much lighter while still not requiring installing ggshield manually.
v0.7.0
v0.6.0
What's Changed
Fixed
- Fix 'refresh quota' button
v0.5.0
What's Changed
Removed
- Removed GGShield path and API key from the extension settings
Changed
- Improve the authentication process and add more information when it fails.
- Only display one problem when a secret URI is detected
Added
- Added an option in the vscode settings to allow self-signed certificates
v0.4.2
What's Changed
Fixed
- The default value for Gitguardian API Url is https://dashboard.gitguardian.com
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
Fixed
- Ensure all global environment variables are loaded before making API calls
Full Changelog: v0.4.0...v0.4.1
v0.4.0
Modified
- Load .env configuration and ensure environment specific settings are applied
- Prevent scanning gitignored files
- Status bar displays error when scanning ignored files
Fixed
- Stop displaying error when scanning file ignored in .gitguardian.yaml
Full Changelog: v0.3.0...v0.4.0