Skip to content

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 22 Jan 11:56
· 457 commits to main since this release

Changelog

  • 535e11b feat(07-01): add GPG keygen.go with Ed25519 key generation
  • 85d4956 feat(07-01): add GPG keyinfo.go with KeyInfo struct and GetKeyInfo
  • 6b6b35d feat(07-01): add GPG validate.go with key validation functions
  • 886c289 feat(07-02): add GPG flags to gitch add command
  • 5279a8d feat(07-02): add GPGKeyID field and signing config functions
  • 1eeb650 feat(07-02): configure GPG signing on gitch use
  • 0f5609f feat(07-03): add GPG key display to status command
  • d8cff26 feat(07-03): add GPG key step to setup wizard
  • efdccdc fix(07-02): fix wizard step constants after GPG steps.go update