mirror of
https://github.com/wth461694678/text-block-timer.git
synced 2026-07-22 05:46:04 +00:00
1. **==Critical Bug Fix==**: Fixed the undo history pollution issue — timer real-time updates no longer pollute the editor's undo/redo stack. (Thanks to [mosmash](https://github.com/mosmash) for reporting!) 2. **Timer Style Optimization**: Redesigned the timer rendering style; added option to hide hours digit for shorter durations. 3. **==New Feature==**: Added Time Adjustment function with an iPhone-style scroll wheel time picker UI, accessible via right-click menu and command palette, fully compatible with mobile. 4. Closed issues: [#12](https://github.com/wth461694678/text-block-timer/issues/12), [#11](https://github.com/wth461694678/text-block-timer/issues/11), [#7](https://github.com/wth461694678/text-block-timer/issues/7)
10 lines
No EOL
297 B
JSON
10 lines
No EOL
297 B
JSON
{
|
|
"id": "text-block-timer",
|
|
"version": "1.0.9",
|
|
"minAppVersion": "1.8.0",
|
|
"name": "Text Block Timer",
|
|
"author": "frankthwang",
|
|
"description": "Add a timer to text block to enable count-up timing (Performance Improved!).",
|
|
"isDesktopOnly": false,
|
|
"main": "main.js"
|
|
} |