optimise README

This commit is contained in:
frankthwang 2026-02-14 23:00:45 +08:00
parent 06066f4895
commit 48748f2ba8
2 changed files with 4 additions and 4 deletions

View file

@ -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!)
<img src="https://github.com/wth461694678/text-block-timer/blob/main/demo/V1.0.9_undostack_fix.gif" width="400px">
<img src="https://github.com/wth461694678/text-block-timer/blob/main/demo/V1.0.9_undostack_fix.gif">
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.
<img src="https://github.com/wth461694678/text-block-timer/blob/main/demo/V1.0.9_smartformat_timeadjust_colorsettings.gif" width="400px">
<img src="https://github.com/wth461694678/text-block-timer/blob/main/demo/V1.0.9_smartformat_timeadjust_colorsettings.gif">
**Closed Issues in this release:**

View file

@ -7,11 +7,11 @@
## 最新变更 (V1.0.9)
1. **重大Bug修复**:修复了 undo 历史污染问题 — 计时器的实时更新不再污染编辑器的撤销/重做历史栈。感谢 [mosmash](https://github.com/mosmash) 提供解决方案并提交 Pull Request
<img src="https://github.com/wth461694678/text-block-timer/blob/main/demo/V1.0.9_undostack_fix.gif" width="400px">
<img src="https://github.com/wth461694678/text-block-timer/blob/main/demo/V1.0.9_undostack_fix.gif">
2. **计时器外观优化**:重新设计了计时器渲染样式,外观更加简洁;移除了计时器标签前后多余的空格,显示更紧凑。新增隐藏小时数选项,针对较短耗时可以省略小时位显示(例如显示 `05:30` 而非 `00:05:30`)。
3. **新功能:耗时调整**:新增 iPhone 风格的滚轮式时间选择器 UI可通过右键菜单或命令面板快速调整计时器耗时完全兼容移动端。
<img src="https://github.com/wth461694678/text-block-timer/blob/main/demo/V1.0.9_smartformat_timeadjust_colorsettings.gif" width="400px">
<img src="https://github.com/wth461694678/text-block-timer/blob/main/demo/V1.0.9_smartformat_timeadjust_colorsettings.gif">
**本次版本关闭的 Issue**