Skip to content

Releases: shiqkuangsan/Recopy

Recopy v1.5.1

25 Mar 15:20

Choose a tag to compare

Recopy v1.5.1 — Windows Fixes & Theme Improvements

A patch release focused on Windows platform stability and cross-platform polish.

Bug Fixes

🖥️ Windows HUD visibility — Copy feedback HUD now renders a frosted background on Windows. macOS retains the native vibrancy effect.

Windows autostart self-healing — If the system registry entry is lost (a known upstream issue), Recopy re-registers on every launch. The toggle now calls the system plugin before writing to the database, preventing UI/DB drift on failure.

🖱️ Windows diagonal scrolling — Mouse wheel in grouped mode no longer scrolls diagonally. Replaced the naive deltaX check with axis-intent detection that handles mixed-axis input from Precision Touchpads and high-resolution mice. Added deltaMode normalization for consistent scroll speed.

🎨 System theme follow — Settings and Preview windows now dynamically follow system theme changes via Tauri's native onThemeChanged event.

Improvements

🔗 Gitee mirror link — Added a direct link to the Gitee mirror in the About section for users in China.

🌐 Download source — Website now uses Gitee as the primary download source with GitHub fallback.

Downloads

Platform File
macOS (Apple Silicon) Recopy_1.5.1_aarch64.dmg
macOS (Intel) Recopy_1.5.1_x64.dmg
Windows (x64) Recopy_1.5.1_x64-setup.exe

Notes

  • macOS: The app is not notarized yet. On first launch: right-click → Open → confirm. See Installation Guide.
  • Windows autostart: If you previously enabled auto-start and it wasn't working, simply re-enable the toggle in Settings — the self-healing mechanism will take effect on next launch.

Recopy v1.5.1 — Windows 修复与主题改进

专注于 Windows 平台稳定性和跨平台体验的补丁版本。

Bug 修复

🖥️ Windows HUD 可见性 — 复制反馈 HUD 在 Windows 上现在渲染毛玻璃背景。macOS 保持原生效果。

Windows 开机自启自愈 — 如果系统注册表条目丢失(已知的上游问题),Recopy 在每次启动时重新注册。开关现在先调用系统插件再写入数据库,防止插件失败时界面与数据不一致。

🖱️ Windows 滚轮斜向滚动 — 分组模式下鼠标滚轮不再斜向滚动。用轴意图检测替换了简单的 deltaX 判断,正确处理精确触控板和高分辨率鼠标的混合轴输入。新增 deltaMode 归一化以确保一致的滚动速度。

🎨 系统主题跟随 — 设置窗口和预览窗口现在通过 Tauri 原生 onThemeChanged 事件动态跟随系统主题变化。

改进

🔗 Gitee 镜像链接 — 在关于页面添加了 Gitee 镜像的直达链接,方便国内用户。

🌐 下载源切换 — 网站现在以 Gitee 为主下载源,GitHub 为备用。

下载

平台 文件
macOS (Apple Silicon) Recopy_1.5.1_aarch64.dmg
macOS (Intel) Recopy_1.5.1_x64.dmg
Windows (x64) Recopy_1.5.1_x64-setup.exe

说明

  • macOS: 应用尚未公证。首次打开:右键 → 打开 → 确认。详见 安装指南
  • Windows 开机自启: 如果您之前开启了自启动但未生效,只需在设置中重新开启开关——自愈机制将在下次启动时生效。

Recopy v1.5.0

18 Mar 04:16

Choose a tag to compare

Recopy v1.5.0 — Quick Paste & Polished Experience

This release introduces quick paste shortcuts, a thumbnail memory optimization, and a batch of UI/UX fixes that make the panel feel more stable and responsive.

What's New

Features

  • Quick paste shortcuts (FR-042): Press Cmd+1 through Cmd+9 to instantly paste items — in grouped mode by selected group index, in flat mode by top 9 items
  • Thumbnail LRU cache (FR-021): Thumbnails are now managed by an LRU cache (capacity 200) that automatically revokes blob URLs on eviction, preventing memory leaks during long sessions
  • Clickable favorite star (FR-040): Click the star icon on cards to unfavorite directly, with correct list refresh in pins view

