mirror of
https://github.com/wth461694678/text-block-timer.git
synced 2026-07-22 05:46:04 +00:00
-V1.0.6 1. BUG Fix: Resolved the issue of startup failure caused by incorrect language configuration code
This commit is contained in:
parent
066c4b5104
commit
4c70af2e04
2 changed files with 6 additions and 4 deletions
|
|
@ -83,13 +83,14 @@ In the default settings, path control is disabled. When you only want to use the
|
|||

|
||||
|
||||
## Version Log:
|
||||
- V1.0.6
|
||||
1. BUG Fix: Resolved the issue of startup failure caused by incorrect language configuration code
|
||||
- V1.0.5
|
||||
1. **==Major Feature==**: This plugin now supports usage on the Mobile end!
|
||||
2. **==Major Optimization==**: Added support for **read-only mode**, now the timer can be updated in real time and data can be persisted even in read-only mode.
|
||||
3. **==Major Feature==**: Added a timer deletion function, which can be accessed through the command line or right-click menu.
|
||||
4. **Slimming Plan for Timer Blocks**: The length of Timer blocks has been significantly reduced by 60% in version V1.0.5.
|
||||
5. Bug Fix: Fixed the issue where time display was incorrect after exceeding 24 hours.
|
||||
|
||||
- V1.0.4
|
||||
1. **==Major Feature==**: Now you can control the timer switch by the checkbox in the task front.
|
||||
2. Improve the function of creating timers, now it will not directly expose the span's source code
|
||||
|
|
@ -108,4 +109,4 @@ In the default settings, path control is disabled. When you only want to use the
|
|||
## Development Information
|
||||
|
||||
- Developer: frankthwang
|
||||
- Version: 1.0.5
|
||||
- Version: 1.0.6
|
||||
|
|
|
|||
|
|
@ -91,13 +91,14 @@
|
|||
|
||||
|
||||
## 版本日志:
|
||||
- V1.0.6
|
||||
1. BUG修复:解决了语言配置代码错误导致启动失败问题
|
||||
- V1.0.5
|
||||
1. ==重大功能==:该插件现在已经支持Mobile端使用!
|
||||
2. ==重大优化==:增加**只读模式**支持,现在只读模式也可实时更新计时器并持久化数据
|
||||
3. ==重大功能==:增加了删除计时器功能,删除计时器可通过命令行或右键菜单使用
|
||||
4. **Timer块瘦身计划大成功!**:V1.0.5版本Timer块长度大幅削减60%
|
||||
5. BUG修复:修复了计时超过24小时后时间展示不正确问题
|
||||
|
||||
- V1.0.4
|
||||
1. ==重大功能==:现在你可以通过任务前的 [ ] 勾选框来控制计时器的开关
|
||||
2. 优化了新建计时器的功能,现在不会直接暴露span源代码
|
||||
|
|
@ -116,4 +117,4 @@
|
|||
## 开发信息
|
||||
|
||||
- 开发者: frankthwang
|
||||
- 版本: 1.0.5
|
||||
- 版本: 1.0.6
|
||||
|
|
|
|||
Loading…
Reference in a new issue