Skip to content

Releases: jfrog/jfrog-vscode-extension

2.1.0

21 Mar 07:44
45c7b6c
Compare
Choose a tag to compare

What's Changed

Exciting New Features πŸŽ‰

Improvements 🌱

Full Changelog: v2.0.3...2.0.4

2.0.3

13 Mar 15:45
27619ff
Compare
Choose a tag to compare

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

28 Feb 07:58
6f99cd4
Compare
Choose a tag to compare

What's Changed

Improvements 🌱

Bug Fixes πŸ› 

Full Changelog: v2.0.1...2.0.2

2.0.1

23 Feb 13:00
0363f72
Compare
Choose a tag to compare

What's Changed

Bug Fixes πŸ› 

  • Fix download analyzer to temp path for windows by @attiasas in #285

Full Changelog: 2.0.0...2.0.1

2.0.0

23 Feb 09:50
4dadb43
Compare
Choose a tag to compare

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

30 Aug 08:55
2d0b33a
Compare
Choose a tag to compare

What's Changed

Bug Fixes πŸ› 

  • When there is a network issue, the connection status is displayed as disconnected and the login page is displayed by @Or-Geva in #207

Full Changelog: v1.14.1...1.14.2

1.14.1

25 Aug 11:55
91cd348
Compare
Choose a tag to compare

What's Changed

Improvements 🌱

  • Change the flow of connect and disconnect by @Or-Geva in #206

Bug Fixes πŸ› 

  • Change icon positions and remove duplicate status bars by @Or-Geva in #205

Full Changelog: 1.14.0...1.14.1

v1.14.0

22 Aug 15:51
Compare
Choose a tag to compare

What's Changed

Exciting New Features πŸŽ‰

Improvements 🌱

  • Add a pop-up hint in case of a scan failure by @Or-Geva in #198

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

22 Aug 15:57
Compare
Choose a tag to compare

What's Changed

Exciting New Features πŸŽ‰

Improvements 🌱

  • Add a pop-up hint in case of a scan failure by @Or-Geva in #198

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

31 May 15:40
Compare
Choose a tag to compare

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