Skip to content

Commit

Permalink
release: 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MliKiowa committed Jun 28, 2024
1 parent f854c25 commit 45c922c
Show file tree
Hide file tree
Showing 50 changed files with 93 additions and 46 deletions.
13 changes: 13 additions & 0 deletions docs/changelogs/CHANGELOG.v1.6.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# v1.6.3

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

## 修复与优化
* 修复带有groupid的私聊消息异常发送到群聊消息
* 尝试修复rws热重载失效问题
* 尝试修复进群事件无法正常获取uin

## 新增与调整


新增的 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.2",
"version": "1.6.3",
"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 8f96c8 to e950e0
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 45c922c

Please sign in to comment.