Releases: needs-coffee/wifipasswords
Releases · needs-coffee/wifipasswords
wifipasswords 0.4.1-beta
Refactoring and formatting.
wifipasswords 0.4.0b
Added
- MacOS support added
- added get_known_ssids() function
- added get_single_password() function
wifipasswords 0.3.5b
Changed
- Fix for detecting current network if NetworkManager not installed
- Other bugfixes.
wifipasswords 0.3.4b
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
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
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
First release.
Matched to pypi release package.