-
Notifications
You must be signed in to change notification settings - Fork 222
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
784 additions
and
647 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
V0.3.5 | ||
+ Improve BLE compatibility by adding support for WriteNoResponse operation (commit 0e5c82ea6c) | ||
+ Improve serial port compatibility by allowing non-fatal errors when setting DTR/RTS in the connecting process (commit cae854bcdd) | ||
+ Add Windows MSVC support for Bluetooth (commit 9760cccda8) | ||
+ Add support for restoring dock widgets status (commit c88b47e1b0) | ||
+ Add an option for enabling/disabling touch scrolling gesture (commit fda6389c31) | ||
+ Replace "√"(U+221A) with "OK" in the status bar for the visual consistency across all platforms (commit 574360343e) | ||
+ DataTab: Keep selection unchanged when appending received data (commit 86508ff76b) | ||
+ Fix a few bugs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
V0.3.5 | ||
+ 改进蓝牙BLE连接兼容性,支持WriteNoResponse操作 (commit 0e5c82ea6c) | ||
+ 改进串口连接兼容性,在建立连接并尝试设置DTR/RTS信号时忽略设置失败的错误 (commit cae854bcdd) | ||
+ 在MSVC编译器生成的程序中添加蓝牙支持 (commit 9760cccda8) | ||
+ 支持自动保存窗口布局 (commit c88b47e1b0) | ||
+ 支持配置触摸滚动手势 (commit fda6389c31) | ||
+ 将状态栏中的"√"(U+221A)替换为"OK"以确保不同平台上的显示效果一致 (commit 574360343e) | ||
+ 数据面板: 在新增已接收数据时保持已选中状态不被清除 (commit 86508ff76b) | ||
+ 修复若干BUG |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.