All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Added Spanish language dictionary.
- Uses the Go stdlib
os.UserConfigDir
to find config dir.
v0.1.3 - 2019-09-20
- Fix travis deploy conidtional
v0.1.2 - 2019-09-17
- Replace golint with golangci-lint
- Use goreleaser.
v0.1.1 - 2018-09-15
- Replace Makefile with magefile
- Switch from dep to go module
- Correctly build distribution executables
v0.1.0 - 2018-06-11
- Generate 10, 4 word passphrase from ~8830 words, with ~52 bits of entropy.
- Basic support for multiple languages based on environment or command-line flag.
- Option to change the number of passphrases that are generated.
- Option to change the number of words in the passphrases.
- Pick from one of several capitalization strategies.
- Options to set minimum and maximum word length.
- Control the character used to separate words in the passphrase.
- Support config files for changing defaults for all command-line options.