Skip to content

Commit

Permalink
🌟 releases: 发布 v1.0.2 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
HeartfeltJoy committed Sep 29, 2024
1 parent b43a15a commit 09ae2eb
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 7 deletions.
9 changes: 4 additions & 5 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# v1.0.1
# v1.0.2

适用于: NapCat v2.6.14+

## 修复与优化
1. 修复 looger 缺失的问题
2. 修复指定QQ安装位置后不能安装到路径的问题
3. 修复对 objects.githubusercontent.com 的检测逻辑
1. 啥也没有欸~

## 新增与调整
1. 添加了对指定QQ路径后,检测是否存在dbghelp.dll的检测
1. 添加了配置自启动 Bot 的功能 #8
2. 添加了单实例检测, 防止多开 NCD 导致出现奇怪的问题

## 注意
此版本仅适用于NapCat v2.6.14及以上版本,请不要尝试手动退回以前的版本,会导致无法正常启动NapCat
14 changes: 14 additions & 0 deletions docs/release_update_logs/v1_old/v1.0.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# v1.0.1

适用于: NapCat v2.6.14+

## 修复与优化
1. 修复 looger 缺失的问题
2. 修复指定QQ安装位置后不能安装到路径的问题
3. 修复对 objects.githubusercontent.com 的检测逻辑

## 新增与调整
1. 添加了对指定QQ路径后,检测是否存在dbghelp.dll的检测

## 注意
此版本仅适用于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.1"
version = "v1.0.2"
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.1", True)
cfg.set(cfg.NCDVersion, "v1.0.2", True)
cfg.set(cfg.SystemType, platform.system(), True)
cfg.set(cfg.PlatformType, platform.machine(), True)

0 comments on commit 09ae2eb

Please sign in to comment.