All Versions
10
Latest Version
Avg Release Cycle
186 days
Latest Release
1586 days ago

Changelog History

  • v2.1.0 Changes

    December 16, 2019

    ๐Ÿ†• New Features

    • โž• Add a new --digits flag
    • โž• Add a new --capitals flag
  • v2.0.1 Changes

    April 01, 2019

    ๐Ÿ› Bugs Fixed

    • Always generate at least one capital letter with --capitals
  • v2.0.0 Changes

    November 27, 2017

    ๐Ÿ†• New Features

    • โž• Add a new --capitals flag

    ๐Ÿ’ฅ Breaking Changes

    • โž• Add a new datatype GenOptions for specifying optional pass generation options
  • v1.0.0 Changes

    May 01, 2017

    ๐Ÿ†• New Features

    • Generate phrases consisting of words of random length
    • โž• Add a new --passphrases command line option
  • v0.6.0 Changes

    April 08, 2017

    ๐Ÿš€ This release adds support for more recent versions of Elocrypt's dependencies.

    ๐Ÿ†• New Features

    • ๐Ÿ‘Œ Support base version 4.9+
    • โž• Add support Haskell Stack for easier building
    • โž• Add a convenience function to generate phrases

    ๐Ÿ›  Bugfixes

    • Errors occurred when generating words beginning with 0 weights (qp, jk, etc)
  • v0.4.1 Changes

    July 12, 2015

    ๐Ÿ›  This is a bugfix-only release. This fixes some edge cases.

    ๐Ÿ› Bugs Fixed

    • ๐Ÿ–จ No passwords printed when length >= 79
    • Infinite loop when length < 3
    • ๐Ÿ‘‰ Make sure evaulation halts in all cases
  • v0.4.0 Changes

    May 28, 2015

    ๐Ÿš€ This is the first stable-ish release. I consider this version to be suitable for general password generation

    ๐Ÿ†• New Features

    Pronounceability is improved in the first two letters. This eliminates words beginning with, for example, jk qg, etc.

    ๐Ÿ–จ CLI improvements: we only print as many passwords as can fit on the screen.

  • v0.3.2 Changes

    May 18, 2015

    ๐Ÿš€ This release fixes Issue #2

  • v0.3.1

    May 15, 2015
  • v0.3.0 Changes

    May 15, 2015

    ๐ŸŽ‰ Initial release. With this version, you can

    • Generate passwords of any length
    • Generate any number of passwords

    Limitations:

    • ๐Ÿ‘‰ Uses the standard random generator
    • Doesn't insert capitals, numbers, or symbols
    • ๐Ÿ‘ Doesn't support completely random strings

    This includes a CLI interface and API. For more information, check the README.md