Skip to content

Commit

Permalink
🌟 releases(ALL): 发布 BETA 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HeartfeltJoy committed Sep 23, 2024
1 parent a45f7db commit c060616
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions docs/beta_update_logs/BETA_LOG_1.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Beta 1.1.0

适用于: NapCat v2.6.14

## 修复与优化
1. 优化消息窗口, 由统一接口创建
2. 解耦进程创建, 让UI逻辑更清晰
3. 重构删除配置操作
4. 优化timer创建
5. 优化logger

## 新增与调整
1. 适配 2.6.14
2. 优化代码
3. 调整仓库API为镜像API已提高优化速度(感谢BugLen提供 @cnxysoft)
4. 调整Bot界面显示顺序

## WIP(待修复)
1. 启动无法展示二维码弹出框


## 注意
此版本对配置文件有较大改动, 会清空旧版配置文件


此版本仅适用于NapCat v2.6.14及以上版本,请不要尝试手动退回以前的版本,会导致无法正常启动NapCat
File renamed without changes.
2 changes: 1 addition & 1 deletion src/Core/Config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ class Config(QConfig):
cfg = Config()
qconfig.load(it(PathFunc).config_path, cfg)
cfg.set(cfg.StartTime, time.time(), True)
cfg.set(cfg.NCDVersion, "beta 1.0.9", True)
cfg.set(cfg.NCDVersion, "beta 1.1.0", True)
cfg.set(cfg.SystemType, platform.system(), True)
cfg.set(cfg.PlatformType, platform.machine(), True)

0 comments on commit c060616

Please sign in to comment.