Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
comtool_macos_11_v3.4.1.dmg | 2024-01-28 | 67.6 MB | |
comtool_macos_v3.4.1.dmg | 2024-01-28 | 67.6 MB | |
comtool_ubuntu_v3.4.1.tar.xz | 2024-01-28 | 70.9 MB | |
comtool_windows_v3.4.1.7z | 2024-01-28 | 44.6 MB | |
comtool_ubuntu_20.04_v3.4.1.tar.xz | 2024-01-28 | 70.4 MB | |
README.md | 2024-01-28 | 2.6 kB | |
v3.4.1 source code.tar.gz | 2024-01-28 | 825.3 kB | |
v3.4.1 source code.zip | 2024-01-28 | 890.3 kB | |
Totals: 8 Items | 322.8 MB | 18 |
New freature
-
Add connection status show support as [#102] said.
-
Add tab detach support as [#114] said. Now double click tab to detach as window.
-
Simplify graph protol, add ASCII protocol support Format:
$[line name],[x],[y]<checksum>\n
"$" means start of frame, end with "\n", "," means separator. checksum is optional, checksum is sum of all bytes in frame except ",checksum". e.g. "$roll,1.0,2.0\n" "$pitch,1.0,2.0\r\n" "$pitch,1.0,2.0,179\n" (179 = sum(b"$pitch,1.0,2.0") % 256) - add receive escape mode support
- support add customize theme file
- add onIsAddConnWidget API for plugin to not add connection widget
BUG fix
- fix multi dbg plugin receive bug
- fix close tab but not close connection bug
- fix tab detatch as window error
Download
github release assets (recommend!) | Sourceforge | baiduyun | Pypi.org |
---|---|---|---|
百度网盘 提取码: 7ip6 |
For Linux, if you can not run the binary program, you can also install from source by pip3 install comtool
如果你在中国国内,可以使用
pip3 install comtool -i https://pypi.douban.com/simple
And launch by command comtool