Releases: aashish-thapa/wlctl
Releases · aashish-thapa/wlctl
v0.1.5
What's Changed
Other Changes
- fix: fix navigation bug when connecting to ethernet by @aashish-thapa in #29
- fix(station): request scan on init and fix stale network refresh by @aashish-thapa in #30
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
Other Changes
- feat: add support for hidden wifi connections by @aashish-thapa in #28
Full Changelog: v0.1.3...v0.1.4
What's Changed
Other Changes
- feat: add support for hidden wifi connections by @aashish-thapa in #28
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's New
Features
- Speed Test: Press
S(uppercase) to run a network speed test usingspeedtest-cli- Results displayed in a centered popup with Download, Upload, and Ping
- Press
Escor any key to dismiss after completion
- Ethernet Detection: Shows "Ethernet" when connected via wired connection instead of WiFi SSID
Requirements
- Speed test requires
speedtest-cli:pip install speedtest-cli
Full Changelog
What's Changed
Other Changes
- feat: use D-BUS Api to retrieve passwords by @aashish-thapa in #16
- chore: bump version to
0.1.2by @aashish-thapa in #17 - feat/ethernet by @aashish-thapa in #21
- feat: add speed test and ethernet connection display by @aashish-thapa in #22
- doc: Include speed test command in Readme by @aashish-thapa in #23
Full Changelog: v0.1.1...v0.1.3
v0.1.2
What's Changed
Bug Fixes
- Remove sudo requirement for QR code sharing: The network share feature (press
p) no longer requires
running the application as root. Previously, passwords were read directly from
/etc/NetworkManager/system-connections/files which required root access. Now passwords are retrieved via
NetworkManager's D-BusGetSecretsAPI, which respects polkit permissions.
Full Changelog
- Added
get_connection_secrets()andget_wifi_psk()methods to NMClient for D-Bus secret retrieval - Updated
Share::new()to use D-Bus instead of filesystem access - Removed root/sudo check from the share handler
v0.1.1
What's Changed
Other Changes
- feat: initial migration to network manager by @aashish-thapa in #1
- feat/migratetonm by @aashish-thapa in #2
- feat/migratetonm by @aashish-thapa in #3
- feat/wifi connect by @aashish-thapa in #5
- feat: bump version to 0.1.3 by @aashish-thapa in #6
- feat: use D-Bus API for 802.1X enterprise auth instead of file writing by @aashish-thapa in #8
- ci: release in cargo along with github releases by @aashish-thapa in #9
- feat: rename project to wlctl by @aashish-thapa in #12
- ci/publish by @aashish-thapa in #13
- ci: only release from main branch, skip if already published by @aashish-thapa in #14
New Contributors
- @aashish-thapa made their first contribution in #1
Full Changelog: https://github.com/aashish-thapa/wlctl/commits/v0.1.1