KingDownloads

Deck version history

10 releases tracked, newest first.

v1.4.5

May 9, 2026
- Improved SQLite search performance with significant speedups and reduced timeouts. - Enhanced clipboard capture using pboard/XPC invalidation for faster detection. - Added IDE Source Anchor support for Sublime Text and Zed. - Optimized code preview highlighting and panel animations for smoother performance.

1 download

v1.4.4

May 5, 2026
<p align="center"> <a href="https://deckclip.app/download" rel="noopener noreferrer" target="_blank"> <img width="1525" height="896" alt="Deck" src="https://github.com/yuzeguitarist/Deck/raw/main/photos/Deck.webp" style="max-width: 100%; height: auto;" /> </a> </p> --- ## Release Notes v1.4.4 ### 优化 / Improvements - 新增 LaTeX 公式渲染:横板模式的 Markdown 卡片预览与 Markdown/纯文本预览面板会按需渲染行内、块级、常见 equation/align/matrix/cases 环境以及 TeX 源中的公式块;Markdown 的「拷贝纯文本」会把公式导出为可读 Unicode 文本,同时保留行内 code 与代码块原文不被渲染;公式渲染结果增加内存缓存,减少列表卡片与预览切换时的重复计算,并保留预览面板原有滚动逻辑。 - Added LaTeX math rendering: horizontal Markdown card previews plus Markdown/plain-text preview panels now render inline, display, common equation/align/matrix/cases environments, and formula blocks inside TeX source; Markdown “Copy Plain Text” now exports formulas as readable Unicode text while preserving inline code and code blocks verbatim; rendered formulas are cached in memory to reduce repeated work during card and preview switches, preserving the existing preview scrolling behavior. - 优化自动检查更新的请求调度:保留原有固定检查时段不变,在客户端为每台设备生成稳定随机延迟,将集中整点请求打散到 30 分钟窗口内,平滑后端并发峰值,降低更新服务在高峰时段的错误率。 - Improved automatic update-check scheduling by

1 download

v1.4.3

Apr 26, 2026
<p align="center"> <a href="https://deckclip.app/download" rel="noopener noreferrer" target="_blank"> <img width="1525" height="896" alt="Deck" src="https://github.com/yuzeguitarist/Deck/raw/main/photos/Deck.webp" style="max-width: 100%; height: auto;" /> </a> </p> --- ## Release Notes v1.4.3 ## 优化 / Improvements - **SQLite 数据库 P0 写放大与安全模式维护优化** Deck 对剪贴板历史数据库做了一轮最小侵入的 P0 优化:FTS 全文索引现在只会在 `search_text`、来源 App 名称、自定义标题或加密状态真正变化时更新,给历史记录打标签、切换临时状态等轻量操作不再触发全文索引删除与重建,减少 SQLite WAL 写放大、分词开销和后台 checkpoint 压力。安全模式下,Deck 不再维护无法直接搜索的密文 FTS 索引,全文索引重建也会跳过加密记录;批量插入路径去掉了逐条 `SELECT count` 的额外查询,降低导入、同步和恢复时的数据库负载。与此同时,安全模式开启/关闭时的语义向量缓存迁移改为静默探测加密状态,不再把预期中的明文探测失败误报为 `authenticationFailure` 错误刷屏。 Deck received a minimal P0 SQLite optimization pass for clipboard history. FTS now updates only when `search_text`, source app name, custom title, or encryption state actually changes, so lightweight operations such as tagging items or toggling temporary state no longer delete and rebuild full-text index entries. This reduces SQLite WAL write amplification, tokenizer work, and checkpoint pressure. In secure mode, Deck also stops maintaining unusable ciphertext FTS entries, an

1 download

v1.4.2

Apr 18, 2026
<p align="center"> <a href="https://deckclip.app/download" rel="noopener noreferrer" target="_blank"> <img width="1525" height="896" alt="Deck" src="https://github.com/yuzeguitarist/Deck/raw/main/photos/Deck.webp" style="max-width: 100%; height: auto;" /> </a> </p> --- ## Release Notes v1.4.2 ### 新增 / Added - **Smart Rule AI 管理工具** Deck AI 现在不仅能创建 Smart Rule,也可以列出、读取、修改和删除已有规则;App 内审批面板与 `deckclip chat`/`deckclip` 终端审批也会显示对应的规则预览、变更摘要和删除警告。 Deck AI can now do more than create Smart Rules. It can also list, read, modify, and delete existing rules, and both the in-app approval sheet and the `deckclip chat` approval overlay now show rule previews, change summaries, and delete warnings. - **Deck CLI AI 聊天审批** 在 `deckclip chat` 中,遇到脚本插件创建/修改/删除、剪贴板写入/删除、Smart Rule 生成等需要授权的操作时,现在会直接弹出审批面板;你可以在终端里查看摘要与预览,并用 `Y / Enter` 批准、`N / Esc` 拒绝。 `deckclip chat` now shows an approval overlay for actions that require authorization, including creating, modifying, or deleting script plugins, writing or deleting clipboard items, and generating Smart Rules. You can review the summary and preview in the terminal, then approve with `Y / Enter` or reject with

