From fa8d4fd5ca98abf7d98111d0895aec585f324002 Mon Sep 17 00:00:00 2001 From: BuGu <62454025+Z2Z-GuGu@users.noreply.github.com> Date: Fri, 18 Apr 2025 11:28:30 +0800 Subject: [PATCH] Update CHANGELOG.md Add instructions for fixing MIC issues --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5ae20e..a21ca60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * feat: add support for assigning custom names to Wake-on-LAN MAC addresses * feat: add confirmation prompts for power operations * feat: add logo to the login page (thanks to [S33G](https://github.com/S33G)) +* fix: fix possible privacy issues with MIC drivers. [Repair Record](https://github.com/sipeed/NanoKVM/commit/f9244b36df090a05cd59ba11ea4fd01e9b638995) * fix: fix iptables rule that could interfere with SSH connections (thanks to [scpcom](https://github.com/scpcom)) * fix: fix the static IP gateway configuration might not apply correctly (thanks to [xitation](https://github.com/xitation)) * perf: optimized OLED display handling and sleep logic