Skip to content

Releases: fcrespo82/vscode-secretlens

Release v2.2.2

19 Oct 03:41
Compare
Choose a tag to compare
  • [FIX] Copy to clipboard not working on Windows
  • [REMOVED] clipboardy dependency, now it uses native vscode API

Release v2.2.1

29 Nov 16:25
Compare
Choose a tag to compare
  • [CHANGE] Upgraded dependencies

v2.1.0

16 May 20:25
Compare
Choose a tag to compare
  • [NEW] You can now encrypt/decrypt hole files
  • [NEW] You can now encrypt/decrypt each file inside a folder (can be configured to do it recursively)

v2.0.0

08 Oct 21:07
Compare
Choose a tag to compare
2.0.0

v1.5.0

17 Sep 04:05
Compare
Choose a tag to compare
  • [NEW] Now it's possible to have multiple secrets on the same line
    The secret will be encrypted/decrypted/copyed inplace respecting its boundaries
  • [NEW] Configuration for separator when copying multiple secret copy
  • [CHANGE] Removed limitation of multiple secret copy
  • [CHANGE] Changed Mac keybinding to cmd for consistency with the platform
  • [FIX] More consistency in asking for a password, showing lens warning for bad password

Version 1.2.0

21 Sep 14:05
Compare
Choose a tag to compare

Changes

  • Support for multi line and multi selection
  • Removed support for custom code and snippet as crypto-js implementation is already secure