All notable changes to the "vscode-markdown-table-formatter" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- [FIX] Copy to clipboard not working on Windows
- [REMOVED] clipboardy dependency, now it uses native vscode API
- [CHANGE] Upgraded dependencies
- [NEW] Added a second crypto option (pbkdf2) that for better long term support. Thanks @fredatatlantis!
- [FIX] Fix node deprecation causing extension not working at all (bug #9)
- [NEW] Adopt no reload on install
- [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)
- [NEW] You can set a grace period (in seconds) in which the password will be remembered (defaults to always)
- [CHANGE] Changed to a start/end token for secret encryption to overcome the limitation described in #2
- [FIX] Mantains the selection after encrypt/decrypt
- [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
- [NEW] Support for displaying the secret as CodeLens or Hover (defaults to CodeLens)
- [CHANGE] The click command on CodeLens now copy the secret
- [FIX] Ask for the password if the user tries to copy the secret
- [NEW] Support for copying secret directly (default keybinding: ctrl+l ctrl+c)
- [NEW] Support for multi line and multi selection
- [REMOVED] Support for custom code and snippet as crypto-js implementation is already secure
- [NEW] Crypto api as the default implementation
- [NEW] Ask for a password for encryption/decryption
- [CHANGE] The default keymaps (old ones were conflicting with save)
- [CHANGE] The custom code
- [CHANGE] The code snippet to reflect above change
- [FIX] A wrong command firing, when executing the extension from the keybinding or the command palette
- [NEW] a warning message to educate users on how to use the extension
- [FIX] "Command not found bug" that prevents the extension to work completely
- [NEW] Initial release of SecretLens.