-
Notifications
You must be signed in to change notification settings - Fork 4
/
ChangeLog
38 lines (26 loc) · 908 Bytes
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
= 0.1.0 / 2017-01-28
* Removed support for ruby-1.8.
* Removed support for ruby-1.9.
* Adoped EFF's wordlist (6^5 words). No more profanities.
= 0.0.6 / 2016-09-08
* Allow for custom separators.
* Replaced SecureRandom with sysrandom.
= 0.0.5 / 2013-05-01
* Minor CLI help formatting improvements.
* Now supports ruby-1.8.7.
= 0.0.4 / 2012-10-14
* Improved CLI option parsing.
* Reverted to vendor docopt.rb.
= 0.0.3 / 2012-07-09
* Improved CLI output.
* `Pwqgen.new` now works.
* Updated documentation with better usage examples.
* Forked and included docopt.rb, to workaround overly high rubygems
version requirement.
* Use a high-quality, secure random number generator.
= 0.0.2 / 2012-06-29
* Added unit tests.
* Simplified invocation. You can now just call `Pwqgen.generate`.
* Fixed a bug where `pwqgen.rb` did not produce output.
= 0.0.1 / 2012-06-28
* Initial release.