Releases: infamousjoeg/conceal
Releases · infamousjoeg/conceal
v4.0.0-release
conceal set
now supports secret values being set from STDINconceal update
added to allow updating secrets in place, supports STDINconceal summon install
added to implement aconceal_summon
provider for Summonconceal summon show
added to support theconceal_summon
provider's requirement for the secret value to be returned to STDOUT for Summon to act upon- Added tests for keychain.go and clipboard.go packages
- Added stylized responses from CLI in Terminal
v3.0.0-release
- Added Windows Credential Manager support
v2.0.1-dev
- Fixed a forgotten debug msg that prints to STDOUT the password value 🤦
v2.0.0-dev
- Added new
conceal get <secret name>
command.- Adds secret value to clipboard for 15 seconds or signal interrupt.
- Swapped from
flags
tocobra
for CLI - Created
clipboard
package for clipboard management and security
v1.0.4-dev
- Fixed Issue #2 - Made the
-a
flag optional - Fixed Issue #7 - Moved
GetSecret()
func from keychain.gokeychain
module to main.go
v1.0.3-dev
Changed repository name from go-conceal
to conceal
.
Added build tests via GitHub Workflows.
v1.0.2-dev
Fixed go-lint issues regarding variable names.
v1.0.1-dev
Handful of Go style and other improvements. Details in PR #1.
v1.0.0-dev
Initial release