Releases: jfrog/jfrog-vscode-extension
Releases Β· jfrog/jfrog-vscode-extension
2.1.0
2.0.3
What's Changed
Improvements π±
- Remove scan from cache if week passed by @attiasas in #296
- Refactor descriptor scans and build trees async per package by @attiasas in #294
Bug Fixes π
- Only add protocol prefix if proxy is from config by @attiasas in #300
- Clear oldest logs first when log directory is full by @attiasas in #299
Full Changelog: v2.0.2...2.0.3
2.0.2
2.0.1
2.0.0
What's Changed
- New look and feel
- New details pane that is opened when clicking on a CVE
- Support for Contextual Analysis as part of JFrog's Advanced Security package
Full Changelog: v2.0.0...2.0.0
1.14.2
1.14.1
v1.14.0
What's Changed
Exciting New Features π
Improvements π±
Bug Fixes π
- Stop auto-connecting upon pressing disconnect by @Or-Geva in #194
- The absolute path of the project is printed on a fail scan by @Or-Geva in #201
Other Changes π
Full Changelog: v1.13.0...v1.14.0
1.14.0
What's Changed
Exciting New Features π
Improvements π±
Bug Fixes π
- Stop auto-connecting upon pressing disconnect by @Or-Geva in #194
- The absolute path of the project is printed on a fail scan by @Or-Geva in #201
Other Changes π
Full Changelog: v1.13.0...1.14.0
1.13.0
New features:
- Add severity icons to the editor's gutter - #167
- Allow scanning npm projects without node_modules - #169
- Add retry mechanism - #170
- Update new Ui/UX and replace the component details with dependency details - #177
- Support Xray watches - #179
- Support Yarn v1 - #181
Bugfix:
- Incorrect dependencies location on pom.xml - #168