Skip to content

Releases: QQxiaoming/quardCRT

V0.4.7

26 Jun 00:21
b9debb9
Compare
Choose a tag to compare

Change Log

  • Add broadcast session feature #36
  • Add label tag color feature
  • Add block selection (Shift+click) and column selection (Alt+Shift+click) feature
  • Add user-defined cursor color setting
  • Add tooltip for optional items in settings
  • Add advanced options to set the default startup shell for local terminal (default to $SHELL on Linux/MacOS, and default to the system built-in powershell on Windows, this function is only used to adjust the PowerShell version on Windows, not to start other shells, other shells please use LocalShell session to set specific commands)
  • Fix the crash problem caused by modifying the configuration of the currently running session
  • Fix the problem of incorrect pop-up position of the context menu in the case of multiple screens
  • Modify to switch to the tab when right-clicking on a non-current tab
  • Fix the cursor alignment error in the local shell on the windows msvc version, need to disable resizeQuirk #39
  • Fix the invalid problem of confirming multiple lines of text paste, and allow users to set enable/disable by themselves
  • Fix the problem of automatically trimming empty lines in the pasted content of text, and allow users to set enable/disable by themselves
  • Fix the unstable SSH initialization terminal size problem #40
  • Fix the probability crash problem after the SSH remote actively ends
  • Fix font display abnormalities when restoring font settings to built-in fonts
  • Fix the abnormal window position problem caused by window movement/resize operations on Linux with multiple screens
  • Add pre-built plugins TextStatistics, and update pre-built plugin CharacterCode to V0.0.3

更新日志

  • 增加广播会话功能 #36
  • 增加标签标记颜色功能
  • 增加块选择(Shift+click)和列选择(Alt+Shift+click)功能
  • 增加用户自定义光标颜色设置
  • 增加设置中可选项的工具提示
  • 增加高级选项可以设置默认启动本地终端使用的Shell(Linux/MacOS下默认为$SHELL,Windows下默认为系统内置powershell,Windows下此功能仅用于调整PowerShell版本,而非启动其他Shell,其他Shell请使用本地Shell会话设定特定命令启动)
  • 修复修改当前正在运行中的会话配置导致的崩溃问题
  • 修复多屏幕的情况下,上下文菜单弹出位置错误问题
  • 修改右击非当前标签页时,切换到该标签页
  • 修复在windows msvc版本local shell光标对齐错误问题,需要禁用resizeQuirk #39
  • 修复多行文本粘贴确认无效问题,并允许用户自行设置启用/禁用
  • 修复自动修剪文本粘贴内容中的空行问题,并允许用户自行设置启用/禁用
  • 修复不稳定的SSH初始化终端大小问题 #40
  • 修复SSH远端主动结束后,概率崩溃问题
  • 修复恢复字体设置到内建字体时,字体显示异常
  • 修复在Linux上使用多屏幕时,窗口移动/大小调整等操作导致的窗口位置异常问题
  • 新增集成预构建插件TextStatistics,更新预构建插件CharacterCode到V0.0.3版本

Download quardCRT

V0.4.6

26 May 01:04
ced4472
Compare
Choose a tag to compare

Change Log

  • Add setting main window theme color feature
  • Add status bar display session information feature
  • Add WSL terminal toolbar button on Windows
  • Add user-defined plugin loading path setting
  • Fix the issue that the working directory is not correctly cloned when cloning the tab in some shell environments
  • Fix the issue that the modification is saved when canceling the modification in the keyboard binding settings
  • Fix the issue that the confirmation dialog cannot select cancel when closing all tabs
  • Fix the issue that the session manager switches the current selected session incorrectly after modifying the session properties
  • Fix the issue that the new session may be created on the hidden tab group
  • Add pre-built plugins CharacterCode, ListSerial, and update pre-built plugin SearchOnWeb to V0.0.4

更新日志

  • 增加设置主界面主题色功能
  • 增加状态栏显示会话信息功能
  • 在Windows增加启动WSL终端工具栏按钮
  • 增加用户自定义插件加载路径设置
  • 修复某些shell环境下克隆标签时工作目录未能正确克隆的问题
  • 修复键盘绑定设置中取消修改时也会保存的问题
  • 修复关闭全部标签页时确认对话框无法选择取消的问题
  • 修复会话管理器中修改会话属性后会话管理器内当前选中会话被错误切换问题
  • 修复新会话可能创建在被隐藏的标签页组上的问题
  • 新增集成预构建插件CharacterCodeListSerial,更新预构建插件SearchOnWeb到V0.0.4版本

Download quardCRT

V0.4.5

25 Apr 14:55
5d67756
Compare
Choose a tag to compare

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

更新日志

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

Download quardCRT

V0.4.4

25 Mar 11:15
4db4d4c
Compare
Choose a tag to compare

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

更新日志

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

Download quardCRT

V0.4.3

26 Feb 04:03
f3b32a8
Compare
Choose a tag to compare

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 area 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

更新日志

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

Download quardCRT

V0.4.2

28 Jan 09:49
7fd10e1
Compare
Choose a tag to compare

更新内容

  • 全屏模式下增加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

完整的更新日志: V0.4.1...V0.4.2

Download quardCRT

V0.4.1

13 Jan 14:40
6672bf6
Compare
Choose a tag to compare

更新内容

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

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

完整的更新日志: V0.4.0...V0.4.1

Download quardCRT

V0.4.0

20 Dec 03:42
dae6253
Compare
Choose a tag to compare

更新内容

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

git commit

  • doc:update changelog
  • src:fix #I8PLTP
  • 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

完整的更新日志: V0.3.1...V0.4.0

V0.3.1

05 Dec 08:16
c8f124e
Compare
Choose a tag to compare

更新内容

  • 增加密码输入框支持显示/隐藏功能
  • 增加常用波特率提示
  • 增加右键菜单请求翻译功能
  • 增加实用工具,扫描本地网络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

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

V0.3.0

28 Nov 14:05
82166e0
Compare
Choose a tag to compare

更新内容

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