Bump pangutext-android to 1.0.4

This commit is contained in:
2025-08-16 00:26:55 +08:00
parent 0e9bad29fd
commit 1a0dcd9bb3
3 changed files with 11 additions and 3 deletions

View File

@@ -18,7 +18,11 @@ Time zone of version release date: **UTC+8**
## pangutext-android
### 1.0.3 | 2025.08.03 &ensp;<Badge type="tip" text="latest" vertical="middle" />
### 1.0.4 | 2025.08.16 &ensp;<Badge type="tip" text="latest" vertical="middle" />
- Exclude `TextView`'s own `TextWatcher` set during `injectPanguText` execution to prevent repeated triggering of `doOnTextChanged`
### 1.0.3 | 2025.08.03 &ensp;<Badge type="warning" text="stale" vertical="middle" />
- Migrate Java reflection-related behavior from [YukiReflection](https://github.com/HighCapable/YukiReflection) to [KavaRef](https://github.com/HighCapable/KavaRef)
- Other known issues fixed

View File

@@ -10,7 +10,11 @@
## pangutext-android
### 1.0.3 | 2025.08.03 &ensp;<Badge type="tip" text="最新" vertical="middle" />
### 1.0.4 | 2025.08.16 &ensp;<Badge type="tip" text="最新" vertical="middle" />
- 在执行 `injectPanguText` 时排除 `TextView` 自身设置的 `TextWatcher` 防止重复触发 `doOnTextChanged`
### 1.0.3 | 2025.08.03 &ensp;<Badge type="warning" text="过旧" vertical="middle" />
- 将 Java 反射相关行为由 [YukiReflection](https://github.com/HighCapable/YukiReflection) 迁移至 [KavaRef](https://github.com/HighCapable/KavaRef)
- 其它已知问题修复

View File

@@ -15,7 +15,7 @@ project.app.packageName=com.highcapable.pangutext.demo
project.app.versionName=universal
project.app.versionCode=1
project.pangutext-android.namespace=${project.groupName}.android
project.pangutext-android.version="1.0.3"
project.pangutext-android.version="1.0.4"
# Maven Publish Configuration
SONATYPE_HOST=CENTRAL_PORTAL
RELEASE_SIGNING_ENABLED=true