Skip to content

Commit

Permalink
release: 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MliKiowa committed Aug 6, 2024
1 parent 69e2133 commit 0ddd26b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# v1.8.2
# v1.8.3

QQ Version: Windows 9.9.15-26702 / Linux 3.2.12-26702

## 启动的方式
Way03/Way05

## 新增与调整
1. 多层转发消息接收/发送
2. 消息列表排序修正
1. 输入状态变更事件加入
2. Way05 支持Bat启动


新增的 API 详细见[API文档](https://napneko.github.io/zh-CN/develop/extends_api)
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.8.2",
"version": "1.8.3",
"scripts": {
"watch:dev": "vite --mode development",
"watch:prod": "vite --mode production",
Expand Down
2 changes: 1 addition & 1 deletion src/onebot11/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '1.8.2';
export const version = '1.8.3';
2 changes: 1 addition & 1 deletion src/webui/ui/NapCat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ async function onSettingWindowCreated(view: Element) {
SettingItem(
'<span id="napcat-update-title">Napcat</span>',
undefined,
SettingButton('V1.8.2', 'napcat-update-button', 'secondary')
SettingButton('V1.8.3', 'napcat-update-button', 'secondary')
),
]),
SettingList([
Expand Down
2 changes: 1 addition & 1 deletion static/assets/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ async function onSettingWindowCreated(view) {
SettingItem(
'<span id="napcat-update-title">Napcat</span>',
void 0,
SettingButton("V1.8.2", "napcat-update-button", "secondary")
SettingButton("V1.8.3", "napcat-update-button", "secondary")
)
]),
SettingList([
Expand Down

0 comments on commit 0ddd26b

Please sign in to comment.