Skip to content

Releases: zxing258974/Clipd

Clipd 0.1.5

Choose a tag to compare

@zxing258974 zxing258974 released this 29 Jun 01:06

What's changed / 更新内容

  • Fix: launch crash / 修复:启动崩溃
    The app could crash on launch while loading history (tags were stored in a way SwiftData failed to decode). Tags are now stored as a plain string, and an unreadable store is reset automatically instead of crash-looping. Existing history and pinned items are kept; previously-set tags are cleared.
    载入历史时可能崩溃(标签的存储方式导致 SwiftData 解码失败)。标签改为纯字符串存储,且无法读取的库会自动重置而非反复崩溃。历史与固定项保留,旧标签会清空。
  • Fix: right-click menu / 修复:右键菜单
    Right-clicking a card again shows Copy / Tag / Delete. Chinese (IME) input in the search and tag fields keeps working.
    右击卡片重新弹出 复制 / 标签 / 删除;搜索框与标签框的中文(输入法)输入仍正常。

Full changelog: v0.1.4...v0.1.5

Install / 安装

Download Clipd-0.1.5.dmg from this page, drag Clipd into Applications, then clear the quarantine flag once (signed but not notarized):
从本页下载 Clipd-0.1.5.dmg,将 Clipd 拖入应用程序,然后执行一次以清除隔离标记(已签名但未公证):

xattr -dr com.apple.quarantine /Applications/Clipd.app

Requires macOS 14 (Sonoma) or later. / 需要 macOS 14 (Sonoma) 及以上。

Clipd 0.1.4

Choose a tag to compare

@zxing258974 zxing258974 released this 28 Jun 02:18

What's changed / 更新内容

  • Fix: input-method (Chinese/IME) typing in the search and tag fields / 修复:搜索框与标签框的中文(输入法)输入
    Space and Enter are no longer hijacked for preview/paste while a text field is being edited — IME candidate selection (Space) and confirmation (Enter) now work. The panel also opens in navigation mode (the search box isn't auto-focused); click it to search.
    在文本框编辑/输入法合成时,空格与回车不再被「预览/粘贴」抢走——空格选候选词、回车确认候选均正常。面板打开默认是导航模式(搜索框不自动聚焦),点一下即可搜索。

Full changelog: v0.1.3...v0.1.4

Install / 安装

Download Clipd-0.1.4.dmg from this page, drag Clipd into Applications, then clear the quarantine flag once (signed but not notarized):
从本页下载 Clipd-0.1.4.dmg,将 Clipd 拖入应用程序,然后执行一次以清除隔离标记(已签名但未公证):

xattr -dr com.apple.quarantine /Applications/Clipd.app

Requires macOS 14 (Sonoma) or later. / 需要 macOS 14 (Sonoma) 及以上。

Clipd 0.1.3

Choose a tag to compare

@zxing258974 zxing258974 released this 26 Jun 07:27

What's changed / 更新内容

  • Tags / 标签 — right-click a card to create or toggle tags, then filter the bar by any tag; tagged cards show a tag chip.
    右击卡片新建或切换标签,顶部按任意标签筛选;打了标签的卡片显示标签 chip。
  • Right-click menu / 右键菜单 — Copy (write back to the clipboard without auto-paste) and Delete, right from a card.
    卡片右键支持「复制」(仅写回剪贴板,不自动粘贴)与「删除」。
  • Clearer pinned indicator / 更明显的固定标识 — the pinned dot is now an obvious pin icon.
    「已固定」从小圆点改为醒目的钉子图标。

Full changelog: v0.1.2...v0.1.3

Install / 安装

Download Clipd-0.1.3.dmg, drag Clipd into Applications, then clear the quarantine flag once (signed but not notarized):
下载 Clipd-0.1.3.dmg,将 Clipd 拖入应用程序,然后执行一次以清除隔离标记(已签名但未公证):

xattr -dr com.apple.quarantine /Applications/Clipd.app

Requires macOS 14 (Sonoma) or later. / 需要 macOS 14 (Sonoma) 及以上。

Clipd 0.1.2

Choose a tag to compare

@zxing258974 zxing258974 released this 26 Jun 05:39

What's changed / 更新内容

  • Space preview / 空格预览 — press Space on the selected card for a Quick Look–style preview: full text/code, full-resolution image, link, color swatch, or file paths. Arrows browse with the preview open, ⏎ pastes, esc/Space closes.
    选中卡片按 空格 大图预览(全文/代码、原图、链接、颜色、文件路径);预览中 ← → 切换、⏎ 粘贴、esc/空格 关闭。
  • Paste moves to top / 粘贴置顶 — pasting an item (double-click or ⏎) bumps it to the front, so reopening shows and selects it first.
    双击或回车粘贴某条历史后,它会置顶为最近使用,下次打开排在最前并被选中。
  • Hideable menu-bar icon / 菜单栏图标可隐藏 — Settings → General lets you hide the menu-bar icon (still summoned via the hotkey); a Quit button was added there too.
    设置 → 通用 可隐藏菜单栏图标(仍可用快捷键唤起),并新增「退出 Clipd」按钮。
  • Fix / 修复 — toggling the menu-bar icon no longer crashes (it recursed through the global UserDefaults notification and overflowed the stack).
    切换菜单栏图标不再崩溃(此前经全局 UserDefaults 通知递归爆栈)。

Full changelog: v0.1.1...v0.1.2

Install / 安装

Download Clipd-0.1.2.dmg, drag Clipd into Applications, then clear the quarantine flag once (signed but not notarized):
下载 Clipd-0.1.2.dmg,将 Clipd 拖入应用程序,然后执行一次以清除隔离标记(已签名但未公证):

xattr -dr com.apple.quarantine /Applications/Clipd.app

Requires macOS 14 (Sonoma) or later. / 需要 macOS 14 (Sonoma) 及以上。

Clipd 0.1.1

Choose a tag to compare

@zxing258974 zxing258974 released this 25 Jun 04:06

What's changed / 更新内容

  • Fix: the card bar now defaults to the first (newest) card every time it opens, instead of keeping the previous selection.
  • 修复: 每次唤起卡片栏都默认选中第一张(最新)卡片,不再保留上次的选中项。

Full changelog: v0.1.0...v0.1.1

Install / 安装

Download Clipd-0.1.1.dmg, drag Clipd into Applications, then clear the quarantine flag once (the build is signed but not notarized):

下载 Clipd-0.1.1.dmg,将 Clipd 拖入应用程序,然后执行一次以清除隔离标记(已签名但未公证):

xattr -dr com.apple.quarantine /Applications/Clipd.app

Requires macOS 14 (Sonoma) or later. / 需要 macOS 14 (Sonoma) 及以上。

Clipd 0.1.0

Choose a tag to compare

@zxing258974 zxing258974 released this 24 Jun 08:49

菜单栏剪贴板历史管理工具。

安装:打开 DMG,把 Clipd 拖到 Applications。
首次打开:右键 App →「打开」(开发签名,未公证)。