Skip to content

Commit 1a0dcd9

Browse files
committed
Bump pangutext-android to 1.0.4
1 parent 0e9bad2 commit 1a0dcd9

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

docs-source/src/en/about/changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ Time zone of version release date: **UTC+8**
1818

1919
## pangutext-android
2020

21-
### 1.0.3 | 2025.08.03 &ensp;<Badge type="tip" text="latest" vertical="middle" />
21+
### 1.0.4 | 2025.08.16 &ensp;<Badge type="tip" text="latest" vertical="middle" />
22+
23+
- Exclude `TextView`'s own `TextWatcher` set during `injectPanguText` execution to prevent repeated triggering of `doOnTextChanged`
24+
25+
### 1.0.3 | 2025.08.03 &ensp;<Badge type="warning" text="stale" vertical="middle" />
2226

2327
- Migrate Java reflection-related behavior from [YukiReflection](https://github.com/HighCapable/YukiReflection) to [KavaRef](https://github.com/HighCapable/KavaRef)
2428
- Other known issues fixed

docs-source/src/zh-cn/about/changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@
1010

1111
## pangutext-android
1212

13-
### 1.0.3 | 2025.08.03 &ensp;<Badge type="tip" text="最新" vertical="middle" />
13+
### 1.0.4 | 2025.08.16 &ensp;<Badge type="tip" text="最新" vertical="middle" />
14+
15+
- 在执行 `injectPanguText` 时排除 `TextView` 自身设置的 `TextWatcher` 防止重复触发 `doOnTextChanged`
16+
17+
### 1.0.3 | 2025.08.03 &ensp;<Badge type="warning" text="过旧" vertical="middle" />
1418

1519
- 将 Java 反射相关行为由 [YukiReflection](https://github.com/HighCapable/YukiReflection) 迁移至 [KavaRef](https://github.com/HighCapable/KavaRef)
1620
- 其它已知问题修复

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ project.app.packageName=com.highcapable.pangutext.demo
1515
project.app.versionName=universal
1616
project.app.versionCode=1
1717
project.pangutext-android.namespace=${project.groupName}.android
18-
project.pangutext-android.version="1.0.3"
18+
project.pangutext-android.version="1.0.4"
1919
# Maven Publish Configuration
2020
SONATYPE_HOST=CENTRAL_PORTAL
2121
RELEASE_SIGNING_ENABLED=true

0 commit comments

Comments
 (0)