Commit graph

8 commits

Author SHA1 Message Date
87c5001da1 Remove unreliable max bitrate from Speed line
NM.AccessPoint.get_max_bitrate() reports a value that doesn't account
for MIMO spatial streams or extended channel widths, leading to the
negotiated speed appearing higher than the supposed max (e.g. 1729 vs 540).
Remove the max from the connected info Speed line where the comparison
is misleading. Keep it in the AP list where it serves as a relative
indicator between access points.
2026-03-19 13:39:51 +01:00
244d69919d Use logarithmic scale for speed bar gauge
The linear scale against WiFi 7 theoretical max (5760 Mbit/s) made real-world speeds look insignificantly low. A logarithmic scale gives meaningful visual feedback for typical connections (e.g. 300 Mbit/s fills ~66% instead of ~5%).

Bump version to 6.
2026-03-16 10:54:18 +01:00
896e513a17 Bump version to 5 2026-02-27 13:15:54 +01:00
b5099781eb Bump version to 4 for EGO store 2026-02-18 10:13:45 +01:00
9ee2ef0493 Add Liberapay donations link to metadata 2026-02-17 00:17:43 +01:00
7cedc12121 Update metadata URL to GitHub repository 2026-02-17 00:17:08 +01:00
3d04e6b21a Changer l'UUID et l'URL de l'extension
UUID: wifi-signal-plus@jalil.arfaoui.net
URL: https://forge.tiqa.fr/jalil/gnome-extension-wifi-signal-plus
2026-02-13 01:50:14 +01:00
ddb6b4ecfb Extension GNOME Shell WiFi Signal Plus : affiche la génération WiFi (4/5/6/7) dans la barre avec infos détaillées au survol
- Détection WiFi 4 (HT), 5 (VHT), 6 (HE), 7 (EHT) via parsing iw
- Infos NetworkManager : SSID, signal, débit, sécurité, bande/canal
- Popup avec sections : connexion, performance, signal/sécurité
- Couleurs par génération dans la barre (gris/bleu/vert/violet)
- 23 tests unitaires pour le parsing iw et la détection de génération
- Environnement Nix avec flake.nix, TypeScript, ESLint, Vitest
2026-02-11 17:40:13 +01:00