Skip to content

v2.8.0

Latest

Choose a tag to compare

@iclannad iclannad released this 20 Aug 08:18

English

Improved

  • Remote command execution. The run-command dialog now defaults the user to root, clearly notes that only quick commands are supported (not long-running or streaming ones), and shows results grouped by success/failure with full standard output and standard error.

Fixed

  • Remote command execution now reliably reaches the target device and reports accurate results — resolving cases where a command sent no request at all, an online device was wrongly reported as offline, or a successful command surfaced a spurious error.
  • coturn (WebRTC/TURN relay) now starts correctly on stricter Docker hosts such as some NAS systems, fixing a permission/config error that could stop it from running.

中文

优化

  • 远程命令执行。 命令弹窗默认用户为 root,并明确提示仅适用于快速返回的简单命令(不支持长时间运行或实时流式命令),结果按成功/失败分组展示,并可查看完整的标准输出与标准错误。

修复

  • 远程命令执行 现在能可靠下发到目标设备并正确显示结果——修复了命令未发出请求、在线设备被误报为离线、以及命令执行成功却弹出错误等问题。
  • coturn(WebRTC/TURN 中继) 现在能在权限更严格的 Docker 宿主机(如部分 NAS)上正常启动,修复了可能导致其无法运行的权限/配置错误。