Releases: mmcmd/Get-RandomPassword
Release list
1.2
-
Updated code formatting
-
Refactored error handling
-
Updated README : Updated some dead URLs, added caveat that non-english words are not filtered, added terminal to examples
-
Filtered English words
-
Fixed bug with #20
-
Removed unnecessary functions
-
Added MIT license
Published to PSGallery
Fixed some bugs with 1.1 related to the psd1 file, published to PSGallery at https://www.powershellgallery.com/packages/Get-RandomPassword/1.1.1
Multilingual support, is now a module
Added 41 new languages:
afrikaans, albanian, arabic, bengali, bulgarian, catalan, czech, danish, dutch, english, esperanto, estonian, farsi, finnish, french, german, greek, hebrew, hindi, hungarian, indonesian, italian, japanese, kazakh, korean, latvian, lithuanian, macedonian, norwegian, polish, portuguese, romanian, russian, serbian, slovak, slovenian, spanish, swedish, thai, turkish, ukrainian and vietnamese
Module support:
- The package now has a .psm1 file allowing the package to be copied over to
$env:PSModulePathand then imported via theImport-Modulecmdlet
New alias: gr
Bug fixes:
- Fixed bug with a catch block not having the right error type
New parameters added:
-ShowLanguagesDisplays a list of available languages (switch)-Languagesnerates a password using the selected language (default is english) (string)
Initial release
Working version that supports delimiters, number of words, word length and amount of passwords that are outputted to the console