Skip to content
This repository has been archived by the owner on Sep 12, 2021. It is now read-only.

Commit

Permalink
2.0.0-dev-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Karlatemp committed Oct 10, 2020
1 parent d67f91f commit 47210c3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2.0.0-dev-1

API 结构变动, [#1](https://github.com/Karlatemp/mirai-websocket-api/issues/1#issuecomment-706538087)

2020/10/11


# 1.0.0
2020/10/01 项目启动
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,20 @@ port: 7247
user: root

# 必须, 默认密码为 ROOT, 必须修改
passwd: 1234567890
passwd: ROOT

# 是否在广播信息时使用 pettyPrint
pettyPrint: false

replyCache:
maximumSize: 2000
expireTime: 2
expireTimeUnit: HOURS

messageSourceCache:
maximumSize: 2000
expireTime: 2
expireTimeUnit: HOURS

```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
# mirai-websocket-api/gradle.properties
#
kotlin.code.style=official
wsapi.version=1.0.0
wsapi.version=2.0.0-dev-1

0 comments on commit 47210c3

Please sign in to comment.