From 48748f2ba85c36ec9403a9d82d1ff7c0793bddda Mon Sep 17 00:00:00 2001 From: frankthwang <461694678@qq.com> Date: Sat, 14 Feb 2026 23:00:45 +0800 Subject: [PATCH] optimise README --- README.md | 4 ++-- README.zh.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9ad02d9..09fcd81 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,12 @@ A text block timing tool designed for Obsidian, allowing you to add a **count-up ## Latest Change (V1.0.9) 1. **Critical Bug Fix**: Fixed undo history pollution issue — timer updates no longer affect undo/redo(Thanks to [mosmash](https://github.com/mosmash) for providing the solution and submitting a Pull Request!) - + 2. **Timer Style Optimization**: Redesigned timer appearance with cleaner display and option to hide hours digit. 3. **New Feature: Time Adjustment**: Added iPhone-style scroll wheel time picker UI for adjusting durations. - + **Closed Issues in this release:** diff --git a/README.zh.md b/README.zh.md index 73b354d..4ad89ac 100644 --- a/README.zh.md +++ b/README.zh.md @@ -7,11 +7,11 @@ ## 最新变更 (V1.0.9) 1. **重大Bug修复**:修复了 undo 历史污染问题 — 计时器的实时更新不再污染编辑器的撤销/重做历史栈。感谢 [mosmash](https://github.com/mosmash) 提供解决方案并提交 Pull Request! - + 2. **计时器外观优化**:重新设计了计时器渲染样式,外观更加简洁;移除了计时器标签前后多余的空格,显示更紧凑。新增隐藏小时数选项,针对较短耗时可以省略小时位显示(例如显示 `05:30` 而非 `00:05:30`)。 3. **新功能:耗时调整**:新增 iPhone 风格的滚轮式时间选择器 UI,可通过右键菜单或命令面板快速调整计时器耗时,完全兼容移动端。 - + **本次版本关闭的 Issue:**