wlctl 0.1.3

TUI for managing WiFi using NetworkManager
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.0] - 2024-12-24

### Added
- Initial release as `wlctl`
- NetworkManager D-Bus integration (replacing iwd)
- WPA Enterprise (802.1X) support via D-Bus API
- Station mode for WiFi client operations
- Access Point mode for hotspot functionality
- QR Code network sharing
- Known networks management
- Unit tests for core types

### Changed
- Migrated from iwd to NetworkManager backend
- Config location moved to `~/.config/wlctl/config.toml`
- 802.1X auth no longer requires root (uses D-Bus/PolicyKit)

### Credits
- Forked from [pythops/impala]https://github.com/pythops/impala