Releases: sdushantha/wifi-password
Releases · sdushantha/wifi-password
Release 1.1.1
Release 1.0.9
- a818597 Removed
get_ssid()from being the default for--ssid. By settingget_ssid()as the default value later in the code prevents the dependency checking for Network Manager on Linux whenever a user runswifi-password --helpto view the usage. - 9e693ca Cleaned up the formatting of the argparse arguments for better legibility
Release 1.0.8
Changelog
- Error messages are now sent to
sys.stderrinstead ofsys.stdout. [165b712] - Previously after running a command, all newlines were removed but the intent was to remove the trailing newline character. Therefore
.rstrip()is now being used instead to remove the trailing newlines (\n)and carriage returns (\r). [1cc6ba2] - Added
imageandPillowas dependencies in order to create the image of the QR code. [54d0b02, 8fb55fc]