Skip to content

Releases: infamousjoeg/conceal

v3.0.0-release

01 Dec 21:38
1436103
Compare
Choose a tag to compare
  • Added Windows Credential Manager support

v2.0.1-dev

10 Jul 01:02
Compare
Choose a tag to compare
  • Fixed a forgotten debug msg that prints to STDOUT the password value 🤦

v2.0.0-dev

09 Jul 01:24
Compare
Choose a tag to compare
  • Added new conceal get <secret name> command.
    • Adds secret value to clipboard for 15 seconds or signal interrupt.
  • Swapped from flags to cobra for CLI
  • Created clipboard package for clipboard management and security

v1.0.4-dev

10 May 21:13
Compare
Choose a tag to compare
  • Fixed Issue #2 - Made the -a flag optional
  • Fixed Issue #7 - Moved GetSecret() func from keychain.go keychain module to main.go

v1.0.3-dev

01 May 20:47
33459ce
Compare
Choose a tag to compare

Changed repository name from go-conceal to conceal.
Added build tests via GitHub Workflows.

v1.0.2-dev

01 May 15:32
Compare
Choose a tag to compare

Fixed go-lint issues regarding variable names.

v1.0.1-dev

01 May 15:04
Compare
Choose a tag to compare

Handful of Go style and other improvements. Details in PR #1.

v1.0.0-dev

30 Apr 22:00
Compare
Choose a tag to compare

Initial release