update to 0.2.2
This commit is contained in:
parent
f0d7ab21a4
commit
7b468a66d1
@ -6,7 +6,7 @@ A python lib came from [Difficult Rocket](https://github.com/shenjackyuanjie/Dif
|
|||||||
|
|
||||||
## Information/信息
|
## Information/信息
|
||||||
|
|
||||||
- Version / 版本: 0.2.1
|
- Version / 版本: 0.2.2
|
||||||
- Author / 作者: shenjackyuanjie <3695888@qq.com>
|
- Author / 作者: shenjackyuanjie <3695888@qq.com>
|
||||||
|
|
||||||
> [shenjackyuanjie](https://github.com/shenjackyuanjie)
|
> [shenjackyuanjie](https://github.com/shenjackyuanjie)
|
||||||
|
@ -7,7 +7,12 @@
|
|||||||
- `MainFormatter`
|
- `MainFormatter`
|
||||||
- `_trace_format`
|
- `_trace_format`
|
||||||
- 通过不需要获取绝对路径时直接使用获取到的路径减少用时
|
- 通过不需要获取绝对路径时直接使用获取到的路径减少用时
|
||||||
|
- `LogMessage`
|
||||||
|
- 不再继承 `Options`
|
||||||
|
- `Options` 的初始化太慢了
|
||||||
- 终于是开始扣时间了
|
- 终于是开始扣时间了
|
||||||
|
- `ConfigStorage`
|
||||||
|
- 完善了功能 (虽然还是 WIP)
|
||||||
|
|
||||||
## 0.2.1
|
## 0.2.1
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# All rights reserved
|
# All rights reserved
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
|
|
||||||
__version__ = '0.2.1'
|
__version__ = '0.2.2'
|
||||||
|
|
||||||
from typing import TYPE_CHECKING
|
from typing import TYPE_CHECKING
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user