Skip to content

v1.1.6 | Connected

Choose a tag to compare

@yuzeguitarist yuzeguitarist released this 06 Jan 10:44
· 320 commits to main since this release

Deck

Deck

A modern, native, privacy-first clipboard OS for macOS


Release Notes v1.1.6

新增 / New

  • CLI Bridge 独立设置栏目
    新增左侧「CLI Bridge」独立栏目,用于集中管理配置与查看使用说明。
    Added a dedicated “CLI Bridge” section in the sidebar for configuration and documentation.

  • CLI Bridge 使用与测试说明
    新增健康检查、写入/读取示例与可选 alias 配置说明。
    Added usage and testing docs including health check, read/write examples, and optional aliases.

  • IDE 溯源锚点与深链跳转
    支持采集 file / line / col / IDE 信息,并在详情预览中提供“在 IDE 中打开”按钮。
    Added IDE source anchors (file/line/col/IDE) with deep-linking and an “Open in IDE” action.

  • source_anchor 持久化与同步
    新增数据库字段,并支持导出 / 导入与 iCloud 同步。
    Persisted source_anchor with DB storage, export/import support, and iCloud sync.

  • VS Code 系套壳支持
    支持 Cursor / Windsurf / Antigravity(bundleId 识别、CLI 与 URL scheme 跳转)。
    Added support for Cursor, Windsurf, and Antigravity IDEs via bundle ID detection and deep links.

  • 链接转图片(Cmd+Shift+V)
    将链接转换为可分享的预览卡片图片,包含标题、摘要、域名、站点图标与首图。
    Convert links into shareable preview card images with title, summary, domain, favicon, and cover image.


优化 / Improvements

  • 设置结构调整
    将 CLI Bridge 配置从「通用」迁移至独立栏目,减少设置混杂。
    Moved CLI Bridge settings out of General into its own section.

  • 来源捕捉策略改进
    优先使用 preApp,并将 AX 读取范围扩展到 MainWindow / Windows 子树搜索。
    Source capture now prefers preApp and extends AX scanning into window subtrees.

  • Bundle ID 归一化
    自动将 helper 映射回主应用 bundleId,提升识别准确性。
    Normalized helper bundle IDs to their parent apps.

  • 链接卡片渲染体验
    去除白边、下移文字区域;图片自适应高度,长图完整展示,并用模糊背景填充。
    Improved card layout with no white margins, adaptive height, full long-image rendering, and blurred fill.

  • 快捷键与流程一致性
    Cmd+Shift+V 在光标助手开启时可用;队列模式仍优先处理队列。
    Cmd+Shift+V now works with Cursor Assistant active; queue mode still takes precedence.

  • 本地化补充
    为 CLI Bridge 与 “在 IDE 中打开”补充英 / 德文翻译。
    Added English and German localizations for CLI Bridge and IDE actions.


修复 / Fixes

  • 修复 CLI Bridge 本地 HTTP 服务无响应问题(连接处理器被释放导致无返回)。
    Fixed a local HTTP server issue where released handlers caused no response.

  • 修复 AX CFTypeRef / AXValue 转换警告与编译错误。
    Fixed AX CFTypeRef/AXValue conversion warnings and build errors.

  • 修复 iCloud 同步解密后 sourceAnchor 赋值缺失的问题。
    Fixed missing sourceAnchor assignment after iCloud decryption.

  • 修复 Cmd+Shift+V 生成图片后无法连续使用的问题。
    Fixed repeated use of Cmd+Shift+V after image generation.

  • 修复从富文本来源复制的链接预览为空白的问题。
    Fixed blank previews when copying links from rich-text sources.

  • 修复 Swift 6 并发环境下的锁警告,缓存读写改为异步安全访问。
    Fixed Swift 6 concurrency lock warnings by switching cache access to async-safe patterns.


技术变更 / Technical Changelog

  • SourceAnchor Pipeline
    新增采集、持久化、同步与导出支持。
    Implemented capture, persistence, sync, and export for source anchors.

  • Link Metadata Pipeline
    统一链接抓取、缓存与图片渲染管线,预览卡与图片生成复用同一数据源。
    Unified link metadata fetch/cache/render pipelines for previews and images.

  • CLI Bridge Service
    强化连接生命周期管理,避免 handler 提前释放。
    Improved connection lifecycle management in CLI Bridge.


本地化 / Localization

  • 新增 CLI Bridge 与 IDE 操作相关的英文 / 德文翻译。
    Added en/de localizations for CLI Bridge and IDE actions.

兼容性与行为说明 / Compatibility & Behavior Notes

  • CLI Bridge 仅监听 127.0.0.1,保持原有安全边界不变。
    CLI Bridge continues to listen only on 127.0.0.1.

  • 本次更新不包含破坏性数据库结构变更,可直接覆盖升级。
    No breaking database schema changes; safe for in-place upgrade.


升级建议 / Upgrade Notes

  • 推荐升级以获得更完善的 IDE 溯源能力、更顺滑的链接分享体验与更稳定的 CLI Bridge。
    All users are recommended to upgrade for improved IDE tracing, link sharing, and CLI Bridge stability.