1 download

v1.4.1

Apr 13, 2026
<p align="center"> <a href="https://deckclip.app/download" rel="noopener noreferrer" target="_blank"> <img width="1525" height="896" alt="Deck" src="https://github.com/yuzeguitarist/Deck/raw/main/photos/Deck.webp" style="max-width: 100%; height: auto;" /> </a> </p> --- ## Release Notes v1.4.1 ### 新增 / Added - **Deck CLI AI 聊天模型切换** 在 `deckclip chat` 中新增 `/model`,可直接打开当前 Provider 的模型编辑区并修改模型名称;保存后,下一条消息会立即使用新模型。也可以按 `Ctrl+O` 直接打开模型编辑区。 Add `/model` to `deckclip chat` to open the current provider’s model editor and change the model name directly; after saving, the next message uses the new model immediately. You can also press `Ctrl+O` to open the model editor directly. ### 修复 / Fixes - **Deck CLI AI 聊天 slash 命令列表** 当 slash 命令超过当前可见行数时,命令列表现在会跟随选择滚动,键盘上下键、滚轮和鼠标点击都能稳定选中所有命令。 When the slash command list exceeds the visible rows, it now scrolls with the current selection so every command remains reachable via arrow keys, mouse wheel, and mouse clicks. - **Deck CLI 安装器 Shell PATH 写入** CLI 安装器现在只会对现有且可写的 shell 启动文件做安全追加;如果 `.zshrc` 只读,会自动回退到可写的 `.zprofile`;只有文件不存在时才会新建,不再覆盖用户已有的 shell 配置文件。 The CLI installer now safely app

1 download

v1.4.0

Apr 12, 2026
<p align="center"> <a href="https://deckclip.app/download" rel="noopener noreferrer" target="_blank"> <img width="1525" height="896" alt="Deck" src="https://github.com/yuzeguitarist/Deck/raw/main/photos/Deck.webp" style="max-width: 100%; height: auto;" /> </a> </p> --- ## Release Notes v1.4.0 ### 新增 / Added - **iOS 同步** 在 Mac 设置中可开启局域网纯文本同步:通过「快捷指令」从 Mac **拉取**最近一条可下载文本到 iPhone,或将 iPhone 剪贴板**上传**到 Mac(写入剪贴板并降低重复入库)。 Turn on LAN plain-text sync in Mac settings: use Shortcuts to **pull** the latest downloadable text from your Mac to iPhone, or **push** the iPhone clipboard to the Mac (paste with safeguards against duplicate history entries). - **快捷指令配对** 安装 Deck 提供的「Deck iOS 同步」快捷指令时,系统会**提示输入配对码一次**,之后长期有效。 When you install Deck’s **Deck iOS Sync** shortcut, you’ll be **prompted for a pairing code once**; it stays valid afterward. - **AI 会话长上下文(加密 + 按需读取)** AI 助手新增 `save_session_context` / `read_session_context` / `delete_session_context`:每条记录为本地**独立加密文件**(YAML 头 + 长正文),每轮仅向模型注入**标题与源信息索引**;完整正文需通过工具读取,便于控 token。与「跨窗口记忆」(≤30 字短句、全文注入)互补;可在「AI 助手」设置中单独开关,并查看条数与清理过期条目。 The AI assistant adds **`save_session_context`**, **

1 download

v1.3.9

Apr 2, 2026
<p align="center"> <a href="https://deckclip.app/download" rel="noopener noreferrer" target="_blank"> <img width="1525" height="896" alt="Deck" src="https://github.com/yuzeguitarist/Deck/raw/main/photos/Deck.webp" style="max-width: 100%; height: auto;" /> </a> </p> --- ## Release Notes v1.3.9 ### TL;DR - **长会话自动压缩 / Automatic Long-Session Compaction** 当 AI 对话接近上下文上限时,Deck 现在会自动压缩较早的对话内容,让长会话可以继续推进而不必手动重开。 Deck now automatically compacts older conversation context when an AI chat approaches the context limit, allowing long sessions to continue without manually starting over. - **压缩状态可见 / Visible Compaction Feedback** 压缩进行时,AI 圆点右侧会显示 `Compacting...`;压缩完成后,聊天记录里会出现一条克制的分割线来标记上下文已被压缩。 While compaction is running, `Compacting...` appears beside the AI dot; once complete, the transcript shows a minimal divider that marks where earlier context was compacted. - **压缩后状态续接 / Better Post-Compact Continuity** Deck AI 现在会在压缩后继续带着当前任务方向、关键结果与必要工具线索往下走,减少长会话里的上下文断裂感。 Deck AI now carries forward the current task direction, key outcomes, and essential tool context after compaction, reducing long-session context breaks. - **上下文占用指示器 / Con

