8 Star 65 Fork 14

Quard / quardCRT

2024-04-25 22:45
1319228 qqxiaoming 1578948838 Quard

更新日志

  • 修改终端选中后文本强调色透明度50%,而非原本的100%
  • 修复渲染符号'×' '÷' '‖'宽度异常问题
  • 修复存在一小概率情况下程序崩溃的问题
  • 修复光标定位问题 #I8RB90:【BUG】SSH会话中输入比较长的命令,最后一个字母只显示一半
  • 删除对Qt中core5compat的依赖(参考qtermwidget上游pr,但有修改)
  • 禁止使用中键滚动查看历史信息(参考qtermwidget上游pr,但有修改)
  • 修复渲染某些符号宽度异常问题
  • 增加 ANSI OSC52 sequence 支持
  • 修复断开会话会直接关闭标签而不是断开会话的问题
  • 修复切换语言时快速连接窗口部分UI未能刷新问题
  • 改进会话管理器页面宽度可自由调整
  • Windows下通过MSVC构建的版本采用ConPty代替WinPty,Mingw构建版本继续使用WinPty
  • 改进双击选中CJK字符时的表现
  • 改进输入法预编辑区域的显示表现
  • 增加终端配色方案调色板设置功能
  • 增加切换主题时自动切换终端配色方案功能
  • 增加删除会话时的确认对话框
  • 修复上下文菜单过长时显示不全难以操作的问题
  • 修复windows下的一些主题切换引起的显示异常问题

Change Log

  • Modify the terminal to select the text after the text is emphasized with a transparency of 50%, rather than the original 100%
  • Fix the issue of abnormal width of rendering symbols '×' '÷' and '‖'
  • Fix the issue of program crash in a small probability situation
  • Fix cursor positioning issues #I8RB90:【BUG】SSH会话中输入比较长的命令,最后一个字母只显示一半
  • Remove the dependency on core5compat in Qt (Refer to the pr upstream of qtermwidget, but with modifications).
  • Prohibit to look up the historical information with the middle mouse scrolling (Refer to the pr upstream of qtermwidget, but with modifications).
  • Fix rendering issue with abnormal width of some symbols
  • Add ANSI OSC52 sequence support
  • Fix the issue that disconnecting the session will directly close the tab instead of disconnecting the session
  • Fix the issue that some UI in the quick connection window does not refresh when switching languages
  • Improve the session manager page width can be freely adjusted
  • The version built with MSVC on Windows uses ConPty instead of WinPty, and the version built with Mingw continues to use WinPty
  • Improve the behavior of selecting CJK characters when double-clicking
  • Improve the display of the input method pre-edit area
  • Add terminal color scheme color palette feature setting
  • Add the feature of switching terminal color scheme automatically when switching themes
  • Add confirmation dialog when deleting a session
  • Fix the issue that the context menu is too long to display completely and difficult to operate
  • Fix the display abnormality caused by some theme switching on Windows

Download quardCRT

最后提交信息为: release:v0.4.5
2024-03-25 19:01
1319228 qqxiaoming 1578948838 Quard

更新日志

  • 增加ascii发送/接收、Kermit发送/接收、xyzmodem发送/接收功能
  • 修复启动tftp菜单项指示的状态可能出现错误问题
  • 修复终端显示超过第一平面的Unicode字符时程序崩溃的问题
  • 修复linux上拖拽窗口到屏幕边缘触发窗口大小调整后终端界面渲染不刷新的问题

Change Log

  • Add ascii send/receive, Kermit send/receive, xyzmodem send/receive functions
  • Fix the problem that the status indicated by the start tftp menu item may be incorrect
  • Fix the problem that the program crashes when the terminal displays Unicode characters beyond the first plane
  • Fix the problem that the terminal area rendering does not refresh after drag the window to the screen edge to trigger the window size adjustment on linux

由于gitee上仓库附件大小限制,因此gitee上仅托管最新版本的二进制预编译文件,如需旧版请前往sourceforge或github平台下载。

Download quardCRT

最后提交信息为: release:v0.4.4
2024-02-26 11:51
1319228 qqxiaoming 1578948838 Quard

