Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
quardCRT_windows_V030_x86_64_setup.exe | 2023-11-28 | 43.8 MB | |
quardCRT_windows_V030_x86_64_msvc_setup.exe | 2023-11-28 | 63.0 MB | |
quardCRT_macos_V030_x86_64.dmg | 2023-11-28 | 61.2 MB | |
quardCRT_macos_V030_arm64.dmg | 2023-11-28 | 80.5 MB | |
quardCRT_Linux_V030_x86_64.deb | 2023-11-28 | 47.3 MB | |
README.md | 2023-11-28 | 2.2 kB | |
V0.3.0 source code.tar.gz | 2023-11-28 | 63.8 MB | |
V0.3.0 source code.zip | 2023-11-28 | 64.2 MB | |
Totals: 8 Items | 423.9 MB | 0 |
更新内容
- 增加SSH2协议支持(后端libssh2,目前仅支持密码认证,用户密码存储在本地系统密钥链中,不存储在本软件配置文件中)#15
- 增加SSH2会话打开SFTP文件传输窗口功能
- 增加自定义设置单词字符(Word Characters)功能,可以设置哪些字符为视为单词字符,方便快速选中单词
- 增加双击会话管理器内会话进行连接功能
- 增加会话管理器关闭按钮
- 修复修改会话属性后会话管理器内会话排序重新排列问题
- 修复串口连接正常但弹出错误提示“No Error”问题
- 修复连接失败的会话无法关闭问题
git commit
- release:v0.3.0
- Update SVG files and translation strings
- src:Remove unused code and update translation files
- doc:Update doc
- src:use lib qtkeychain save password
- src:Fix session sorting issue and error prompt bug
- doc:update doc
- Update UI and add language support
- src:Add license headers to source code files
- Implement directory upload and download
- src:Fix some sftf issue and add upload and download function
- Merge commit 'e81f7188ef829d6ae3202d54edec49e9e84c03b0'
- src:Improving performance
- src:Add QCustomFileSystemModel library
- Added SftpWindow class and related changes
- src:Fix SSH2 error handling
- src:Clean code formatting and remove unnecessary lines
- src:Clean code formatting and remove unnecessary lines
- Add libssh2 and QtSsh dependencies
- ci:fix ci
- Merge commit 'e6b7730437464f4ac060ee20df2ca533c6bbf426' into main
- Update LIBSSH2_DIR path in qtssh.pri
- ci:add msvc ci support
- src:support ssh2 protocol
- src:Add sessionConnect signal to doubleClicked event
- lang: add more language support
- src:update code
- src:Fix connection closing issue
- lang: add more language support
- src:Fix serial port error handling
- src:Fix serial port error message display issue
- lang: add more language support
- lang: add more language support
- lang: add more language support
- doc:update doc
- src:Fix various bugs and improve code quality
- src:Update translation files
- doc:update doc
完整的更新日志: https://github.com/QQxiaoming/quardCRT/compare/V0.2.6...V0.3.0