Skip to content

Tags: pattmax00/GoPass

Tags

v1.3.4

Make version reflect build version

v1.3.3

Version 1.3.3

- Update to Go 1.23.2

v1.3.1

Version 1.3.1

- Update to Go 1.20.1

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

v1.3.0

Version 1.3.0

- 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)

- Project refactor, code quality improvement

- 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

v1.2.2

Version 1.2.2

- Cryptographically generate password characters

v1.2.1

Version 1.2.1

- Gracefully handle errors instead of panic for cleaner output

v1.2.0

Version 1.2.0

- Better error messages
- Smaller binary sizes

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

v1.1

Remove .exe file extension, it false flags on Windows 10 antivirus