File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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- 其它已知问题修复
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ project.app.packageName=com.highcapable.pangutext.demo
1515project.app.versionName =universal
1616project.app.versionCode =1
1717project.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
2020SONATYPE_HOST =CENTRAL_PORTAL
2121RELEASE_SIGNING_ENABLED =true
You can’t perform that action at this time.
0 commit comments