news 2026/6/4 22:28:18

跨设备粘贴板管理工具 CrossPaste

作者头像

张小明

前端开发工程师

1.2k 24
文章封面图
跨设备粘贴板管理工具 CrossPaste


链接:https://pan.quark.cn/s/090985c7351f

跨设备的通用粘贴板,在任意设备间复制粘贴,就像在同一台设备上操作一样自然流畅

软件特点

🔄 实时共享:设备之间实时共享粘贴板内容,操作自然流畅。
🖥️ 跨平台统一体验:Mac、Windows 和 Linux 版本界面一致,操作习惯无需改变。
📋 丰富的类型支持:轻松处理多种粘贴数据类型,包括文本、颜色、URL、HTML 富文本、图片和文件。
🔒 端到端加密保护:采用非对称加密算法,全方位保障数据安全。
🌐 仅局域网无服务器: 本地存储,无服务器架构。你的数据,唯你所有。隐私保护,由你掌控。
🧹 智能空间管理:提供多样化的自动清理选项,高效管理粘贴板存储空间,无需手动干预。

更新日志

v1.2.0.1444
Highlights 🌟
🌐 Persian Language Support Added
We’ve added support for Persian language (fa) to enhance international accessibility.
🔍 Enhanced Search Matching with ICU4J Tokenizer
Search experience has been significantly improved, especially for multi-language content and punctuation-based queries.
🧠 Auto-generate Text from HTML/RTF Clipboard
When copying rich content, plain text versions are now auto-generated to improve compatibility and fallback rendering.
🔄 HTML Charset Enforcement
Introduced ensureHtmlCharsetUtf8 to fix issues with incorrect HTML encoding on some systems, ensuring consistent display.
💡 New Guide Auto Switch
The usage guide now updates automatically when switching languages.
🤝 Recommendation Sharing Feature
Easily share CrossPaste with your friends through a new built-in recommendation system — complete with preview and social support.
🧪 New Unit Tests
Added tests to ensure correct behavior of reactive SyncRuntimeInfoDao flows.
🐧 Ubuntu .deb Package Support
Official .deb installation support for Ubuntu 22.04 LTS (Jammy) and later has been added.
Bug Fixes 🐛
🐛 Prevent crash by specifying parentCoroutineContext during port conflict
🐛 Fix IP address not syncing to other devices after DHCP reassignment
🐛 Fix AbstractMethodError in ExpandView
🐛 Correct background and icon color contrast
🐛 Fix ExpandView compilation issue on Android Compose
🐛 Revert TextOverflow to Ellipsis from Clip for better layout
🐛 Fix UI regression issues after refactor
🐛 Fix rememberCoroutineScope exits due to partial UI switching
🐛 Fix device sync control settings being unintentionally overridden
🐛 Fix SQLITE_BUSY caused by bulk deletion
🐛 Fix incorrect icon color in search window
New Features ✨
✨ Add auto-scroll support in ExpandView component
✨ Automatically update guide when switching languages
✨ Add recommendation sharing feature
✨ Auto-generate missing text from HTML/RTF clipboard
✨ Add ensureHtmlCharsetUtf8 method
UI Improvements 💄
💄 Create HighlightedCard display effect
💄 Add vertical alignment to DialogButtonsView button row
💄 Add leading/trailing icons to search input
💄 Change toast text alignment to Justify
💄 Use Divider (1.dp) in search window
💄 Switch default theme to blue Sea
💄 Enable scrolling for long text
💄 Improve DialogButtonsView spacing
💄 Implement spacing and sizing system
💄 Remove CursorWait usage for better UX
💄 Improve ToastView message readability
💄 Polish UI visuals and enhance consistency
Multiplatform & Refactor & Code Style 🔨
🔨 Improve ExpandView to support platform-specific rendering
🔨 Use DI to provide Platform instance for better testability
🔨 Migrate deprecated APIs for JDK 21 compatibility
🔨 Move core initialization to InitPasteDataService
🔨 Obtain DesktopAppSize through DI framework
🔨 Rename GlobalCopywriter with platform prefix
🔨 Remove MobileExpandView since desktop is fully handled
🔨 Limit windowDecorationHeight to desktop
🔨 Extract all textStyles to AppUIFont
🔨 Replace toByteArray with encodeToByteArray for UTF-8
🔨 Remove redundant encodeToString import
🔨 Extract UI constants to AppUISize, AppUIFont, AppUIColors
Dependencies ⬆️
⬆️ Bump org.jsoup:jsoup from 1.19.1 → 1.20.1
⬆️ Bump io.mockk:mockk from 1.14.0 → 1.14.2
⬆️ Bump ktor from 3.1.2 → 3.1.3
⬆️ Bump compose from 1.8.0 → 1.8.1 → 1.8.2
⬆️ Bump compose-plugin from 1.7.3 → 1.8.0 → 1.8.1
⬆️ Bump lifecycle from 2.8.4 → 2.9.0-beta01 → 2.9.0
⬆️ Bump coil from 3.1.0 → 3.2.0
⬆️ Bump kotlin from 2.1.20 → 2.1.21
⬆️ Bump sqldelight from 2.0.2 → 2.1.0, then reverted
⬆️ Bump org.jlleitschuh.gradle.ktlint from 12.2.0 → 12.3.0
⬆️ Bump com.valentinilk.shimmer:compose-shimmer from 1.3.2 → 1.3.3
⬆️ Bump okio from 3.11.0 → 3.12.0
⬆️ Bump webp-imageio from 0.9.0 → 0.10.0
Documentation 📝
📝 Update changelog
📝 Add DeepWiki official badge
📝 Add sponsors and GitHub star buttons to README
Build & Tooling 👷
👷 Upgrade JBR to 21.0.7b968.13
👷 Upgrade Conveyor to 18.1 and JDK to 21