Fixes

  • Notch display support: Top-mode panel content no longer overlaps the notch on MacBook Pro; preview window also clamps below the menu bar
  • Virtual list stability: Fixed position jumps when paginating in both grouped and flat modes
  • Search context preservation: Toggling favorites no longer clears the active search query
  • HUD light theme: Softened copy HUD text/icon color for better readability in light mode
  • Card layout: Improved header padding for image/file size text; favorite/delete icons moved to card overlay

Downloads

Platform File
macOS (Apple Silicon) Recopy_1.5.0_aarch64.dmg
macOS (Intel) Recopy_1.5.0_x64.dmg
Windows (64-bit) Recopy_1.5.0_x64-setup.exe

Notes

  • macOS: The app is not notarized yet. On first launch: right-click → Open → confirm. See Installation Guide.
  • Tested on macOS (Apple Silicon) and Windows 10/11.

Recopy v1.5.0 — 快捷粘贴与体验打磨

本次更新带来快捷数字粘贴、缩略图内存优化,以及一系列让面板更稳定流畅的 UI/UX 修复。

更新内容

新功能

  • Cmd+数字快捷粘贴 (FR-042):Cmd+1Cmd+9 即可快速粘贴条目——分组模式按选中组编号,平铺模式按前 9 条
  • 缩略图 LRU 缓存 (FR-021): 缩略图现由 LRU 缓存管理(容量 200),淘汰时自动回收 blob URL,防止长时间使用后内存泄漏
  • 点击星标取消收藏 (FR-040): 直接点击卡片上的星标图标即可取消收藏,收藏视图正确刷新

修复

  • 刘海屏适配: Top 模式下面板内容不再被 MacBook Pro 刘海遮挡;预览窗口也会避开菜单栏
  • 虚拟列表稳定性: 修复分组和平铺模式下翻页时的位置跳动
  • 搜索上下文保留: 切换收藏状态不再清除当前搜索词
  • HUD 浅色主题: 优化复制提示在浅色模式下的文字/图标颜色
  • 卡片布局: 改善图片/文件大小文字的头部间距;收藏/删除图标移至卡片悬浮层

下载

平台 文件
macOS (Apple Silicon) Recopy_1.5.0_aarch64.dmg
macOS (Intel) Recopy_1.5.0_x64.dmg
Windows (64-bit) Recopy_1.5.0_x64-setup.exe

说明

  • macOS: 应用尚未公证。首次打开:右键 → 打开 → 确认。详见 安装指南
  • 已在 macOS (Apple Silicon) 和 Windows 10/11 上测试。

Recopy v1.4.0

14 Mar 16:58

Choose a tag to compare

Recopy v1.4.0 — Tray Control & Reliable Paste

This release adds tray icon visibility control for macOS and fixes a critical paste simulation issue in release builds.

Highlights

  • Tray icon toggle (macOS): New Settings option to show/hide the menu bar tray icon. A safety guard prevents hiding when no global shortcut is configured.
  • Reliable paste simulation: Rewrote CGEvent implementation with proper permission checks, event suppression, and left-Command flag for broad app compatibility.
  • Stable code signing: Self-signed certificate ensures macOS Accessibility permissions persist across updates — no more re-granting after every install.
  • Platform-aware Settings: macOS-only options (Accessibility, tray icon) are now hidden on Windows.
  • Comprehensive test suite: Added 244 frontend unit tests covering stores, hooks, and components.

Downloads

Platform File
macOS (Apple Silicon) Recopy_1.4.0_aarch64.dmg
macOS (Intel) Recopy_1.4.0_x64.dmg
Windows (x64) Recopy_1.4.0_x64-setup.exe

Notes

  • macOS: The app is not notarized yet. On first launch: right-click → Open → confirm. See Installation Guide.

Recopy v1.4.0 — 托盘控制 & 可靠粘贴

本版新增 macOS 托盘图标显隐控制,并修复了发布版本中粘贴模拟失效的关键问题。

亮点

  • 托盘图标开关(macOS):设置中新增"显示托盘图标"开关,关闭前会检查全局快捷键是否已配置,防止失去操控入口。
  • 可靠的粘贴模拟:重写 CGEvent 实现,增加权限预检、事件抑制和左 Command 标志,兼容更多应用。
  • 稳定的代码签名:自签名证书确保 macOS 辅助功能权限在更新后持续有效,无需每次重新授权。
  • 平台感知的设置页:macOS 专属选项(辅助功能、托盘图标)在 Windows 上自动隐藏。
  • 完善的测试覆盖:新增 244 个前端单元测试,覆盖 stores、hooks 和组件。

