setnet/ChangeLog

80 lines
2.7 KiB
Plaintext

2021-09-13 Nova <novaburst@tilde.team>
* new: setnet-sdhcp, using suckless' dhcp client
2021-09-11 Nova <novaburst@tilde.team>
* setnet-udhcpc: added an extra switch to the udhcpc command
* repository: due to some weird incident I caused myself all files got mode 0755, changed back to 0644 except for the executables.
2021-09-01 Nova <novaburst@tilde.team>
* 0.5.1 now has support for other DHCP clients
* Available ones are dhclient (default) , dhcpc , dhcpcd and udhcpc
* configurable via Makefile as DHCPC=(insert dhcp client here)
2021-08-17 Nova <novaburst@tilde.team>
* Added a .desktop file (it uses st for launching setnet)
2021-08-16 Nova <novaburst@tilde.team>
* Cleared out default values for variables related to Static IP
2021-08-15 Nova <novaburst@tilde.team>
* Fixed an issue related to wpa_supplicant restart (so far it is working well)
* TODO: maybe support other DHCP daemons?
* Updated the Makefile
2021-08-13 Nova <novaburst@tilde.team>
* Massive code cleanup and reformatting (let me know if it breaks)
* Implemented an experimental pastebin function (needs further testing) using 'minpb'
* Modified the Makefile adding install and uninstall rules along with environment variables used on these
2018-05-03 KatolaZ <katolaz@freaknet.org>
* setnet.sh: fixed a bug in essid management
* added "EXIT" button in deep windows
* added config option "SUPPRESS_INFO" to remove useless
notifications
* added config option "SHOW_LO" to hide loopback devices
* Renamed fields in wifi cert configuration
* Updated manpage
2017-03-08 KatolaZ <katolaz@freaknet.org>
* setnet.sh (wifi_restart_wpa): Corrected a bug in the restart of
wpa_supplicant.
2017-03-07 KatolaZ <katolaz@freaknet.org>
* setnet.sh (check_deps): Corrected a small bug in the parsing of options
2017-01-29 KatolaZ <katolaz@freaknet.org>
* setnet.sh:
* removed "Load file" and "New File" in WiFi configuration
2017-01-23 KatolaZ <katolaz@freaknet.org>
* setnet.sh:
* fixed a few minors bugs
2017-01-20 KatolaZ <katolaz@freaknet.org>
* setnet.sh (0.3):
* implemented check of running shell
* implemented workaround for zsh -- now fully supported
* added chk_out and chk_exit
* all direct commands (e.g., ip, wpa_cli) are now checked
* added support for EAP/PEAP
* added support for EAP/TLS
2017-01-07 KatolaZ <katolaz@freaknet.org>
* setnet.sh (configure_device): Improved wifi detection
(netdiag_ping), (netdiag_traceroute),(netdiag_query):
changed dialog to programbox
* solved viasualitation bug in ip config
* added a manpage
* Added configuration variable "WIFI_DEVICES"
* The "Setup interface" menu has been reorganised
* added "Config IP Address" and "Manage Wifi Networking"