Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
quardCRT_macos_V025_x86_64.dmg | 2023-11-09 | 58.9 MB | |
quardCRT_macos_V025_arm64.dmg | 2023-11-09 | 77.0 MB | |
quardCRT_Linux_V025_x86_64.deb | 2023-11-09 | 47.0 MB | |
quardCRT_windows_V025_x86_64_setup.exe | 2023-11-09 | 41.5 MB | |
quardCRT_windows_V025_x86_64_msvc_setup.exe | 2023-11-09 | 62.7 MB | |
README.md | 2023-11-09 | 2.2 kB | |
V0.2.5 source code.tar.gz | 2023-11-09 | 47.4 MB | |
V0.2.5 source code.zip | 2023-11-09 | 47.9 MB | |
Totals: 8 Items | 382.4 MB | 2 |
更新内容
- 增加浮动窗口模式,且支持移回主窗口
- 增加标签页自由拖拽(拖拽成浮动窗口或拖拽至分屏)
- 修复移动标签后可能导致的严重崩溃问题/标签标题显示错误问题
- 增加高级设置选择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://github.com/QQxiaoming/quardCRT/compare/V0.2.4...V0.2.5