下载

平台 文件
macOS (Apple Silicon) Recopy_1.4.0_aarch64.dmg
macOS (Intel) Recopy_1.4.0_x64.dmg
Windows (x64) Recopy_1.4.0_x64-setup.exe

说明

  • macOS: 应用尚未公证。首次打开:右键 → 打开 → 确认。详见 安装指南

Recopy v1.3.2

12 Mar 08:11

Choose a tag to compare

Recopy v1.3.2 — China Mainland Update Distribution

This release adds Gitee as a mirror endpoint for the in-app updater, enabling smoother update experience for users in China mainland.

What's New

Features

  • Add Gitee mirror as primary updater endpoint for China mainland users, with automatic fallback to GitHub

Fixes

  • Fix Homebrew cask auto-update using correct secret name
  • Fix Gitee release sync to use actual release notes instead of placeholder text

Chores

  • Bump production dependencies (Tauri plugins, i18next, etc.)

Downloads

Platform File
macOS (Apple Silicon) Recopy_1.3.2_aarch64.dmg
macOS (Intel) Recopy_1.3.2_x64.dmg
Windows (64-bit) Recopy_1.3.2_x64-setup.exe

Notes

  • macOS: The app is not notarized yet. On first launch: right-click → Open → confirm. See Installation Guide.
  • Windows and macOS (Intel) builds are CI-tested but not manually verified on physical hardware.

Recopy v1.3.2 — 大陆更新分发支持

本次更新为应用内更新器添加了 Gitee 镜像端点,大幅改善中国大陆用户的更新体验。

更新内容

新功能

  • 新增 Gitee 镜像作为大陆用户的首选更新端点,自动回退至 GitHub

修复

  • 修复 Homebrew cask 自动更新使用的 secret 名称
  • 修复 Gitee 发布同步使用实际 release notes 而非占位文本

维护

  • 更新生产依赖(Tauri 插件、i18next 等)

下载

平台 文件
macOS (Apple Silicon) Recopy_1.3.2_aarch64.dmg
macOS (Intel) Recopy_1.3.2_x64.dmg
Windows (64 位) Recopy_1.3.2_x64-setup.exe

说明

  • macOS: 应用尚未公证。首次打开:右键 → 打开 → 确认。详见 安装指南
  • Windows 和 macOS (Intel) 构建由 CI 测试,未在实体设备上手动验证。

Recopy v1.3.1

12 Mar 05:21

Choose a tag to compare

Recopy v1.3.1 — Hotfix

A quick patch release with a faster update check and dependency updates.

Fixes

  • Faster update check — Prioritized GitHub endpoint over Cloudflare proxy, eliminating long timeouts for users in regions where pages.dev is unreachable

Improvements

  • CI: Auto-update Homebrew cask — Homebrew tap now updates automatically on every release
  • Dependencies updated — npm production/dev deps and Cargo deps bumped to latest

Downloads

Platform File
macOS (Apple Silicon) Recopy_1.3.1_aarch64.dmg
macOS (Intel) Recopy_1.3.1_x64.dmg
Windows (x64) Recopy_1.3.1_x64-setup.exe

Notes

  • macOS: The app is not notarized yet. On first launch: right-click → Open → confirm. See Installation Guide.
  • Homebrew: brew upgrade recopy to get the latest version.

Recopy v1.3.1 — 热修复

快速补丁版本,修复更新检查缓慢问题并更新依赖。

修复

  • 更新检查加速 — 将 GitHub 端点优先于 Cloudflare 代理,消除 pages.dev 不可达地区的长时间超时等待

改进

  • CI:自动更新 Homebrew cask — 每次发版后 Homebrew tap 自动同步更新
  • 依赖更新 — npm 生产/开发依赖及 Cargo 依赖更新至最新版本

下载

平台 文件
macOS (Apple Silicon) Recopy_1.3.1_aarch64.dmg
macOS (Intel) Recopy_1.3.1_x64.dmg
Windows (x64) Recopy_1.3.1_x64-setup.exe

说明

  • macOS: 应用尚未公证。首次打开:右键 → 打开 → 确认。详见 安装指南
  • Homebrew: 执行 brew upgrade recopy 即可获取最新版本。

Recopy v1.3.0

12 Mar 03:11

Choose a tag to compare

