Skip to content

Releases: ghostbsd/networkmgr

4.4

20 Feb 18:21
9247b84
Compare
Choose a tag to compare
4.4
adding vm-public to the not_nics list

Fix wired icon name

23 Oct 22:43
Compare
Choose a tag to compare
4.3

adding nm-device-wired.png

ssid connection improvement

12 Sep 17:46
Compare
Choose a tag to compare
Pre-release

Removed sleep from most of the function in net_api.py
Move /etc/wpa_supplicant.conf in the open command
Replace ssid by ssid_info for authentication
Added ssid by f'"{ssid}"' to verify if ssid is in wpa_supplicant.conf
Changed networkdictionary to not store empty ssid
Changed networkdictionary to skip ssid if exist and weaker
Removed -v in networkdictionary ifconfig command
Simplify the info list add leftover information
Changed ssid to be the default object in the info of networkdictionary
Replaced bssid by ssid in all script
Removed bssid to mutiple function
Removed get_bssid
Removed scanBssid
Replace scanBssid by wificard[-1] in src/authentication.py
Replace loop in wifi_card_added and wired_card_added
Improve wired_list and network list without looping
Removed start_wifi
Changed code to not add bssid in wpa_supplicant.conf that way wpa-supplicant should switch automaticaly to access point with the same ssid
Fix indentation in net_api.py

4.1: Merge pull request #38 from rgeorgia/patch-3

27 Jun 15:02
954a5fa
Compare
Choose a tag to compare
Update netcardmgr notnics list

4.0

27 Apr 23:02
Compare
Choose a tag to compare
4.0
change DHCP for SYNCDHCP in netcardmgr auto detection issue #30

3.9

04 Apr 13:55
Compare
Choose a tag to compare
3.9
update xdg file for KDE

3.8

07 Mar 02:07
Compare
Choose a tag to compare
3.8
adding wg in notnics to avoid adding wg as a nics

removing doas

11 Jan 17:47
Compare
Choose a tag to compare
3.7

remove doas from trayicon.py

Adding changes for FreeBSD

04 Jan 19:17
Compare
Choose a tag to compare
3.6

adding code to prevent to run code under openrc and netif

3.5

01 Oct 00:32
Compare
Choose a tag to compare
3.5
adding killall wpa_supplicant and wpa_supplicant to connectToSsid