Skip to content

Commit

Permalink
🌟 releases: 发布 v1.0.3 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
HeartfeltJoy committed Sep 30, 2024
1 parent e422fab commit 8e93079
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 9 deletions.
13 changes: 6 additions & 7 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# v1.0.2
# v1.0.3

适用于: NapCat v2.6.14+

## 修复与优化
1. 啥也没有欸~
1. 修复退出 Desktop 时有 bot 在运行没有退出的问题
2. 优化程序内接口逻辑

## 新增与调整
1. 添加了配置自启动 Bot 的功能 #8
2. 添加了单实例检测, 防止多开 NCD 导致出现奇怪的问题

## 注意
此版本仅适用于NapCat v2.6.14及以上版本,请不要尝试手动退回以前的版本,会导致无法正常启动NapCat
1. 添加系统托盘中的新功能和样式
2. 添加NapCat下载/更新时的防呆操作
3. 调整 MsgBox 的样式
13 changes: 13 additions & 0 deletions docs/release_update_logs/v1_old/v1.0.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# v1.0.2

适用于: NapCat v2.6.14+

## 修复与优化
1. 啥也没有欸~

## 新增与调整
1. 添加了配置自启动 Bot 的功能 #8
2. 添加了单实例检测, 防止多开 NCD 导致出现奇怪的问题

## 注意
此版本仅适用于NapCat v2.6.14及以上版本,请不要尝试手动退回以前的版本,会导致无法正常启动NapCat
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.2"
version = "v1.0.3"
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.2", True)
cfg.set(cfg.NCDVersion, "v1.0.3", True)
cfg.set(cfg.SystemType, platform.system(), True)
cfg.set(cfg.PlatformType, platform.machine(), True)

0 comments on commit 8e93079

Please sign in to comment.