更新日志

  • 终端链接增加tooltip,以及按下ctrl后鼠标形状修改对应形状
  • 修改macos上默认LC_CTYPE配置为UTF-8,其他平台不做默认配置,可通过setting文件修改是否做配置
  • 修复macos上预编译的版本遗漏打包部份翻译文件问题
  • 修复linux上最大化窗口终端界面渲染未及时刷新问题
  • 插件系统完成多语言支持
  • 部分UI细节美化
  • 新增一个新的帮助文档界面
  • 增加德语/葡萄牙语(巴西)/捷克语/阿拉伯语支持

Change Log

  • Add a tooltip to the terminal link, and modify the mouse shape to the corresponding shape after pressing ctrl
  • Modify the default LC_CTYPE configuration to UTF-8 on macos, and do not make default configuration on other platforms. You can modify whether to make configuration through the setting file
  • Fix the problem that the pre-built version on macos missed part of the packaged translation files
  • Fix the problem that the terminal interface rendering is not refreshed in time when the window is maximized on linux
  • The plugin system completes multi-language support
  • Partial UI details beautification
  • Add a new help document
  • Add German/Portuguese (Brazil)/Czech/Arabic support

由于gitee上仓库附件大小限制,因此gitee上仅托管最新版本的二进制预编译文件,如需旧版请前往sourceforge或github平台下载。
Download quardCRT

最后提交信息为: release:v0.4.3
2024-01-28 17:32
1319228 qqxiaoming 1578948838 Quard

更新内容

  • 全屏模式下增加ESC退出全屏功能
  • 插件平台支持动态启用/禁用插件功能
  • 优化解决软件启动后固定占用CPU负载问题
  • 优化windows下本地终端上下搜索历史命令时光标位置错误问题
  • 修复tftpsever可能的错误ack处理问题
  • 修复macos下全屏导致程序崩溃问题
  • 修复macos native UI模式下标题按钮没有切换为macos风格问题
  • 修复macos通过native UI样式标题按钮全屏后,无法显示界面上上下文菜单中退出全屏选项问题
  • 预构建版本增加对于插件生态平台的预构建插件的打包

git commit

  • release:v0.4.2
  • Optimize local terminal history search cursor position on Windows
  • Fix the issue that the plug-in is not correctly integrated in windows ci
  • Update plugininterface to version 2
  • Fix TFTP block numbering issue
  • Add dynamic enable/disable plugin support
  • Add script to download plugins and update workflows
  • Fix issue with fullscreen display in macOS native UI style
  • Fix macOS native UI mode caption button style issue
  • Merge pull request #25 from QQxiaoming/imgbot
  • [ImgBot] Optimize images
  • Add BUILD_DATE_TAG variable to about page
  • Fix fullscreen crash issue on macOS
  • Add QQueue, QMutexLocker, and QWaitCondition to SftpTransferThread
  • Update build_setup.bat and build_setup_msvc.bat to use xcopy with addi…
  • ci:Update artifact paths for AppImage, DMG, and Windows setup
  • src:Update language files
  • src:Add ESC shortcut to exit full screen.
  • src:Update QGoodWindow version to 2.4.2
  • Add macOS ARM64 build workflow
  • Merge pull request #24 from QQxiaoming/dependabot/github_actions/actio…
  • build(deps): bump actions/upload-artifact from 4.0.0 to 4.1.0

完整的更新日志: https://gitee.com/QQxiaoming/quardCRT/compare/V0.4.1...V0.4.2

由于gitee上仓库附件大小限制,因此gitee上仅托管最新版本的二进制预编译文件,如需旧版请前往sourceforge或github平台下载。
Download quardCRT

最后提交信息为: release:v0.4.2
2024-01-13 22:43
1319228 qqxiaoming 1578948838 Quard

更新内容

  • 增加会话管理器中在新窗口打开会话功能
  • 增加设置标签页加号按钮位模式可选为 新建会话/克隆会话/本地Shell会话 三种方式
  • 增加会话管理器中过滤功能
  • 修复在拖拽标签时预览窗口存在导致的窗口闪烁问题
  • 预编译二进制文件提供AppImage格式 #I8EVJR:期望Linux下增加Appimage包

