Skip to content

Commit 03ab538

Browse files
committed
2 parents ed134ba + 6a97223 commit 03ab538

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
11
# 变更日志
2+
## [2.8.0] - 2025-06-15
3+
4+
### 新功能
5+
- feat:增加logback输入 close #37
6+
- feat:新增橘色设备量展示
7+
8+
### 修复
9+
- fix(stt.aliyun): do not reuse recognizer
10+
- fix(stt.aliyun): support long speech recognition
11+
- fix: memory leak. Should clean up dialogue info after session closed
12+
13+
### 其他变更
14+
- chore: update version to 2.8.0 [skip ci]
15+
- update:角色返回增加modelName
16+
- docs: update changelog for v2.7.68 [skip ci]
17+
- chore: update version to 2.7.68 [skip ci]
18+
- docs: update changelog for v2.7.67 [skip ci]
19+
- chore: update version to 2.7.67 [skip ci]
20+
- docs: update changelog for v2.7.66 [skip ci]
21+
- chore: update version to 2.7.66 [skip ci]
22+
- refactor(stt): simplify SttServiceFactory
23+
224
## [2.7.68] - 2025-06-14
325

426
### 修复

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>com.xiaozhi.server</groupId>
1111
<artifactId>xiaozhi.server</artifactId>
12-
<version>2.7.68</version>
12+
<version>2.8.0</version>
1313
<name>xiaozhi-server</name>
1414
<description></description>
1515

version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=2.7.68
1+
version=2.8.0

0 commit comments

Comments
 (0)