> For the complete documentation index, see [llms.txt](https://updates-cn.hapigo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://updates-cn.hapigo.com/history/2191.md).

# v2.19.1 修复截图延迟的问题

### 🛠 新增与优化

* 修复截图延迟的问题
* 增加剪贴板 「首行高亮」 设置项：首行或未置顶首行
* OCR 窗口位置增加自定义设置
* Finder CMD+X 回归，但默认关闭（开启方法：设置-扩展-系统命令-Finder CMD X）
* 修复可能导致快捷键失灵的问题
* 修复深色/浅色主题无法自动切换
* 修复 Unix 时间戳扩展时间显示错误的问题
* 快捷指令增加支持 「CMD+数字」 快捷键执行
* 截图水印工具增加隐藏水印并保留水印文本按钮

<div data-full-width="false"><figure><img src="/files/onaXFejzM1GcloCEnOjO" alt=""><figcaption></figcaption></figure></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://updates-cn.hapigo.com/history/2191.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