1 download

v1.3.8

Mar 30, 2026
<p align="center"> <a href="https://deckclip.app/download" rel="noopener noreferrer" target="_blank"> <img width="1525" height="896" alt="Deck" src="https://github.com/yuzeguitarist/Deck/raw/main/photos/Deck.webp" style="max-width: 100%; height: auto;" /> </a> </p> --- ## Release Notes v1.3.8 ### TL;DR - 主面板(⌘P)进出场动画改为在固定窗口内滑动内容层,全屏下收起不再在边缘卡顿;弹出时更接近目标尺寸,结束瞬间抖动减轻。 The main panel (⌘P) now slides its content inside a fixed window frame; fullscreen dismiss no longer hitches at the edge, pop-in stays closer to the target size with less end-of-animation micro-jitter. - 历史面板现在以完整浮层形式进出场,避免动画过程中被最终矩形范围硬性切掉。 The history panel now animates as a complete floating surface instead of being hard-clipped by its final rectangular bounds during show and hide. - macOS 26 深色模式下的液态玻璃边缘已做柔化,减轻白色粗边与最外层暗边叠加出的双层描边感。 The macOS 26 dark-mode liquid-glass edge has been softened to reduce the double-outline look created by a bright outer rim plus the darkest outer edge. - 斜杠搜索支持按「局域网接收」筛选或排除。 Slash search can include or exclude items received via Deck LAN sharing. - 升级后自动回填可识别的历史局域网文件类记录。 Upgrades backfill LAN-received history where paths can be detected relia

1 download

v1.3.7

Mar 23, 2026
<p align="center"> <a href="https://deckclip.app/download" rel="noopener noreferrer" target="_blank"> <img width="1525" height="896" alt="Deck" src="https://github.com/yuzeguitarist/Deck/raw/main/photos/Deck.webp" style="max-width: 100%; height: auto;" /> </a> </p> --- ## Release Notes v1.3.7 ### TL;DR - **Homebrew Cask** `brew tap yuzeguitarist/deck && brew install --cask deckclip` — 两行命令安装,版本随 GitHub Release 自动更新。 `brew tap yuzeguitarist/deck && brew install --cask deckclip` — two commands to install, versions auto-sync from GitHub Releases. - **⌃A / ⌃E** 历史列表支持 Emacs 风格快捷键,一键跳到数据库意义上的最新一页或最旧一页。 History supports Emacs-style shortcuts to jump to the true newest or oldest page from the database. - **更干净的尾跳** 跳到末尾时单次定向拉取,避免在中间逐页加载;超大库下搜索尾跳会收紧候选上限。 Tail jumps use one targeted fetch instead of paging through the middle; search tail jumps cap candidates on very large libraries. - **可靠性** 修复 ⌃E 连用失效,以及 ⌃E 后 ⌃A 困在尾页、较新记录需重开面板才出现的问题。 Fixes ⌃E stopping on repeat use and ⌃A after ⌃E leaving you stuck on the tail until reopening the panel. - **暂停录制** 恢复录制后不会再把暂停期间复制的内容自动写进历史。 Paused recording no longer ingest

1 download

v1.3.6

Mar 20, 2026
<p align="center"> <a href="https://deckclip.app/download" rel="noopener noreferrer" target="_blank"> <img width="1525" height="896" alt="Deck" src="https://github.com/yuzeguitarist/Deck/raw/main/photos/Deck.webp" style="max-width: 100%; height: auto;" /> </a> </p> --- ## Release Notes v1.3.6 ### TL;DR - AI 助手新增联网搜索与网页抓取工具,并支持通过 OpenCode Zen 快速接入免费模型。 The AI assistant gains web search and page-fetch tools, plus a quick path to configure OpenCode Zen free models. - 可在设置中即时隐藏或显示菜单栏图标,无需重启;主面板支持 Cmd+F 聚焦搜索框。 Hide or show the menu bar icon instantly from Settings without restarting; use Cmd+F in the main panel to focus the search field. - 全局快捷键、Typing Paste 与光标助手触发键统一冲突检测,保存失败会回滚并提示,避免界面与注册状态不一致。 Global shortcuts, Typing Paste, and cursor-assistant triggers share conflict checks; failed saves roll back with a clear alert. - 局域网同步与发现逻辑在唤醒、重连与回调上更稳健,并修复多处界面漏翻与 OAuth 完成页体验。 Nearby sync and discovery are more stable around sleep/wake and reconnects; UI string gaps and the OAuth completion flow are improved. ### 新增 / Added - **联网搜索与网页抓取(AI)** 为 AI 助手新增 `web_search` 与 `web_fetch` 工具:支持向 Exa 端点发起搜索、抓取网页并转换为 Markdown 或纯文本,内容过长会自动截断;

1 download