Ver Fonte

Release 2.8.0

ryoii há 3 anos atrás
pai
commit
58ff5c3779
3 ficheiros alterados com 17 adições e 2 exclusões
  1. 15 0
      CHANGELOG.md
  2. 1 1
      gradle.properties
  3. 1 1
      mirai-api-http/src/main/resources/plugin.yml

+ 15 - 0
CHANGELOG.md

@@ -1,6 +1,21 @@
 # 更新日志
 # 更新日志
 
 
 
 
+## \[2.8.0\] - 2023-2-10
+
+### 修复
+
++ webhook 失效
+
+### 新增
+
++ 支持获取最新群成员列表数据 #666
++ 支持修改转发消息的显示内容 #680
++ 支持移除群员时,禁止该成员申请入群 #679
++ 群设置获取的新增中新增是否开启全员禁言 #628
+
+
+
 ## \[2.7.1\] - 2022-12-20
 ## \[2.7.1\] - 2022-12-20
 
 
 ### 修复
 ### 修复

+ 1 - 1
gradle.properties

@@ -5,7 +5,7 @@ kotlin.incremental.multiplatform=true
 org.gradle.parallel=true
 org.gradle.parallel=true
 
 
 # build
 # build
-httpVersion=2.7.1
+httpVersion=2.8.0
 
 
 # kotlin
 # kotlin
 kotlinVersion=1.7.10
 kotlinVersion=1.7.10

+ 1 - 1
mirai-api-http/src/main/resources/plugin.yml

@@ -1,6 +1,6 @@
 id: net.mamoe.mirai-api-http
 id: net.mamoe.mirai-api-http
 name: mirai-api-http
 name: mirai-api-http
 main: net.mamoe.mirai.api.http.HttpApiPluginBase
 main: net.mamoe.mirai.api.http.HttpApiPluginBase
-version: 2.7.1
+version: 2.8.0
 author: ryoii
 author: ryoii
 info: Mirai HTTP API Server Plugin
 info: Mirai HTTP API Server Plugin