@@ -4,7 +4,7 @@ Native C++ host-only RustDesk-compatible remote support client for Windows XP /
44
55![ Downloads] ( https://img.shields.io/github/downloads/Terence0816/RustDesk-QuickHost/total?label=Downloads )
66[ Releases] ( https://github.com/Terence0816/RustDesk-QuickHost/releases ) |
7- [ Latest Official Build v1.1.2.4 ] ( https://github.com/Terence0816/RustDesk-QuickHost/releases/tag/v1.1.2.4 ) |
7+ [ Latest Official Build v1.1.2.5 ] ( https://github.com/Terence0816/RustDesk-QuickHost/releases/tag/v1.1.2.5 ) |
88[ GPL-3.0 License] ( LICENSE )
99
1010English | [ 繁體中文] ( #繁體中文 )
@@ -19,6 +19,29 @@ It is rewritten from the ground up in native C++ and is designed for computers t
1919
2020## Version History
2121
22+ ### v1.1.2.5
23+
24+ * Fixed remote cursor display issues.
25+ * The host now sends the actual Windows cursor image to the controller.
26+ * Fixed an issue where the remote cursor was always displayed as a circle.
27+ * The arrow, text, hand, resize, and other Windows cursor shapes can now be displayed correctly.
28+
29+ * Fixed the Windows key in some keyboard modes.
30+ * Fixed the Windows key not working in ` 1:1 Mapping Mode ` and ` Translate Mode Beta ` .
31+ * Improved compatibility with extended scan-code keys, including right Ctrl, right Alt, arrow keys, Insert, and Delete.
32+ * Traditional mode retains its existing input behavior.
33+
34+ * Fixed remote window activation and dragging issues.
35+ * Fixed an issue where clicking the visible area of a background window did not bring it to the foreground.
36+ * Fixed an issue where window dragging could affect only the window that was already in the foreground.
37+ * Mouse press, release, and wheel events now use the correct remote coordinates.
38+
39+ * Improved multi-monitor mouse positioning.
40+ * Mouse input now uses Windows absolute virtual-desktop coordinates.
41+ * Improved support for multi-monitor systems, extended desktops, and displays using negative coordinates.
42+ * A compatibility fallback remains available for older Windows systems or restricted desktop environments.
43+
44+
2245### v1.1.2.4
2346
2447* Fixed Excel clipboard format synchronization between the controller and host sides.
@@ -318,6 +341,28 @@ RustDesk QuickHost 是一個輕量化的 **RustDesk 相容 Host-only 被控端
318341
319342## 版本更新紀錄
320343
344+ ### v1.1.2.5
345+
346+ * 修復遠端滑鼠游標顯示異常。
347+ * 被控端現在會傳送 Windows 實際游標圖形到主控端。
348+ * 修復遠端滑鼠游標固定顯示為圓形的問題。
349+ * 現在可正確顯示一般箭頭、文字輸入、連結手形、視窗縮放及其他 Windows 游標形態。
350+
351+ * 修復部分鍵盤模式無法使用 Windows 鍵的問題。
352+ * 修復「1:1 傳輸模式」與「翻譯模式 beta」下 Windows 鍵無法使用的問題。
353+ * 改善右 Ctrl、右 Alt、方向鍵、Insert、Delete 等延伸掃描碼按鍵的相容性。
354+ * 傳統模式維持原有輸入方式。
355+
356+ * 修復遠端視窗點擊與拖曳異常。
357+ * 修復兩個視窗重疊時,點擊露出的下層視窗卻無法將其切換到最上層的問題。
358+ * 修復拖曳視窗時,可能只有原本最上層視窗會有反應的問題。
359+ * 滑鼠按下、放開及滾輪操作現在會使用正確的遠端座標。
360+
361+ * 改善多螢幕滑鼠定位。
362+ * 滑鼠輸入改用 Windows 絕對虛擬桌面座標。
363+ * 改善多螢幕、延伸桌面及負座標排列環境的支援。
364+ * 舊版 Windows 或受限桌面環境無法使用時,仍會自動切換至相容模式。
365+
321366### v1.1.2.4
322367
323368* 修正 Excel 在主控端與被控端之間的剪貼簿格式同步問題。
0 commit comments