Skip to content

Commit

Permalink
🌟 releases: 发布 v1.0.5 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
HeartfeltJoy committed Oct 9, 2024
1 parent 8bb97b7 commit f0d8026
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# v1.0.4
# v1.0.5

适用于: NapCat v2.6.14+

## 修复与优化
1. 优化系统托盘逻辑
- 72148e0375de5436371a9458cc5425d038da6da4 fix: 修复了在某时段无法下载/更新组件的问题 #14

## 新增与调整
1. 添加更新NCD时判断是否有 bot 正在运行检测
- 新增了对组件下载/更新的镜像站点支持

## 注意
此版本更新如果在NCD内进行,请事先关闭所有正在运行的 bot ,否则退出会导致 QQ 进程残留
12 changes: 12 additions & 0 deletions docs/release_update_logs/v1_old/v1.0.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# v1.0.4

适用于: NapCat v2.6.14+

## 修复与优化
1. 优化系统托盘逻辑

## 新增与调整
1. 添加更新NCD时判断是否有 bot 正在运行检测

## 注意
此版本更新如果在NCD内进行,请事先关闭所有正在运行的 bot ,否则退出会导致 QQ 进程残留
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "NapCatQQ-Desktop"
version = "v1.0.4"
version = "v1.0.5"
description = "为 NapCat 提供管理界面(GUI),目的是让用户能够更快速、更直观的使用 NapCat"
authors = [
{name = "Qiao", email = "[email protected]"},
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@ def load(self, file=None, config=None) -> None:
cfg = Config()
qconfig.load(it(PathFunc).config_path, cfg)
cfg.set(cfg.StartTime, time.time(), True)
cfg.set(cfg.NCDVersion, "v1.0.4", True)
cfg.set(cfg.NCDVersion, "v1.0.5", True)
cfg.set(cfg.SystemType, platform.system(), True)
cfg.set(cfg.PlatformType, platform.machine(), True)

0 comments on commit f0d8026

Please sign in to comment.