Recopy v1.3.0 — Multi-Monitor & Flat Mode

A feature-packed release bringing multi-monitor support, a new flat display mode, list virtualization for snappy performance, and a faster paste engine.

What's New

Features

  • Multi-monitor panel positioning — Panel now appears on the monitor where your cursor is
  • Single-row flat mode — New compact horizontal layout for top/bottom panel positions
  • List virtualization & incremental loading — Smooth scrolling even with thousands of items
  • Storage usage display — See how much space your clipboard history takes in Settings
  • Scroll-to-top shortcuts & tab click behavior — Click the active tab to jump back to top
  • Changelog link in About page — Quick access to release history
  • Cloudflare proxy for Tauri updater — Improved update delivery for users behind restrictive networks

Performance

  • CGEvent paste simulation — Replaced osascript with native CGEvent API for faster, more reliable Cmd+V simulation

Fixes

  • Panel positioning correctly detects menu bar height on notched MacBooks (left/right mode)
  • Flat mode card vertical centering and scroll positioning
  • Arrow key navigation and search focus corrected for top panel mode
  • Date group scrolls into viewport on keyboard navigation
  • Search clear button hidden when input is whitespace-only
  • Default theme changed from dark to system for new installations
  • Migration checksum restored to prevent upgrade crashes
  • Default page size increased to 500 for full history coverage
  • Windows: Respect close_on_blur setting, blur debounce, click-outside close, resize filtering, preview/settings fixes, duplicate RECT struct removed

Downloads

Platform File
macOS (Apple Silicon) Recopy_1.3.0_aarch64.dmg
macOS (Intel) Recopy_1.3.0_x64.dmg
Windows (x64) Recopy_1.3.0_x64-setup.exe

Notes

  • macOS: The app is not notarized yet. On first launch: right-click → Open → confirm. See Installation Guide.
  • Existing users will receive an in-app update notification based on their update check interval setting.

Recopy v1.3.0 — 多显示器支持 & 平铺模式

功能丰富的版本更新,带来多显示器支持、全新平铺显示模式、列表虚拟化以提升性能,以及更快的粘贴引擎。

新功能

功能特性

  • 多显示器面板定位 — 面板自动出现在光标所在的显示器上
  • 单行平铺模式 — 顶部/底部面板位置的全新紧凑横向布局
  • 列表虚拟化与增量加载 — 即使数千条记录也能流畅滚动
  • 存储空间用量显示 — 在设置中查看剪贴板历史占用空间
  • 滚动到顶部快捷键与标签页点击行为 — 点击当前标签页可快速回到顶部
  • 关于页面添加更新日志链接 — 快速访问版本历史
  • Cloudflare 代理更新通道 — 改善网络受限环境下的更新体验

性能优化

  • CGEvent 粘贴模拟 — 使用原生 CGEvent API 替代 osascript,粘贴更快更稳定

问题修复

  • 刘海屏 MacBook 左右模式下正确检测菜单栏高度
  • 平铺模式卡片垂直居中和滚动定位修复
  • 顶部面板模式下方向键导航和搜索聚焦修正
  • 键盘导航时日期分组自动滚动到可视区域
  • 搜索框内容为空白时隐藏清除按钮
  • 新安装默认主题从深色改为跟随系统
  • 恢复迁移校验和,防止升级崩溃
  • 默认页面大小增至 500 以覆盖完整历史
  • Windows: 修复失焦关闭设置、模糊防抖、点击外部关闭、窗口大小过滤、预览/设置窗口问题、移除重复 RECT 结构定义

下载

平台 文件
macOS (Apple Silicon) Recopy_1.3.0_aarch64.dmg
macOS (Intel) Recopy_1.3.0_x64.dmg
Windows (x64) Recopy_1.3.0_x64-setup.exe

说明

  • macOS: 应用尚未公证。首次打开:右键 → 打开 → 确认。详见 安装指南
  • 已有用户会根据设置的更新检查频率收到应用内更新通知。

Recopy v1.2.0

08 Mar 15:00

Choose a tag to compare

Recopy v1.2.0 — Windows Non-Activating Window & Panel Position

A major platform parity release: Windows now matches macOS with a non-activating floating panel that never steals focus from your active app. Plus, you can now place the panel on any edge of your screen.

What's New

