Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
quardCRT_windows_V024_x86_64_setup.exe | 2023-11-04 | 41.5 MB | |
quardCRT_windows_V024_x86_64_msvc_setup.exe | 2023-11-04 | 62.7 MB | |
quardCRT_macos_V024_x86_64.dmg | 2023-11-04 | 58.8 MB | |
quardCRT_macos_V024_arm64.dmg | 2023-11-04 | 78.4 MB | |
quardCRT_Linux_V024_x86_64.deb | 2023-11-04 | 47.0 MB | |
README.md | 2023-11-03 | 2.7 kB | |
V0.2.4 source code.tar.gz | 2023-11-03 | 47.4 MB | |
V0.2.4 source code.zip | 2023-11-03 | 47.8 MB | |
Totals: 8 Items | 383.7 MB | 0 |
更新内容
- 增加windows上NamedPipe协议支持(linux/macos上对应unix domain socket)#I8AXLO
- 修复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](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://github.com/QQxiaoming/quardCRT/compare/V0.2.3...V0.2.4