Skip to content

v0.0.5

Choose a tag to compare

@github-actions github-actions released this 17 Jun 13:10
· 6 commits to master since this release
feat: 拖放加载临时配置 + 剪贴板写入重试

- 拖放 config.json 到 exe 加载为临时配置(当前会话有效,不写入永久配置)
  - Program.Main 接收命令行参数
  - ConfigManager 支持临时模式(Save no-op、不监视文件变更)
  - 托盘显示 [临时] 标识,首次加载弹出通知
  - 临时模式下 history 仅在内存中保留,不持久化
- 修复剪贴板写入失败:SetClipboardWithRetry 自动重试 15 次
- 版本号更新至 0.0.5