Releases: pattmax00/GoPass
Releases · pattmax00/GoPass
Version 1.3.4
Version 1.3.3
Updates
- Update to Go 1.23.2
Version 1.3.1
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
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
Security
- Cryptographically generate password characters
Version 1.2.1
Improvements
- Gracefully handle errors instead of panic for cleaner output
Version 1.2.0
Improvements
- Better error messages
- Smaller binary sizes
New Features
- Ability to specify excluded characters (see README.md for up to date usage)