diff --git a/README.md b/README.md index 2fa8093..c4c569e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A text block timing tool designed for Obsidian, allowing you to add **count-up** ## Features - + - Add timers to any text line as many as you wsh (count-up timing) - ▶️/⏸️ Supports start, pause, and continue timing, with multi-segment timing accumulation for a single task @@ -21,14 +21,14 @@ A text block timing tool designed for Obsidian, allowing you to add **count-up** 1. Assign a shortcut for the command "Text Block Timer: Toggle timer" for quick access 2. Place your cursor on a text block, press the shortcut to start, pause, or continue - + `` ### (2) Mouse Operations 1. Right-click on a text line 2. Select "Start Timer", "Pause Timer", or "Continue Timer" 3. The timer will display in the format `【⏳00:00:00 】` at the start of the text block - + `` ## Notes @@ -36,13 +36,16 @@ A text block timing tool designed for Obsidian, allowing you to add **count-up** - However, the file will record the timer state, which can be manually resumed. ## Changelog: -- V1.0.1 - 1. A space is added before the time tag to better distinguish it from your content. - 2. Fixed the issue where adding a timer disrupted the structure of checkboxes in Markdown. -- V1.0.0 - 1. Plugin release + +- #1.0.2 + - Add language support for English, Chinese, Japanese and Korean. +- #1.0.1 + 1. A space is added before the time tag to better distinguish it from your content. + 2. Fixed the issue where adding a timer disrupted the structure of checkboxes in Markdown. +- #1.0.0 + 1. Plugin release ## Development Information - Developer: frankthwang -- Version: 1.0.1 +- Version: 1.0.2 diff --git a/README.zh.md b/README.zh.md index e4de004..255244f 100644 --- a/README.zh.md +++ b/README.zh.md @@ -36,13 +36,15 @@ ## 版本日志: -- V1.0.1 +- #1.0.2 + 1. 增加了对中文、英文、日语、韩语的语言支持 +- #1.0.1 1. 优化展示效果,在时间标签前添加了一个空格。 2. 解决了在任务清单中添加计时器,导致任务勾选框失效的问题。 -- V1.0.0 +- #1.0.0 1. 插件发布 ## 开发信息 - 开发者: frankthwang -- 版本: 1.0.1 +- 版本: 1.0.2 diff --git a/manifest.json b/manifest.json index 485bc6d..f8b4996 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "id": "text-block-timer", - "version": "1.0.1", + "version": "1.0.2", "minAppVersion": "1.8.9", "name": "Text Block Timer", "author": "frankthwang",