Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.56 KB

CHANGELOG.md

File metadata and controls

56 lines (36 loc) · 1.56 KB

Changelog

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.

[v0.2.0] - 2023-02-26

Changed

  • Added Spanish language dictionary.
  • Uses the Go stdlib os.UserConfigDir to find config dir.

v0.1.3 - 2019-09-20

Fixed

  • Fix travis deploy conidtional

v0.1.2 - 2019-09-17

Changed

  • Replace golint with golangci-lint
  • Use goreleaser.

v0.1.1 - 2018-09-15

Changed

  • Replace Makefile with magefile
  • Switch from dep to go module

Fixed

  • Correctly build distribution executables

v0.1.0 - 2018-06-11

Added

  • 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.