Skip to content

V0.3.0

Compare
Choose a tag to compare
@QQxiaoming QQxiaoming released this 28 Nov 14:05
· 328 commits to main since this release
82166e0

更新内容

  • 增加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

完整的更新日志: V0.2.6...V0.3.0