git commit

  • release:v0.4.1
  • Merge commit '5fd6995ea0493f4265080b7e94adba92530bef6a' into main
  • src:update NewTabMode
  • src:update doc
  • doc:update image for english in readme
  • src:Remove environment LC_CTYPE and LANG variables
  • src:Remove LC_ALL environment variable in UnixPtyProcess::startProcess()
  • doc:Add support for additional languages in README files
  • src:Add session filter functionality
  • src:Add TODO.md file and update linux.yml, macos.yml, and windows.yml
  • Merge pull request #20 from QQxiaoming/imgbot
  • [ImgBot] Optimize images
  • Update MessagesFile paths in build_setup.iss
  • Added support for additional languages in the setup wizard
  • lang:update translate file
  • ci:add build AppImage script
  • src:Add session opening functionality in new window
  • Add code_analyze.py for analyzing code lines, comments, and blanks
  • srcc:Fix disconnect and reconnect functionality in SessionsWindow
  • src:Add new tab mode option and handle tab add request accordingly
  • src:update plugininfowindow.cpp to open the plugin directory
  • doc:update doc
  • doc:update doc
  • src:Fix tab preview window flickering issue during tab dragging
  • doc:fix README
  • doc:update doc

完整的更新日志: https://github.com/QQxiaoming/quardCRT/compare/V0.4.0...V0.4.1

由于gitee上仓库附件大小限制,因此gitee上仅托管最新版本的二进制预编译文件,如需旧版请前往sourceforge或github平台下载。
Download quardCRT

最后提交信息为: release:v0.4.1
2023-12-20 11:45
1319228 qqxiaoming 1578948838 Quard

更新内容

  • 主UI全面更新,整体风格更现代化,配套亮色/暗色主题更加美观
  • 增加设置选项里打开当前设置文件功能
  • 右上角增加实验室功能,SSH扫描迁移至实验室,开放插件接口以增加更多特定功能到实验室,访问插件平台
  • SFTP窗口增加书签功能,改进SFTP操作逻辑。
  • 改进优化HexView窗口
  • 改进会话克隆功能,可克隆的会话类型(SSH、Telent等)直接克隆,不可克隆的会话类型(串口等)会弹出会话设置窗口
  • 改进在拖拽标签时样式,现在鼠标能正确显示为抓握手势
  • 修复打开会话属性存在历史页面未刷新
  • 修复会话内line字符渲染错误
  • 修复打开SSH会话后未变化过窗口大小的情况下,默认的终端大小不正确
  • 修复切换主题时Tab Add New按钮样式未更新
  • 修复终端配色方案修改后无法持久保存 #I8PLTP:【BUG】全局选项里修改的配色方案重启软件后又还原了

git commit

  • doc:update changelog
  • src:fix #I8PLTP:【BUG】全局选项里修改的配色方案重启软件后又还原了
  • Update SFTPmenuBookmarkWindow to SFTPmenuBookmarkWidget
  • src:update plugin interface
  • src:update sftp windows
  • Merge pull request #18 from QQxiaoming/dependabot/github_actions/actio…
  • update lang
  • build(deps): bump actions/upload-artifact from 3.1.3 to 4.0.0
  • src:Add PluginInfoWindow class and related files
  • src:update lang
  • Hide SFTP window when disconnecting SSH2 session
  • src:Add file dialog functionality and resize window
  • src:Add SFTPmenuBookmarkWindow class and UI files
  • src:Fix tab style not updating when changing themes
  • src:Fix plugin API version check in CentralWidget::menuAndToolBarInit()
  • src:Add plugin API version check
  • src:Update UI, add experimental feature
  • src:Add plugin functionality to terminal context menu
  • src:Improve drag and drop styling for tab labels
  • src:Fix SSH session window size issue
  • src:Improve session cloning functionality and handle different session types
  • Fix library path for macOS in CentralWidget::menuAndToolBarInit() function
  • src:Add library paths for different operating systems
  • doc:Add plugin doc
  • src:Add plugin save/load settings
  • src:Add quickcomplete translations and language support
  • Add QuickComplete plugin and connect its signals to CentralWidget
  • Add QMap include to mainwindow.cpp and plugininterface.h
  • src:Add plugin functionality
  • src:fix windows title setting
  • Merge pull request #14 from QQxiaoming/dev-mainwindow
  • Fix issue with menu bar on macOS
  • src:update code
  • Fix resize notification bug and improve tab
  • src:fix floting window crash
  • src:update dark and light icons
  • src:Fix status bar message duration
  • src:clean code from codefactor suggestions
  • src:Refactor menu and toolbar initialization
  • src:update main window ui
  • src:Fix One step initialization issue
  • src:Disable drawing line characters in terminal and add OneStep feature
  • src:Update language files
  • src:clean code
  • src:Disable transparency action on Windows platform
  • src:Refactor UI class names
  • src:Update language files
  • src:Fix session properties not refreshing
  • src:Improve hexview
  • src:Update language files

