File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,12 @@ Time zone of version release date: **UTC+8**
1818
1919## pangutext-android
2020
21- ### 1.0.4 | 2025.08.16 &ensp ; <Badge type =" tip " text =" latest " vertical =" middle " />
21+ ### 1.0.5 | 2025.12.17 &ensp ; <Badge type =" tip " text =" latest " vertical =" middle " />
22+
23+ - Adapted to Kotlin 2.2+
24+ - Adapted to new features of ` BetterAndroid `
25+
26+ ### 1.0.4 | 2025.08.16 &ensp ; <Badge type =" warning " text =" stale " vertical =" middle " />
2227
2328- Exclude ` TextView ` 's own ` TextWatcher ` set during ` injectPanguText ` execution to prevent repeated triggering of ` doOnTextChanged `
2429
Original file line number Diff line number Diff line change 1010
1111## pangutext-android
1212
13- ### 1.0.4 | 2025.08.16 &ensp ; <Badge type =" tip " text =" 最新 " vertical =" middle " />
13+ ### 1.0.5 | 2025.12.17 &ensp ; <Badge type =" tip " text =" 最新 " vertical =" middle " />
14+
15+ - 适配 Kotlin 2.2+
16+ - 适配 ` BetterAndroid ` 新特性
17+
18+ ### 1.0.4 | 2025.08.16 &ensp ; <Badge type =" warning " text =" 过旧 " vertical =" middle " />
1419
1520- 在执行 ` injectPanguText ` 时排除 ` TextView ` 自身设置的 ` TextWatcher ` 防止重复触发 ` doOnTextChanged `
1621
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ project.app.packageName=com.highcapable.pangutext.demo
1414project.app.versionName =universal
1515project.app.versionCode =1
1616project.pangutext-android.namespace =${project.groupName}.android
17- project.pangutext-android.version ="1.0.4 "
17+ project.pangutext-android.version ="1.0.5 "
1818# Maven Publish Configuration
1919SONATYPE_HOST =CENTRAL_PORTAL
2020RELEASE_SIGNING_ENABLED =true
You can’t perform that action at this time.
0 commit comments