Highlights
- New features in the non-interactive cli, such as:
wifitui list --scanwifitui connect --retry-for="60s" "MySSID"wifitui radio toggle- ... and more! Explore with
wifitui --help
- Improvements to the TUI layout edge cases and handling loading failures.
wifituiis now packaged in AUR, Slack, nixpkgs, homebrew, and alpine.- 👉👈 Anyone want to help upstream it to Debian/Ubuntu? #48
What's Changed
- Filter CLI list output to visible networks by default by @google-labs-jules[bot] in #126
- Add --scan flag to list command by @google-labs-jules[bot] in #127
- fix: prevent infinite loop when secret loading fails by @google-labs-jules[bot] in #131
- Fix help menu layout overflow in TUI by @shazow in #134
- fix(cli): populate backend state before ActivateConnection by @0xferrous in #136
- feat: add radio on/off/toggle by @0xferrous in #138
- wifi/networkmanager: BuildNetworkList if b.Connections is empty by @shazow in #143
- Make BuildNetworkList synchronous in NetworkManager backend by @shazow in #144
- Add --retry-for flag to connect command by @shazow in #146
- Fix debian install instructions in readme by @NoahMLoomis in #149
New Contributors
- @0xferrous made their first contribution in #136
- @NoahMLoomis made their first contribution in #149
Full Changelog: v0.10.0...v0.11.0