Skip to content

Releases: chenxuuu/llcom

1.1.3.7

02 Jul 05:54
529d874
Compare
Choose a tag to compare
修复:

- Lua代码事件触发报`System.NullReferenceException`问题

1.1.3.6

13 Jun 09:03
46d7b3e
Compare
Choose a tag to compare
修复:

- 数据显示区域,高度会随着鼠标进入而变化,导致数据跳动
- 设置不显示发送数据时,依旧显示发送数据的问题

1.1.3.5

12 Jun 06:14
bdddc52
Compare
Choose a tag to compare
修复hex数据显示不正常的问题

1.1.3.4

12 Jun 05:21
62b1726
Compare
Choose a tag to compare
重写日志显示区域

1.1.3.3

09 Nov 03:10
a8924dd
Compare
Choose a tag to compare
新增:

- lua接口增加 客户端连接/断开事件

修复:

- 导出快捷发送列表时默认文件名为当前列表名称,感谢 @itldg

1.1.3.2

28 Jul 15:27
e550e1b
Compare
Choose a tag to compare
新版本

1.1.3.1

03 Jul 08:59
85b80f1
Compare
Choose a tag to compare
新增:

- 发送数据末尾加校验的脚本例子

修复:

- lua日志不滚动的问题
- 波形错误时自适应大小崩溃的问题
- 空数据处理的问题

1.1.3.0

30 May 05:46
350f7f3
Compare
Choose a tag to compare
新增:

- tcp客户端功能支持ssl

修复:

- 终端焦点丢失问题
- 自定义串口波特率应该显示出来

1.1.2.9

29 May 04:04
279c4ff
Compare
Choose a tag to compare
修复:

- 收发数据时遇到空数据报错的问题
- 脚本回调日志顺序问题 #112
- 运行脚本的同时,发送脚本概率性报错的问题
- WinUSB功能不能正常用的问题,增加其对通用消息通道的支持

1.1.2.8

20 Feb 10:05
60ea5b9
Compare
Choose a tag to compare
修复:

- 优化lua日志打印数据量特大时卡住ui的问题
- 更正打印Lua日志时顺序不对的BUG
- 修复弹窗提示不会置顶的bug