diff --git a/ReadMe.md b/ReadMe.md index 7e3f43d..2182783 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -329,6 +329,22 @@ Release v1.1.4 * 修复:虚拟桌面控制支持多显示器 * 修复:按下 F1 键时避免自动打开网页 +**2025.09.11** + +发布版本 v1.1.6: + +本次更新新增了客户端压缩和构建配置功能,支持多屏幕显示(视频墙);优化了性能(如多线程压缩和 RTT 机制);修复了通信协议和注入相关问题。 + +* 功能:构建客户端时支持压缩选项 +* 修复:#182 第一次命令使用 HTTP 协议 +* 优化:为客户端启用 zstd 多线程压缩 +* 优化:Master 使用 ZSTD_DCtx,并启用新的 RTT +* 修复:改进注册表创建和 shellcode 注入 +* 优化:getPublicIP 可能失败并阻塞主程序的问题 +* 功能:支持设置客户端构建标志 +* 功能:新增客户端 shellcode 构建选项 +* 功能:支持多个远程显示器(视频墙) + --- diff --git a/ReadMe_EN.md b/ReadMe_EN.md index 96b68e7..4d991a2 100644 --- a/ReadMe_EN.md +++ b/ReadMe_EN.md @@ -339,6 +339,21 @@ This version focuses on improving the remote control experience (especially mult * fix: Virtual desktop control support multiple monitor * fix: Avoid opening w web page when press F1 +**2025.09.11** + +Release v1.1.6 + +This update adds client compression and build options, supports multiple displays (video wall), improves performance (e.g., multi-threaded compression and RTT), and fixes protocol and injection issues. + +* Feature: Support compression option when building client +* fix: #182 First command using HTTP protocol +* Improve: Enable zstd multi-thread compression for client +* Improve: Master using ZSTD_DCtx and using new RTT +* fix: Improve creating registry and injecting shellcode +* Improve: getPublicIP may fail and block mater program +* Feature: Support setting the client building flag +* Feature: Add client shellcode building option +* Feature: Supports multiple remote displays (video wall) --- diff --git a/Releases/v1.1.6/Yama.exe b/Releases/v1.1.6/Yama.exe new file mode 100644 index 0000000..ea57e7d Binary files /dev/null and b/Releases/v1.1.6/Yama.exe differ