Skip to content

Commit 80216b9

Browse files
committed
Release 2.5.2
1 parent 48fe3ed commit 80216b9

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# 更新日志
22

33

4+
## \[2.5.2\] - 2022-5-15
5+
6+
### 修复
7+
8+
+ 修复获取群文件下载信息失败
9+
+ 修复通过文件id获取文件信息时失败
10+
+ 修复上传群文件失败 #553
11+
12+
### 变更
13+
14+
+ 原文件**下载信息**直接在文件信息中返回(除下载地址),**下载**信息在原字段中同时保留
15+
16+
17+
418
## \[2.5.1\] - 2022-5-15
519

620
### 修复

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kotlin.incremental.multiplatform=true
55
org.gradle.parallel=true
66

77
# build
8-
httpVersion=2.5.1
8+
httpVersion=2.5.2
99

1010
# kotlin
1111
kotlinVersion=1.6.0

mirai-api-http/src/main/kotlin/net/mamoe/mirai/api/http/HttpApiPluginBase.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import java.io.File
2424
* 主要职责为读取配置文件 [MainSetting] 和 启动具体实现 [MahPluginImpl]
2525
*/
2626
object HttpApiPluginBase : KotlinPlugin(
27-
JvmPluginDescription(id = "net.mamoe.mirai-api-http", version = "2.5.1") {
27+
JvmPluginDescription(id = "net.mamoe.mirai-api-http", version = "2.5.2") {
2828
author("ryoii")
2929
info("Mirai HTTP API Server Plugin")
3030
}

0 commit comments

Comments
 (0)