Windows Non-Activating Window (contributed by @darkingtail)

  • Panel opens without stealing focus — your active app keeps keyboard input
  • Global keyboard hook intercepts navigation keys (arrows, Enter, Space, Escape, Ctrl+C/F/,)
  • Two operation modes: Floating (via shortcut, previous app keeps focus) and Activated (via click, normal input)
  • SendInput Ctrl+V paste simulation — paste now works on Windows
  • Dedicated hook thread with proper Win32 message pump
  • Preview window also shown non-activating in floating mode

Configurable Panel Position

  • Place the panel at bottom, top, left, or right of your screen
  • Vertical mode (left/right) with redesigned icon-only TypeFilter topbar
  • Sticky frosted-glass date group headers in vertical mode
  • Settings → General → Panel Position

Search & UI Improvements

  • Multi-keyword AND search (space-separated tokens)
  • Click date label to scroll card row back to start
  • Click sticky date header to scroll group to top

Website

  • Updated feature cards and tech highlights for v1.2.0
  • Cloudflare download proxy for China accessibility
  • Homebrew install instructions with click-to-copy

Bug Fixes

  • Windows: edge resize, space key repeat toggling preview, preview window stealing focus
  • Panel: preview positioning for all directions, menu bar overlap in left/right mode
  • Search: preserve query when switching tabs, respect viewMode in favorites
  • UI: favorite star overlap with delete button, HUD text invisible in light theme, Radix Tooltip for TypeFilter icons

Downloads

Platform File
macOS (Apple Silicon) Recopy_1.2.0_aarch64.dmg
macOS (Intel) Recopy_1.2.0_x64.dmg
Windows (x64) Recopy_1.2.0_x64-setup.exe

Notes

  • macOS: The app is not notarized yet. On first launch: right-click → Open → confirm, or run xattr -d com.apple.quarantine /Applications/Recopy.app. See Installation Guide.
  • Windows: The non-activating window uses WH_KEYBOARD_LL hook. Unsigned builds may trigger SmartScreen or antivirus warnings.
  • Homebrew: brew install --cask shiqkuangsan/recopy/recopy or brew upgrade --cask recopy

Recopy v1.2.0 — Windows 非激活窗口 & 面板位置配置

重大平台对齐版本:Windows 现已与 macOS 一致,使用非激活浮窗面板,不再抢夺前台应用焦点。此外,面板现在可以放置在屏幕的任意边缘。

新功能

Windows 非激活窗口(由 @darkingtail 贡献)

  • 面板打开时不抢焦点 — 前台应用保持键盘输入
  • 全局键盘钩子拦截导航键(方向键、Enter、Space、Escape、Ctrl+C/F/,)
  • 两种操作模式:浮窗模式(快捷键召唤,前台应用保持焦点)和激活模式(点击面板,正常输入)
  • SendInput Ctrl+V 粘贴模拟 — Windows 粘贴功能正式可用
  • 专用钩子线程 + Win32 消息泵
  • 预览窗口在浮窗模式下同样不抢焦点

面板位置可配置

  • 支持底部、顶部、左侧、右侧四向放置
  • 左/右垂直模式下重设计的图标化 TypeFilter 顶栏
  • 垂直模式下毛玻璃粘性日期分组头
  • 设置 → 通用 → 面板位置

搜索与 UI 改进

  • 多关键词 AND 搜索(空格分隔)
  • 点击日期标签可将卡片行滚回起始位置
  • 点击粘性日期头可滚动到该组顶部

网站更新

  • 更新功能特性卡片和技术内核对比表
  • Cloudflare 下载代理,优化国内访问
  • Homebrew 安装说明,支持一键复制

Bug 修复

  • Windows:边缘拖拽调整大小、空格键重复切换预览、预览窗口抢焦点
  • 面板:各方向预览窗口定位、左/右模式菜单栏重叠
  • 搜索:切换 tab 保留查询词、收藏 tab 搜索尊重 viewMode
  • UI:收藏星标与删除按钮重叠、HUD 文本浅色主题不可见、TypeFilter 图标使用 Radix Tooltip

下载

平台 文件
macOS (Apple Silicon) Recopy_1.2.0_aarch64.dmg
macOS (Intel) Recopy_1.2.0_x64.dmg
Windows (x64) Recopy_1.2.0_x64-setup.exe