完整的更新日志: https://gitee.com/QQxiaoming/quardCRT/compare/V0.3.1...V0.4.0

由于gitee上仓库附件大小限制,因此gitee上仅托管最新版本的二进制预编译文件,如需旧版请前往sourceforge或github平台下载。
Download quardCRT

最后提交信息为: doc:update changelog
2023-12-05 14:45
1319228 qqxiaoming 1578948838 Quard

更新内容

  • 增加密码输入框支持显示/隐藏功能
  • 增加常用波特率提示
  • 增加右键菜单请求翻译功能
  • 增加实用工具,扫描本地网络SSH服务
  • SFTP文件传输窗口增加传输进度显示
  • 增加vnc协议支持
  • 修复二次编辑存储串口会话port信息后无法正确连接问题
  • 修复钥匙串授权失败使用错误信息的问题
  • 修复端口号输入框最大值错误导致的无法正确保存会话信息问题

git commit

  • release:v0.3.1
  • src:Add setMouseHide() function to QVNCClientWidget
  • src:Improve vnc client
  • src:add vnc client support
  • src:add vnc client support
  • src:Improve session state information to
  • ci:fix script
  • src:Fix tableWidget row count issue in NetScanWindow
  • src:Add SSH scanning feature
  • src:Fix keychain authorization issue
  • src:Add progress signals to SshSftpCommandSend and
  • src:Add SFTP file transfer progress display
  • doc:update doc
  • doc:Update quardCRT README
  • src:Fix translate service return type
  • src:Add support for right-click menu translation request
  • src:Add tooltips to spinBoxPort and spinBoxBaudRate
  • src:Fix port name issue in session options
  • src:clean code
  • src:clean code
  • src:Add support for password input field visibility

完整的更新日志: https://gitee.com/QQxiaoming/quardCRT/compare/V0.3.0...V0.3.1

由于gitee上仓库附件大小限制,因此gitee上仅托管最新版本的二进制预编译文件,如需旧版请前往sourceforge或github平台下载。
Download quardCRT

最后提交信息为: release:v0.3.1
2023-11-28 22:03
1319228 qqxiaoming 1578948838 Quard

更新内容

  • 增加SSH2协议支持(后端libssh2,目前仅支持密码认证,用户密码存储在本地系统密钥链中,不存储在本软件配置文件中)#I8F2P9:【建议】能否支持下SSH协议 #I8I97S:不支持SSH吗?
  • 增加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://gitee.com/QQxiaoming/quardCRT/compare/V0.2.6...V0.3.0

由于gitee上仓库附件大小限制,因此gitee上仅托管最新版本的二进制预编译文件,如需旧版请前往sourceforge或github平台下载。
Download quardCRT

最后提交信息为: release:v0.3.0
2023-11-15 21:18
1319228 qqxiaoming 1578948838 Quard

