From 329c0a000128bcb5fd96decf2e483fb6440c7a6b Mon Sep 17 00:00:00 2001 From: wj-xiao Date: Thu, 8 Jan 2026 19:15:52 +0800 Subject: [PATCH] release: nanokvm@2.3.2 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2215fe1..659fdb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## 2.3.2 (2025-01-08) + +### Features + +* Added support for custom keyboard shortcuts +* Added support for mouse Forward and Back buttons (reboot required) +* Added support for touchscreen mouse operation +* The menu bar now supports auto-hide and drag + +### Bug Fixes + +* Fixed an issue where the previous IP address was not released after configuring a static IP + +### Performance + +* Refactored the keyboard to support simultaneous keystrokes and a wider range of international layouts (reboot required) +* Refactored the mouse to improve response latency +* Refactored the WebSocket module to transmit keyboard and mouse data using the standard HID format + ## 2.3.1 (2025-12-26) ### Features