Skip to content

Commit

Permalink
release: v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MliKiowa committed Jun 26, 2024
1 parent a3801fc commit 6075d98
Show file tree
Hide file tree
Showing 50 changed files with 62 additions and 47 deletions.
13 changes: 13 additions & 0 deletions docs/changelogs/CHANGELOG.v1.6.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# v1.6.2

QQ Version: Windows 9.9.11-24815 / Linux 3.2.9-24815

## 修复与优化
* 修复获取Cookies异常崩溃问题
* 尝试修复成员退群缓存问题
* 修复自身退群后群缓存清理问题

## 新增与调整


新增的 API 详细见[API文档](https://napneko.github.io/zh-CN/develop/extends_api)
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "napcat",
"private": true,
"type": "module",
"version": "1.6.1",
"version": "1.6.2",
"scripts": {
"watch:dev": "vite --mode development",
"watch:prod": "vite --mode production",
Expand Down
2 changes: 1 addition & 1 deletion src/core
Submodule core updated from ed5fcf to 8f96c8
2 changes: 1 addition & 1 deletion src/core.lib/src/adapters/NodeIDependsAdapter.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/core.lib/src/adapters/NodeIDispatcherAdapter.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/core.lib/src/adapters/NodeIGlobalAdapter.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/core.lib/src/adapters/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/core.lib/src/apis/collection.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6075d98

Please sign in to comment.