wth461694678_text-block-timer/data.json
Carrianna b729e2fe5b V1.0.9
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)
2026-02-13 18:59:58 +08:00

17 lines
No EOL
509 B
JSON

{
"autoStopTimers": "quit",
"timerInsertLocation": "head",
"enableCheckboxToTimer": true,
"runningCheckboxState": "/",
"pausedCheckboxState": "-xX",
"checkboxToTimerPathRestriction": "disable",
"pathRestrictionPaths": [],
"runningIcon": "⏳",
"pausedIcon": "💐",
"timeDisplayFormat": "smart",
"timerDisplayStyle": "badge",
"runningTextColor": "#10b981",
"runningBgColor": "rgba(16, 185, 129, 0.15)",
"pausedTextColor": "#ffffff",
"pausedBgColor": "rgba(255, 255, 255, 0.12)"
}