版权声明: 本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若内容造成侵权/违法违规/事实不符,请联系邮箱:809451989@qq.com进行投诉反馈,一经查实,立即删除!
网站建设 2026/5/29 11:25:58

Ranger部署

最近要使用ranger来负责Hadoop-HDFS的路径权限,在此分享记录一下从源码编译开始的部署方式 一、Ranger的安装需要从源码开始编译,因此你需要在Linux上准备好下面的东西 maven3 我本地编译ranger26用的3.9.9的 git python3 这里有个大坑,编译时要py3,但是后面初始化脚本又…

作者头像 李华
网站建设 2026/6/3 2:22:10

Python 图形任意角度旋转完整解决方案:原理、实现与可视化展示

在 Python 图像处理、计算机视觉、数据可视化等领域,图形旋转是一项基础且高频的操作。无论是图像矫正、数据图表旋转,还是游戏开发中的精灵动画,都需要实现精准的任意角度旋转(含 0-360 整数角度与小数角度)。本文将从…

作者头像 李华
网站建设 2026/5/31 4:37:11

当路径规划遇上时间窗:冷链物流那些不得不说的套路

路径规划,车辆路径优化,MATLAB,带时间窗及其他各类需求均可,基于车辆的带时间窗的车辆路径优化VRPTW问题。 冷链物流车辆路径优化,考虑充电桩车辆路径evrp,多配送中心车辆路径优化。 改进遗传算法车辆路径优…

作者头像 李华
网站建设 2026/5/24 1:48:42

4.1 Client-go架构解密:Kubernetes客户端开发核心技术剖析

5.1 Client-go架构解密:Kubernetes客户端开发核心技术剖析 在云原生时代,Kubernetes已经成为容器编排的事实标准。而Client-go作为官方提供的Go语言客户端库,是我们与Kubernetes API交互的核心工具。本节课我们将深入剖析Client-go的架构设计,帮助你全面掌握这个强大的客户…

作者头像 李华
网站建设 2026/5/29 19:47:58

5.1 ChatGPT API 接入实战:让你的应用拥有智能对话能力

5.1 ChatGPT API 接入实战:让你的应用拥有智能对话能力 在AIOps时代,将大语言模型集成到企业应用中已成为提升智能化水平的重要手段。OpenAI的ChatGPT API为开发者提供了简单而强大的接口,可以快速为应用添加智能对话能力。本文将详细介绍如何接入和使用ChatGPT API,并通过…

作者头像 李华