Skip to content

Commit fa8281e

Browse files
- 1.2.6
1 parent be47df4 commit fa8281e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ public static void main(String[] args) {
5151

5252
## Version
5353

54+
### 1.2.6
55+
56+
- Resolve Conversion Issues Caused by Special Characters.[PR#9](https://github.com/WhiteMagic2014/tts-edge-java/pull/9)
57+
5458
### 1.2.5
5559

5660
- Optimize: Setting the parameter `isRateLimited` to true can resolve rate limiting issues in certain regions.
@@ -103,7 +107,7 @@ public static void main(String[] args) {
103107

104108
### 1.1.1
105109

106-
- Optimize: Fix high CPU usage while waiting for a response
110+
- Optimize: Fix high CPU usage while waiting for a response. [PR#2](https://github.com/WhiteMagic2014/tts-edge-java/pull/2)
107111

108112
### 1.1.0
109113

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<url>https://github.com/WhiteMagic2014/tts-edge-java.git</url>
1717
<groupId>io.github.whitemagic2014</groupId>
1818
<artifactId>tts-edge-java</artifactId>
19-
<version>1.2.5</version>
19+
<version>1.2.6</version>
2020

2121

2222
<developers>

0 commit comments

Comments
 (0)