Skip to content

v0.1.0

Compare
Choose a tag to compare
@gabe565-goreleaser gabe565-goreleaser released this 11 Mar 09:07
· 114 commits to main since this release
17b8478

Changelog

Features

  • 4f762a8 feat(cli): Add shell completion for --config flag
  • f652bfb feat(cmd): Add version flag
  • 6d3cb3e feat(config): Change default template to match Bitwarden passphrase generator
  • 549e826 feat(template): Add shorthand funcs: word, words, number, num
  • c539b92 feat: Add EFF short wordlists
  • 606e60a feat: Change wordlist to the EFF large wordlist

Fixes

  • 638e779 perf(wordlist): Generate a slice of words instead of embedding the txt file

Others

  • aa282fd Revert "chore(util): Change from string to []byte in template funcs"
  • 98397e5 chore(cli): Add long description
  • adba5d4 chore(cli): Disable filename completion
  • 32cb224 chore(cli): Remove template subcommand
  • baad39f chore(cmd): Indicate template is the default subcommand
  • 0185c2c chore(wordlist): Remove init func
  • 56c7e76 chore(wordlist): Rename package from wordlists to wordlist
  • b5120f9 chore: Remove accidental directory
  • 57866c3 chore: Use Go v1.22+ range syntax