Skip to content

1.3.0 功能全面看齐原 AutoTipClock | Sync with AutoTipClock's functions

Choose a tag to compare

@Mikachu2333 Mikachu2333 released this 28 Jul 07:04

Eng

Features

  • Window position persistence (drag to reposition, auto-save)
  • Horizontal slide animation for show/hide
  • Custom tray icon embedded in binary
  • Windows resource support (VERSIONINFO)
  • GDI+ text measurement (replaced pixel scanning)
  • Global keyboard hook for hotkey (replaced RegisterHotKey)

Fixes

  • Hotkey handling refined
  • GUI layout and visibility behavior corrected
  • Font handling and window rendering adjusted
  • Config template fixes (invalid ring values)

Docs

  • README rewritten with Chinese/English split
  • AGENTS.md updated with correct defaults
  • Config template comments improved

Chores

  • Replaced embed-resource with winresource
  • Version bumped to 1.3.0
  • Code cleanup and refactoring

Chinese

新功能 / New Features

  • 窗口位置记忆 — 拖动窗口后自动保存位置,下次启动时恢复
  • 滑入/滑出动画 — 时钟显示/隐藏带水平滑动 + 渐变效果
  • 嵌入式托盘图标 — 图标直接编译进二进制,无需外部文件
  • Windows 资源信息 — exe 文件属性中显示版本号、作者、描述等信息
  • GDI+ 文字测量 — 替代旧的像素扫描方案,窗口尺寸更精准

改进 / Improvements

  • 全局键盘钩子 — 用 WH_KEYBOARD_LL 替代 RegisterHotKey,兼容性更好
  • 配置模板修正 — 自定义音频示例语法修正(ring = "custom" + custom_file)
  • 默认值统一 — 背景白色全透明,文字黑色,显示时间 3 秒
  • 构建工具 — 用 winresource 替代 embed-resource,API 更简洁

修复 / Bug Fixes

  • 修复快捷键处理和 GUI 可见性逻辑
  • 修复字体渲染和窗口绘制问题
  • 修复配置模板中无效的 ring 值

文档 / Documentation

  • README 拆分为中文/英文两个文件,顶部可切换
  • AGENTS.md 默认值表与代码同步
  • 项目结构、配置说明全面更新