update to 0.2.2

This commit is contained in:
shenjack 2023-12-02 10:49:05 +08:00
parent f0d7ab21a4
commit 7b468a66d1
Signed by: shenjack
GPG Key ID: 7B1134A979775551
3 changed files with 7 additions and 2 deletions

View File

@ -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)

View File

@ -7,7 +7,12 @@
- `MainFormatter` - `MainFormatter`
- `_trace_format` - `_trace_format`
- 通过不需要获取绝对路径时直接使用获取到的路径减少用时 - 通过不需要获取绝对路径时直接使用获取到的路径减少用时
- `LogMessage`
- 不再继承 `Options`
- `Options` 的初始化太慢了
- 终于是开始扣时间了 - 终于是开始扣时间了
- `ConfigStorage`
- 完善了功能 (虽然还是 WIP)
## 0.2.1 ## 0.2.1

View File

@ -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