说明

  • macOS: 应用尚未公证。首次打开:右键 → 打开 → 确认,或运行 xattr -d com.apple.quarantine /Applications/Recopy.app。详见 安装指南
  • Windows: 非激活窗口使用 WH_KEYBOARD_LL 钩子。未签名版本可能触发 SmartScreen 或杀毒软件警告。
  • Homebrew: brew install --cask shiqkuangsan/recopy/recopybrew upgrade --cask recopy

Recopy v1.1.0

05 Mar 05:35

Choose a tag to compare

Recopy v1.1.0 — Smarter Search, Better Control

A feature-packed update that brings multi-token search, retention policies, privacy transparency, and numerous UI/UX improvements.

What's New

Features

  • Multi-token AND search — space-separated keywords match independently for precise filtering
  • Retention policy cleanup on startup — automatically enforces configured retention limits
  • Configurable image size limit — now applies to image content capture
  • Privacy & storage info panel in Settings
  • Retention cleanup hint when policy is active
  • Hover delete button + Delete/Backspace keyboard shortcut for quick item removal
  • Visual drag handle at panel top for easier resizing
  • Improved rich text card readability (whitespace-pre-wrap)
  • Tray icon tooltip showing app name

Fixes

  • (Windows) Preview window no longer steals focus or breaks blur-to-hide
  • (Windows) Honor close_on_blur setting in preview blur handler
  • (Windows) Enable mouse wheel scrolling on horizontal card rows
  • Panel content stays visible when close_on_blur is disabled
  • Strip background styles from rich text preview
  • Ensure all NSPanel operations dispatch to main thread
  • macOS app icon with standard padding
  • Settings update button alignment and window sizing

Under the Hood

  • Replaced third-party tauri-nspanel with built-in NSPanel module
  • ESLint 9 + Prettier + cargo fmt lint pipeline
  • CI/CD workflow hardening
  • Dependency updates (Cargo, npm, GitHub Actions)

Downloads

Platform File
macOS (Apple Silicon) Recopy_1.1.0_aarch64.dmg
macOS (Intel) Recopy_1.1.0_x64.dmg
Windows (x64) Recopy_1.1.0_x64-setup.exe

Notes

  • macOS: The app is not notarized yet. On first launch: right-click → Open → confirm. See Installation Guide.
  • Windows: Tested via CI build. Community feedback welcome.

Recopy v1.1.0 — 更智能的搜索,更精细的控制

本次更新带来多词搜索、保留策略、隐私透明化,以及大量 UI/UX 改进。

新功能

功能特性

  • 多词 AND 搜索 — 空格分隔关键词独立匹配,精准过滤
  • 启动时自动执行保留策略清理
  • 图片大小限制配置生效
  • 设置页新增隐私与存储说明面板
  • 保留策略激活时显示清理提示
  • 卡片悬停显示删除按钮 + Delete/Backspace 快捷键快速删除
  • 面板顶部可视化拖拽把手
  • 富文本卡片可读性提升(保留换行格式)
  • 托盘图标显示应用名称

问题修复

  • (Windows) 预览窗口不再抢夺焦点或破坏失焦隐藏
  • (Windows) 预览窗口正确遵循「失焦关闭」设置
  • (Windows) 横向卡片行支持鼠标滚轮滚动
  • 关闭「失焦隐藏」时面板内容保持可见
  • 富文本预览剥离背景样式
  • 确保所有 NSPanel 操作在主线程执行
  • macOS 应用图标标准内边距
  • 设置页更新按钮对齐与窗口尺寸调整

底层优化

  • 内置 NSPanel 模块替换第三方依赖
  • ESLint 9 + Prettier + cargo fmt 代码规范工具链
  • CI/CD 工作流加固
  • 依赖更新(Cargo、npm、GitHub Actions)

下载

平台 文件
macOS (Apple Silicon) Recopy_1.1.0_aarch64.dmg
macOS (Intel) Recopy_1.1.0_x64.dmg
Windows (x64) Recopy_1.1.0_x64-setup.exe

说明

  • macOS: 应用尚未公证。首次打开:右键 → 打开 → 确认。详见 安装指南
  • Windows: 通过 CI 构建测试,欢迎社区反馈。

Recopy v1.0.3

01 Mar 17:55

Choose a tag to compare

Recopy v1.0.3 — Homebrew & Settings Upgrade

Minor release with Homebrew install support, manual update check, and improved Settings page.

