Skip to content

Releases: sdushantha/wifi-password

Release 1.1.1

14 Feb 17:47
d7ec21c
Compare
Choose a tag to compare
  • 72b299d Fixed a potential bug where the OS is not set to English
  • 8603a53 Made the CLI usage more intuitive

Release 1.0.9

08 Feb 15:10
Compare
Choose a tag to compare
  • a818597 Removed get_ssid() from being the default for --ssid. By setting get_ssid() as the default value later in the code prevents the dependency checking for Network Manager on Linux whenever a user runs wifi-password --help to view the usage.
  • 9e693ca Cleaned up the formatting of the argparse arguments for better legibility

Release 1.0.8

06 Feb 18:25
Compare
Choose a tag to compare

Changelog

  • Error messages are now sent to sys.stderr instead of sys.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 image and Pillow as dependencies in order to create the image of the QR code. [54d0b02, 8fb55fc]

Release 1.0.7

01 Feb 12:38
Compare
Choose a tag to compare