Skip to content

Releases: pattmax00/GoPass

Version 1.3.1

16 Feb 23:56
Compare
Choose a tag to compare

Updates

  • Update to Go 1.20.1

Improvements

  • Use switch statements for argument matching
  • Use worker/pool concurrency pattern when generating characters for a password

Version 1.3.0

07 Feb 14:37
Compare
Choose a tag to compare

Updates

  • Update to Go 1.20 and update cryptographic functionality appropriately
  • Release binaries for ARM architecture (no ARM for Darwin) and OS freebsd and plan9 (none of these new binaries are compressed with UPX in release)

Improvements

  • Project refactor, code quality improvement

New Features

  • Excluded characters now defined by -r=
  • Remove all symbols by passing -s
  • Get the version and help output with -v and -h respectively
  • See full updated usage with -h or by checking README.md

Version 1.2.2

30 Jan 06:11
Compare
Choose a tag to compare

Security

  • Cryptographically generate password characters

Version 1.2.1

29 Jan 23:51
Compare
Choose a tag to compare

Improvements

  • Gracefully handle errors instead of panic for cleaner output

Version 1.2.0

29 Jan 00:10
Compare
Choose a tag to compare

Improvements

  • Better error messages
  • Smaller binary sizes

New Features

  • Ability to specify excluded characters (see README.md for up to date usage)