Skip to content

Releases: needs-coffee/wifipasswords

wifipasswords 0.4.1-beta

24 Jun 05:15
Compare
Choose a tag to compare

Refactoring and formatting.

wifipasswords 0.4.0b

31 Mar 02:48
Compare
Choose a tag to compare

Added

  • MacOS support added
  • added get_known_ssids() function
  • added get_single_password() function

wifipasswords 0.3.5b

28 Mar 11:28
Compare
Choose a tag to compare

Changed

  • Fix for detecting current network if NetworkManager not installed
  • Other bugfixes.

wifipasswords 0.3.4b

26 Mar 16:51
Compare
Choose a tag to compare

Added

  • Visible network, DNS config and number of interfaces for Linux added
  • Linux implementation now complete

Changed

  • Linux implementation changed to use NetworkManager (nmcli)
  • Linux now does not require sudo unless NetworkManager is not installed/used
  • Removed linux privilege escalation command from CLI as no longer needed
  • Fixed import bug causing large executable size
  • Multithreading support in linux for get_passwords()

wifipasswords 0.3.3b

25 Mar 18:13
Compare
Choose a tag to compare

Added

  • added get_currently_connected_passwords() to return current connected SSID and psk only

Changed

  • subprocess command calls split out into separate function for code clarity/efficiency
  • Multithreading support in windows to get_passwords() -> execution time reduced from 2.1s to 0.6s for 24 networks

wifipasswords 0.3.2b

24 Mar 18:30
Compare
Choose a tag to compare

Added

  • Getters for accessing variables directly from WifiPasswords class

Changed

  • fixed import issue in wifipasswords_exe
  • fixed key error in get_passwords_dummy()

wifipasswords 0.3.1b

24 Mar 13:51
Compare
Choose a tag to compare

First release.
Matched to pypi release package.