14.0.0 Latest版本更新//2026.02.24,已上传蓝奏云。
新增内容
Tab encryption support. Allows encrypting all tab data on disk using a single
支持制表符加密。允许用一个工具加密磁盘上的所有标签页数据
custom password. Common keychain software to store the password can be also
自定义密码。常用的钥匙扣软件也可以用于存储密码
enabled with password expiration (locking tabs).
启用密码过期(锁定标签页)。
Note for packagers: This requires QCA and QtKeychain libraries, but it can be
给打包员的说明:这需要 QCA 和 QtKeychain 库,但它可以是
disabled at build time with CMake options WITH_QCA_ENCRYPTION and
在构建时禁用,CMake 选项为 WITH_QCA_ENCRYPTION 和
Audio playback via playSound() script function for playing WAV, MP3 and
通过 playSound() 脚本功能播放音频,用于播放 WAV、MP3 和
Note for packagers: This requires miniaudio library, but it can be disabled
给打包员的说明:这需要 miniaudio 库,但可以禁用
at build time with CMake option WITH_AUDIO.
在构建时使用 CMake 选项 WITH_AUDIO。
New script function stats() for gathering runtime statistics (memory usage,
新的脚本函数 stats() 用于收集运行时统计(内存使用,
UI elements, tab state, loaded plugins, running actions).
UI元素、标签页状态、加载插件、运行动作)。
Nord themes. Thanks to @ArtyomBabiy.
诺德主题。多亏了@ArtyomBabiy。
Theme is applied to the About dialog (#3296).
主题应用于关于对话框( #3296 )。
Log directory can be changed using COPYQ_LOG_DIR environment variable
日志目录可以通过COPYQ_LOG_DIR环境变量进行更改
(if COPYQ_LOG_FILE is not used).
(如果未使用COPYQ_LOG_FILE)。
GNOME: Clipboard monitoring support using a custom GNOME extension
GNOME:使用自定义GNOME扩展支持剪贴板监控
X11: Portal for global shortcuts can be enabled with COPYQ_USE_PORTAL
X11:可启用全局快捷方式门户COPYQ_USE_PORTAL
environment variable. 环境变量。
Changed 变了
Long texts in the editor are no longer syntax-highlighted to avoid
编辑器中的长文本不再用语法高亮显示以避免
slowdowns (#3340). 速度减慢( #3340 )。
ItemSelection() and selectItems() preserve the original selection
ItemSelection() 和 selectItems() 保留原始选择
order (#3271). 顺序( #3271 )。
"Show the tray menu" command is excluded from the tray menu (#3353).
“显示托盘菜单”命令在托盘菜单中被排除( #3353 )。
Content dialog now shows data for the first format when opened (#3404).
内容对话框现在打开时会显示第一个格式的数据 #3404 ( )。
Option close_on_unfocus_extra_delay_ms can now be changed via config() (#3286).
现在可以通过 config() ( #3286 ) 来更改选项 close_on_unfocus_extra_delay_ms 。
Use COPYQ_LOG_FILE for logging into single file without adding extra suffix
用COPYQ_LOG_FILE登录单文件,无需添加额外后缀
for process PID. 用于流程PID。
Tests are no longer part of the application (#3274).
测试不再是应用的一部分( #3274 )。
X11: Reduced blocking calls when showing the main window, improving
X11:减少显示主窗口时的阻塞呼叫,改进
responsiveness after idle (#2877).
怠速后的响应性( #2877 )。
Fixed 固定
Fixes pinned item duplication on clipboard re-read (#3131, #3042).
修复剪贴板重读 #3131 时置顶的项目重复( #3042 , )。
Fixes potential data loss on partial tab rename failure during drag-and-drop.
修复拖放过程中部分标签重命名失败时可能丢失的数据。
Fixes drag-and-drop expanding collapsed tab groups.
修复拖放展开折叠标签组的问题。
Fixes window becoming invisible when started minimized (#3440).
修复了启动时窗口在最小化时变得不可见的问题( #3440 )。
Fixes showAt() when the main window is maximized; restores original
当主窗口被最大化时,修正 showAt();修复原版
geometry afterward (#3412, #3384).
之后的几何( #3412 , #3384 )。
Fixes hiding the main window from the tray menu (#3352).
修复了托盘菜单中隐藏主窗口的问题( #3352 )。
Fixes overriding selection data in automatic commands (#3324).
修复自动命令中覆盖选择数据的问题 #3324 ( )。
Fixes "Hide from screenshots" option state in Preferences.
修复了偏好设置中的“隐藏截图”选项状态。
Fixes reading environment variables in correct encoding.
修复正确编码中读取环境变量的问题。
Fixes copy/paste error handling (#3428).
修复复制粘贴错误处理( #3428 )。
Synchronize plugin: Fixes updating items after they are moved (#3424).
同步插件:修复物品移动后更新的问题( #3424 )。
macOS: Fixes tray menu not appearing and crash on paste.
macOS:修复了托盘菜单不出现和粘贴时崩溃的问题。
Windows: Fixes copy/paste with the Win modifier held (#3398).
Windows:修复在按住 Win 修饰符( #3398 )时复制粘贴的问题。
Windows: Fixes default installation folder for single-user mode (#3358).
Windows:修复了单用户模式的默认安装文件夹( #3358 )。
Windows: Fixes overriding custom COPYQ_LOG_FILE.
Windows:修复了覆盖自定义COPYQ_LOG_FILE的问题。