更新内容

  • 增加标签卡悬浮预览功能
  • windows本地终端增强,现在可以像linux一样使用Tab键选择补全命令
  • 增加会话状态查询,通过会话设置/属性-状态查看会话状态,目前仅支持本地Shell会话查询进程信息
  • 终端内容匹配支持路径匹配,可以右键快速打开文件/目录
  • 增加高亮显示匹配内容功能
  • 修复中文全角引号渲染位置错误问题
  • 修复macOS错误绑定了复制粘贴快捷键占用导致无法kill终端内进程问题
  • 增加更多语言支持(由GitHub Copilot提供)

git commit

  • release:v0.2.6
  • src:Update translation files
  • Merge branch 'main' of https://github.com/QQxiaoming/quardCRT into main
  • Merge pull request #12:特殊字符渲染错误收集 from QQxiaoming/imgbot
  • src:Update translation files
  • [ImgBot] Optimize images
  • src:Add high DPI support for session tab preview
  • doc:update doc
  • src:Refactor code to use CharWidth class instead of
  • lang:Update translations
  • src:Fix rendering issues for East Asian language
  • doc:update
  • src:Add font support for calculating character width
  • src:Add highlight/unhighlight feature and clear all
  • src:Add support for highlighting text and markers
  • src:Update file path regular expressions in UrlFilter
  • src:Fix file path issues and update translations
  • src:Add support for more languages and fix various
  • src:Refactor processInfoTree function to use qint64
  • src:Improve session state widget
  • src:Fix processInfo return type in conptyprocess.h and
  • src:Add session state query and process info to pty
  • src:Improve code
  • Update WINPTY_DIR path in ptyqt.pri
  • src:Add enhancements and fix issues in quardCRT
  • src:fix preview issue on windows
  • src:fix preview issue
  • src:Optimize preview window style
  • doc:update readme
  • src:Add Preview Width setting
  • src:Update SessionTabBarPreviewWidget and dragLabel
  • src:Fix context menu position
  • src:Add tab preview checkbox to global options and
  • src:Add tab card hover preview feature.

完整的更新日志: https://gitee.com/QQxiaoming/quardCRT/compare/V0.2.5...V0.2.6

由于gitee上仓库附件大小限制,因此gitee上仅托管最新版本的二进制预编译文件,如需旧版请前往sourceforge或github平台下载。
Download quardCRT

最后提交信息为: release:v0.2.6
2023-11-09 21:51
1319228 qqxiaoming 1578948838 Quard

更新内容

  • 增加浮动窗口模式,且支持移回主窗口
  • 增加标签页自由拖拽(拖拽成浮动窗口或拖拽至分屏)
  • 修复移动标签后可能导致的严重崩溃问题/标签标题显示错误问题
  • 增加高级设置选择UI样式为原生风格(单平台用户可能希望使用原生风格,多平台用户可能希望使用统一风格)
  • 增加设置中一键清理选择的背景图片功能
  • 优化退出应用/关闭会话时的二次确认功能,现在本地Shell会话根据是否有子进程决定是否需要二次确认,其他会话类型不变
  • 增加设置标签标题模式,可以选择以简要/完整/滚动,三种方式显示会话标题

git commit

  • release:v0.2.5
  • src:clean code
  • src:Fixed tab dragging functionality
  • src:Add drag and drop functionality to session tabs
  • src:fix move to another tab and float actions crash
  • src:Added floating window and moved it back to the main window
  • src:Add context menu and command widget functionality
  • src:Fix working directory path check
  • src:Fix set workdir issue
  • src:Fix tab title init when tab move and tab clone
  • src:Add floating window mode and fix tab movement
  • src:Add option for custom tab title width in global
  • src:Fix environment variable duplication in
  • src:Add tab title mode option to global options window
  • src:Fix tab title scrolling issue and add new
  • src:Fix hasChildProcess function signature in
  • src:Add Windows API headers and implement
  • src:rever err commit
  • doc:changelog
  • src:Add hasChildProcess() method to UnixPtyProcess and WinPtyProcess classes
  • src:Fix version number parsing in build scripts
  • src:Fix version number parsing and add file dialog
  • src:Update version number in build scripts and project
  • src:Add license headers to source files
  • src:fix duplicate Code lines
  • src:Add keyboard shortcut to connect to address edit
  • src:fix retranslation for all global options widgets.
  • src:Add support for native UI and clear background
  • doc:update doc

