Releases: owenfarrell/vscode-vault
Releases · owenfarrell/vscode-vault
v2.3-rc7
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
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
- Removed custom icons in favor of ThemeIcon references
v2.2.2
- 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
- Add server element to TreeView on login failure
v2.2.0
- 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
- Order commands in view item menu
- Enhance CI/CD process
v2.1.0
- Replace clipboardy with VSCode provided implementation
- Prevent clipboard race condition
- Upgrade node-vault to 0.9.16
v2.0.1
v2.0.0
- UI Refresh
- Add support for interacting with KV2
- Migrated CI/CD and publishing to GitHub Actions