Skip to content

Releases: owenfarrell/vscode-vault

v2.3-rc7

16 Nov 15:24
d3490b6
Compare
Choose a tag to compare
v2.3-rc7 Pre-release
Pre-release

Added

  • Copy command with ctrl + c shortcut
  • Namespace support

Removed

  • Custom icon reosurces
  • Vault connection button from non-vault panels

Changed

  • GitHub authentication token validation
  • CI/CD pipeline to support pre-release publishing
  • Ignored focus out for input boxes throughout login sequence

Security

  • Bump elliptic from 6.5.3 to 6.5.4
  • Bump y18n from 4.0.0 to 4.0.1
  • Bump ssri from 6.0.1 to 6.0.2
  • Bump validator from 13.0.0 to 13.7.0
  • Bump hosted-git-info from 2.8.8 to 2.8.9
  • Bump path-parse from 1.0.6 to 1.0.7
  • Bump jszip from 3.5.0 to 3.7.1
  • Bump pathval from 1.1.0 to 1.1.1
  • Bump minimist from 1.2.5 to 1.2.6
  • Bump ansi-regex from 3.0.0 to 3.0.1
  • Bump got from 11.8.3 to 11.8.5
  • Bump terser from 5.12.1 to 5.14.2
  • Bump loader-utils from 1.4.0 to 1.4.2
  • Bump minimatch from 3.0.4 to 3.1.2

v2.3-rc6: Update vsce package path

26 Apr 00:44
d685390
Compare
Choose a tag to compare
Pre-release

Added

  • Copy command with ctrl + c shortcut

Removed

  • Custom icon resources
  • Vault connection button from non-vault panels
  • Support for VSCode releases prior to 1.63.0

Changed

  • GitHub authentication token validation
  • CI/CD pipeline to support pre-release publishing

Security

  • Bump elliptic from 6.5.3 to 6.5.4
  • Bump y18n from 4.0.0 to 4.0.1
  • Bump ssri from 6.0.1 to 6.0.2
  • Bump validator from 13.0.0 to 13.7.0
  • Bump hosted-git-info from 2.8.8 to 2.8.9
  • Bump path-parse from 1.0.6 to 1.0.7
  • Bump jszip from 3.5.0 to 3.7.1
  • Bump pathval from 1.1.0 to 1.1.1
  • Bump minimist from 1.2.5 to 1.2.6
  • Bump ansi-regex from 3.0.0 to 3.0.1

v2.2.3: Removed custom icons in favor of ThemeIcon references

18 Dec 21:10
9357c08
Compare
Choose a tag to compare
  • Removed custom icons in favor of ThemeIcon references

v2.2.2

24 Aug 02:51
1f4544e
Compare
Choose a tag to compare
  • Run GitHub code analysis as part of CI process
  • Command function parameter to match context menu condition
  • Remove vulnerable dependencies
  • Upgrade vsce to latest version

v2.2.1

04 Aug 16:35
27c8e19
Compare
Choose a tag to compare
  • Add server element to TreeView on login failure

v2.2.0

01 Aug 02:30
cb4349e
Compare
Choose a tag to compare
  • Add command to disconnect an existing Vault connection
  • Add command to reconnect an existing Vault connection
  • Add command to remove an existing Vault connection
  • Load saved sessions from globalState on extension activation
  • Save session configurations to globalState on connection/removal
  • Add LDAP login support
  • Add test suite to validate user interface interactions
  • Prevent engine prompt when browsing a path to an existing mount point

v2.1.1

19 Jun 17:01
a3c86c4
Compare
Choose a tag to compare
  • Order commands in view item menu
  • Enhance CI/CD process

v2.1.0

10 Jun 11:49
fabc197
Compare
Choose a tag to compare
  • Replace clipboardy with VSCode provided implementation
  • Prevent clipboard race condition
  • Upgrade node-vault to 0.9.16

v2.0.1

01 Jun 16:12
4f08816
Compare
Choose a tag to compare
  • Replace support for configuring trusted authorities (#18)

v2.0.0

13 May 20:37
8146b00
Compare
Choose a tag to compare
  • UI Refresh
  • Add support for interacting with KV2
  • Migrated CI/CD and publishing to GitHub Actions