完整的更新日志: https://gitee.com/QQxiaoming/quardCRT/compare/V0.2.4...V0.2.5

由于gitee上仓库附件大小限制,因此gitee上仅托管最新版本的二进制预编译文件,如需旧版请前往sourceforge或github平台下载。
Download quardCRT

最后提交信息为: release:v0.2.5
2023-11-04 11:52
1319228 qqxiaoming 1578948838 Quard

更新内容

  • 增加windows上NamedPipe协议支持(linux/macos上对应unix domain socket)#I8AXLO:能否考虑支持Windows的pipe命名管道
  • 修复windows上无法启动打印机服务问题
  • 修复关闭标签页部份内存未释放问题
  • 增加退出应用/关闭会话时需要二次确认功能
  • 增加会话链接状态显示功能(标签页以图标形式显示)
  • 增加设置终端字体功能
  • 增加设置终端滚动行数设置
  • 增加设置光标形状和闪烁功能
  • 终端背景支持Gif动画格式文件(需要在高级设置中启用动画支持)
  • 终端背景支持mp4/avi/mkv/mov视频格式文件(需要在高级设置中启用动画支持)
  • 更新全局设置界面,分类显示设置项
  • 增加会话设置界面,现在可以修改编辑会话属性
  • 增加分离启动新窗口功能
  • 增加软件自身调试信息日志系统,用户默认上不打开的,必须手写config文件才会启动

预编译二进制文件

  • window以前只提供mingw版本,新增msvc编译版本(为将来更早提供windows on arm版本做准备)

