Skip to content

Commit

Permalink
Release v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoii committed Mar 18, 2020
1 parent 46ba293 commit c511d5d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@



## [1.2.3] - 2020-03-18

### 变更

* 更新`conosle`依赖到 0.3.4
* 错误信息从日志输出,而从非错误输出流

### 新增

* 支持通过`path`参数直接发送本地图片
* `UploadImage`将图片缓存到插件文件夹
* `UploadImage`返回图片缓存路径



## [1.2.2] - 2020-03-14

### 变更
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.2.2
httpVersion=v1.2.3

# 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.2.2
version: v1.2.3
info: Mirai HTTP API Server Plugin
author: "ryoii"

0 comments on commit c511d5d

Please sign in to comment.