Releases: xland/ScreenCapture
Releases · xland/ScreenCapture
2.2.3
- 修复Esc按键逻辑不统一的问题,目前修改为:
- 截图时,按Esc,退回到截图初始状态,如果已经是最初状态,则退出截图(不退出应用)
- 截图时,点鼠标右键与按Esc键逻辑一致
- 钉图时,按Esc,关闭钉图窗口
- 初步增加了致命错误信息提示
2.2.2
- 解决 Win11 无法绘制马赛克的问题
- 托盘图标右键菜单增加:截图
- 增加本地日志组件
2.2.1
此版本是一个预览版,相较于上一个版本更新的功能如下:
- 增加进程锁,目前仅允许启动一个进程。
- 解决 进程内第二次启动截图时,钉图按钮被禁用的问题。
2.2.0
此版本是一个预览版
此版本基于Qt框架完成
新功能介绍会在正式版本发布后写到ReadMe里
尝鲜用户可以先看看配置文件:config/config.json
2.1.10
bug fix: Pix Info Box
on top of Cut Mask
2.1.9
- set default save path by command line parameter :
ScreenCapture.exe --dir:"D:\doc\测试目录"
2.1.8
Bug fix : When the width or height of the cut area is equal to the width or height of the workspace, the width or height of the cut area cannot be resized.
2.1.7
- update skia from
chrome/m122
to chrome/m126
Smaller! Faster!
2.1.6
- Multi-language support :
ScreenCapture.exe --lang:en_us
Now support zh_cn
,zh_tw
,en_us
, default is zh_cn
.
2.1.5
Command line support : ScreenCapture.exe --pin:clipboard
will pin the clipboard image to the desktop.