git commit

  • release:v0.2.4
  • src:Add check update action
  • src:Added the requirement for a second confirmation when closing a session
  • src:Add error handling and state change signals to
  • ci:Update ci
  • src:Add compiler information to settings
  • src:update inziu-iosevkaCC-SC-regular font to resources
  • src:Fix memory leak in setBackgroundMovie() function
  • src:Fix background movie initialization in
  • src:Add session modifying properties functionality to
  • src:Add Windows MSVC2019 build workflow and fix
  • doc:update doc
  • doc:update doc image
  • src: add new window action
  • tools:update linuxdeploy-plugin-qt https://github.com/linuxdeploy/lin…
  • fix:some issue
  • fix:fixed the problem of memory not being released when closing tab page
  • src:support video background image file
  • src:suport cursor option
  • src:support customizing terminal font
  • src:support gif background image file
  • src:update global options ui
  • src:fix namePipe connect from session manager
  • src:update session option window
  • src:update session option window
  • src:clean code
  • src:update globaloptions ui
  • src:clean project file
  • src:update logger
  • src:add logger system
  • src:support namepipe [#I8AXLO:能否考虑支持Windows的pipe命名管道](https://gitee.com/QQxiaoming/quardCRT/i…
  • src:add scrollback lines set
  • src:fix QPrintDialog show fail on window
  • ci:update ci
  • ci:update window ci script
  • doc:update readme

完整的更新日志: https://gitee.com/QQxiaoming/quardCRT/compare/V0.2.3...V0.2.4

由于gitee上仓库附件大小限制,因此gitee上仅托管最新版本的二进制预编译文件,如需旧版请前往sourceforge或github平台下载。
Download quardCRT

最后提交信息为: release:v0.2.4
2023-10-26 18:19
1319228 qqxiaoming 1578948838 Quard

更新内容

  • 修复会话信息保存错误导致右侧会话管理器内无法正确连接会话问题 #I8AJN1:macos x86无法创建链接
  • 快速连接支持选择仅打开会话和仅保存会话
  • 改进书签管理功能
  • 实现保存设置和实时保存设置按钮功能
  • 增加ALT+'-'和ALT+'='全局快捷键切换当前标签
  • 增加ALT+'{num}'全局快捷键切换到指定标签
  • 增加ALT+LEFT、ALT+RIGHT全局快捷键映射到home和end按键(考虑macbook没有home和end按键)
  • 增加高清截图当前终端功能
  • 增加导出当前终端会话内容(html/txt)功能
  • 增加打印机打印当前终端会话功能
  • 增加锁定会话功能
  • 增加配置启动新的本地终端默认的工作路径
  • 终端背景图片支持平铺模式
  • 持久化存储主界面布局信息
  • 优化界面上下文菜单
  • 优化打开文件对话框UI
  • 修改windows上渲染粗体字体导致光标异常,暂时不支持粗体渲染保证光标位置正确
  • 修复windows上执行命令后设置的工作路径不正确问题
  • 增加macos上cmd+delete为delete按键功能(因为通常macos上delete按键为backspace)
  • 预编译二进制文件基于QT版本升级到6.5.3

git commit

  • release:v0.2.3
  • doc:update changelog
  • release:v0.2.2
  • lang:update
  • lang:update lang
  • src:fix #I8AJN1:macos x86无法创建链接
  • src:add more featrue
  • src:revert error commit
  • src:add shortcut for mac
  • srcadd Tile mode for terminal background
  • src:fix window title issue
  • src:fix window work dir
  • update ci env qt6.5.3
  • src:add more feature
  • src:add screenshot function and more shortcut keys
  • src:fix incorrect keybindings
  • build:fix linux desktop MimeType
  • src:optimize ui context menu
  • src:storage of main interface layout information
  • src:add more shortcut
  • src:add Key_Home and Key_End
  • src:add functions related to saving settings
  • src:update code
  • doc:add changelog
  • src:improve bookmark management
  • src:Quick Connect supports the selection of only opening sessions and …
  • doc:update readme

完整的更新日志: https://gitee.com/QQxiaoming/quardCRT/compare/V0.2.1...V0.2.3

由于gitee上仓库附件大小限制,因此gitee上仅托管最新版本的二进制预编译文件,如需旧版请前往sourceforge或github平台下载。
Download quardCRT

最后提交信息为: release:v0.2.3
2023-10-20 00:31
1319228 qqxiaoming 1578948838 Quard
  • linux打包fcit插件以支持更多中文输入法
  • linux修复中文字符渲染光标错误
  • 修复HEX视图格式渲染错误和数据获取失败问题
  • 持久化存储会话信息

由于gitee上仓库附件大小限制,因此gitee上仅托管最新版本的二进制预编译文件,如需旧版请前往sourceforge或github平台下载。
Download quardCRT

最后提交信息为: release:v0.2.1
2023-10-18 13:11
1319228 qqxiaoming 1578948838 Quard
  • 增加状态栏提示
  • 增加终端底部可打开命令窗口自动化发送命令
  • 增加终端URL内容动态解析
  • 修复会话克隆工作路径错误
  • 增加终端右侧滚动条
  • 修复window/mac上鼠标中键不能执行复制并粘贴
  • 增加双终端会话分屏显示
  • 增加简约UI界面选项(使用alt+n/alt+J切换简约/标准UI)
  • 增加启动tfftp服务器实用功能
  • 优化hex view显示界面
  • window安装程序增加使用quardCRT打开的系统集成的右键菜单
  • 标签栏右键菜单增加个多个实用功能
  • 修复window上中文等其他宽字符光标位置错误
  • 增加配置终端背景图片功能
  • 增加目录书签功能
  • 增加持久存储用户设置功能
  • 修复了一些UI细节错误
  • 修复了一些小概率的可能崩溃问题

由于gitee上仓库附件大小限制,因此gitee上仅托管最新版本的二进制预编译文件,如需旧版请前往sourceforge或github平台下载。
Download quardCRT

最后提交信息为: release:v0.2.0
2023-09-29 16:05
1319228 qqxiaoming 1578948838 Quard

首次发布第一个版本,基本功能已可用并稳定。

由于gitee上仓库附件大小限制,因此gitee上仅托管最新版本的二进制预编译文件,如需旧版请前往sourceforge或github平台下载。
Download quardCRT

C++
1
https://gitee.com/QQxiaoming/quardCRT.git
git@gitee.com:QQxiaoming/quardCRT.git
QQxiaoming
quardCRT
quardCRT

搜索帮助