6.5.1

特性

  • 串口文本安全显示: 接收区、日志输出和文本解码链路现在会对不可见控制字符进行净化处理,保留换行、回车和 Tab,并将其他控制字符替换为占位符,避免异常字符污染界面与日志
修复与完善
  • 稳定性: 修复 SQLiteAdapter 连接复用与清理问题,改用唯一连接名、参数化 SQL、UPSERT 与更稳妥的关闭顺序,提升本地配置和许可证数据写入可靠性
  • 网络资源管理: 修复 UDP/TCP 相关对象的 parent 与释放逻辑,减少连接切换和销毁过程中的泄漏风险
Features
  • Safer serial text rendering: The receive pane, log output, and text-decoding path now sanitize non-printable control characters while preserving line breaks, carriage returns, and tabs. Other control characters are replaced with placeholders to keep the UI and logs readable
Fixes & Enhancements
  • Stability: Fixed SQLiteAdapter connection reuse and cleanup issues by using unique connection names, parameterized SQL, UPSERT handling, and a safer close sequence, improving reliability for local configuration and license data writes
  • Network resource handling: Fixed parent ownership and cleanup logic for UDP/TCP-related objects to reduce leak risks during connection switching and teardown