release v0.4.3_pre1

This commit is contained in:
Miuzarte
2026-07-07 18:31:24 +08:00
parent 5d03900f60
commit 75fd03d2eb
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# Change Log
## 0.4.3
- 改进: 对控制通道增加流控选项
- 新增: 预发行版更新检测
## 0.4.2
- 改进: 单 IP 的设备连接时跳过探测

View File

@@ -1135,7 +1135,7 @@ class Scrcpy(
)
val controlWriter = controlStream?.let { stream ->
ControlWriter(DataOutputStream(BufferedOutputStream(stream.outputStream)))
ControlWriter(DataOutputStream(stream.outputStream))
}
val controlInput = controlStream?.let { stream ->
if (stream === firstStream) firstInput