Skip to content

Commit

Permalink
Update | change log
Browse files Browse the repository at this point in the history
  • Loading branch information
LxHTT committed Jan 22, 2024
1 parent c5627db commit bcdbe00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
11 changes: 4 additions & 7 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,16 @@
### 新功能

- 统一配置文件编辑器
- 暂无

### 修复

- sipBadCatcherResult
- `server.properties`文件的读取问题
- 终端复读问题
- 终端丢消息问题
- 终端复读问题
- 在线玩家列表问题

### 优化

- Spigot服务器图标
- 系统报告功能

<!-- ___
### 其他下载地址(官方分流)
Expand Down
4 changes: 2 additions & 2 deletions MCSL2Lib/ProgramControllers/logController.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
processor as systemProcessor,
)
from PyQt5.QtCore import qVersion
from .. import MCSL2VERSION
from .. import DEV_VERSION, MCSL2VERSION


class _MCSL2Logger:
Expand Down Expand Up @@ -155,7 +155,7 @@ def genSysReport() -> str:
else f"{systemType()} {systemRelease()}"
)
return (
f"MCSL2版本:{MCSL2VERSION}\n"
f"MCSL2版本:{MCSL2VERSION} {DEV_VERSION}\n"
f"Python版本:{pythonVersion()}\n"
f"Qt版本:{qVersion()}\n"
f"QFluentWidgets版本:{pfwVer}\n"
Expand Down

0 comments on commit bcdbe00

Please sign in to comment.