What's New

  • Homebrew support — Install via brew install --cask shiqkuangsan/recopy/recopy, auto-updated on each release
  • Manual update check — "Check for Updates" button in Settings with inline status feedback
  • Settings About redesign — Added homepage, feedback link; removed developer-only tech stack details

Website & Docs

  • Homebrew install/update commands on landing page (click to copy)
  • README updated with Homebrew installation instructions
  • Language preference now persists across page reloads
  • App icon in navbar, optimized preview images (WebP), lightbox zoom

Downloads

Platform File
macOS (Apple Silicon) Recopy_1.0.3_aarch64.dmg
macOS (Intel) Recopy_1.0.3_x64.dmg
Windows (64-bit) Recopy_1.0.3_x64-setup.exe

Notes

  • macOS: The app is not notarized yet. On first launch: right-click → Open → confirm. See Installation Guide.
  • Homebrew: brew install --cask shiqkuangsan/recopy/recopy — first release with Homebrew tap support.

Recopy v1.0.3 — Homebrew 支持 & 设置页升级

小版本更新:支持 Homebrew 安装、手动检查更新、设置页优化。

新功能

  • Homebrew 支持 — 通过 brew install --cask shiqkuangsan/recopy/recopy 安装,每次发版自动同步
  • 手动检查更新 — 设置页新增"检查更新"按钮,内联显示检查/下载/重启状态
  • 设置页关于重构 — 新增官网、反馈入口;移除用户无需关注的技术栈信息

网站 & 文档

  • 落地页新增 Homebrew 安装/更新命令(点击复制)
  • README 新增 Homebrew 安装说明
  • 网站语言偏好支持跨页面持久化
  • 导航栏使用应用图标、预览图优化为 WebP 格式、新增灯箱缩放

下载

平台 文件
macOS (Apple Silicon) Recopy_1.0.3_aarch64.dmg
macOS (Intel) Recopy_1.0.3_x64.dmg
Windows (64-bit) Recopy_1.0.3_x64-setup.exe

说明

  • macOS: 应用尚未公证。首次打开:右键 → 打开 → 确认。详见 安装指南
  • Homebrew: brew install --cask shiqkuangsan/recopy/recopy — 首次支持 Homebrew 安装。

Recopy v1.0.2

28 Feb 16:32

Choose a tag to compare

Recopy v1.0.2 — Polish & Permissions

A quality-of-life update focused on interaction polish, permission fixes, and a hidden surprise for the curious.

What's New

  • Click-to-open Accessibility settings: The macOS privacy guide now lets you jump directly to System Settings → Accessibility with one click
  • Manual update check: Settings window can now properly check for updates (FR-029)
  • Cursor pointer fix: All interactive elements (buttons, switches, selects) now correctly show pointer cursor in Tailwind v4
  • Easter egg: Try clicking the app name in the panel header... keep going 🐱

Fixes

  • Fixed settings window missing core permissions for version display
  • Added macOS installation guide link to release note templates

Downloads

Platform File
macOS (Apple Silicon) Recopy_1.0.2_aarch64.dmg
macOS (Intel) Recopy_1.0.2_x64.dmg
Windows (x64) Recopy_1.0.2_x64-setup.exe

Notes

  • macOS: The app is not notarized yet. On first launch: right-click → Open → confirm. See Installation Guide.
  • Windows build is not tested by the maintainer — feedback welcome.

Recopy v1.0.2 — 交互打磨与权限修复

一次专注于交互细节打磨、权限修复和小彩蛋的质量更新。

新功能

  • 一键跳转辅助功能设置:macOS 隐私引导页现在可以直接点击跳转到系统设置 → 辅助功能
  • 手动检查更新:设置窗口现在可以正常检查更新了(FR-029)
  • 光标指针修复:所有交互元素(按钮、开关、下拉框)在 Tailwind v4 下正确显示手型光标
  • 彩蛋:试试点击面板顶部的应用名称…多点几下 🐱

修复

  • 修复设置窗口缺少核心权限导致无法显示版本号的问题
  • 发版模板中补充了 macOS 安装指南链接

下载

平台 文件
macOS (Apple Silicon) Recopy_1.0.2_aarch64.dmg
macOS (Intel) Recopy_1.0.2_x64.dmg
Windows (x64) Recopy_1.0.2_x64-setup.exe

说明

  • macOS: 应用尚未公证。首次打开:右键 → 打开 → 确认。详见 安装指南
  • Windows 构建未经维护者测试,欢迎反馈。