Skip to content

V0.3.5

Latest
Compare
Choose a tag to compare
@wh201906 wh201906 released this 18 Apr 12:49
V0.3.5
37bc8da
  • Improve BLE compatibility by adding support for WriteNoResponse operation (commit 0e5c82e)
  • Improve serial port compatibility by allowing non-fatal errors when setting DTR/RTS in the connecting process (commit cae854b)
  • Add Windows MSVC support for Bluetooth (commit 9760ccc)
  • Add support for restoring dock widgets status (commit c88b47e)
  • Add an option for enabling/disabling touch scrolling gesture (commit fda6389)
  • Replace "√"(U+221A) with "OK" in the status bar for the visual consistency across all platforms (commit 5743603)
  • DataTab: Keep selection unchanged when appending received data (commit 86508ff)
  • Fix a few bugs

For Bluetooth LE debugging on Windows, the archives with the -MSVC suffix might have better compatibility.
For debugging other connections on Windows, please consider the archives with the -MinGW suffix.


  • 改进蓝牙BLE连接兼容性,支持WriteNoResponse操作 (commit 0e5c82e)
  • 改进串口连接兼容性,在建立连接并尝试设置DTR/RTS信号时忽略设置失败的错误 (commit cae854b)
  • 在MSVC编译器生成的程序中添加蓝牙支持 (commit 9760ccc)
  • 支持自动保存窗口布局 (commit c88b47e)
  • 支持配置触摸滚动手势 (commit fda6389)
  • 将状态栏中的"√"(U+221A)替换为"OK"以确保不同平台上的显示效果一致 (commit 5743603)
  • 数据面板: 在新增已接收数据时保持已选中状态不被清除 (commit 86508ff)
  • 修复若干BUG

如需在Windows平台上调试蓝牙BLE,请优先选用带-MSVC后缀的版本,兼容性可能会更好。
如需在Windows平台上调试其它类型的连接,请优先选用带-MinGW后缀的版本。


Android ABIs: armeabi-v7a, arm64-v8a, x86, x86_64