Skip to content

Commit

Permalink
Release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoii committed Mar 31, 2020
1 parent be9741d commit a90ae33
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@



## [1.4.0] - 2020-03-31

### 变更

* 更新`core`依赖到 0.31.4
* 更新`console`依赖到 0.3.9

### 新增

* `Command`可获取发送者的信息,详情见`REAMDME.md`
* 支持戳一戳,`Poke`消息

### 修复

* 插件重启后`HTTP Server`没有停止导致端口被占用, closed #25
* 开启websocket导致Session长时间未被使用而回收
* Bot被禁言时,发送消息抛出异常。添加新状态码(state code 20)
* `Quote`消息类型丢失



## [1.3.2] - 2020-03-26

### 修复
Expand All @@ -10,7 +31,7 @@
### 变更

* 更新`core`依赖到 0.30.1
* 更新`console`依赖到 0.2.7
* 更新`console`依赖到 0.3.7



Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build
httpVersion=v1.3.2
httpVersion=v1.4.0

# style guide
kotlin.code.style=official
Expand Down
2 changes: 1 addition & 1 deletion mirai-api-http/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: MiraiAPIHTTP
path: net.mamoe.mirai.api.http.HttpApiPluginBase
version: v1.3.2
version: v1.4.0
info: Mirai HTTP API Server Plugin
author: "ryoii"

0 comments on commit a90ae33

Please sign in to comment.