mirror of
https://github.com/BetterAndroid/PanguText.git
synced 2026-02-04 04:16:48 +08:00
Bump pangutext-android to 1.0.5
This commit is contained in:
@@ -18,7 +18,12 @@ Time zone of version release date: **UTC+8**
|
||||
|
||||
## pangutext-android
|
||||
|
||||
### 1.0.4 | 2025.08.16  <Badge type="tip" text="latest" vertical="middle" />
|
||||
### 1.0.5 | 2025.12.17  <Badge type="tip" text="latest" vertical="middle" />
|
||||
|
||||
- Adapted to Kotlin 2.2+
|
||||
- Adapted to new features of `BetterAndroid`
|
||||
|
||||
### 1.0.4 | 2025.08.16  <Badge type="warning" text="stale" vertical="middle" />
|
||||
|
||||
- Exclude `TextView`'s own `TextWatcher` set during `injectPanguText` execution to prevent repeated triggering of `doOnTextChanged`
|
||||
|
||||
|
||||
@@ -10,7 +10,12 @@
|
||||
|
||||
## pangutext-android
|
||||
|
||||
### 1.0.4 | 2025.08.16  <Badge type="tip" text="最新" vertical="middle" />
|
||||
### 1.0.5 | 2025.12.17  <Badge type="tip" text="最新" vertical="middle" />
|
||||
|
||||
- 适配 Kotlin 2.2+
|
||||
- 适配 `BetterAndroid` 新特性
|
||||
|
||||
### 1.0.4 | 2025.08.16  <Badge type="warning" text="过旧" vertical="middle" />
|
||||
|
||||
- 在执行 `injectPanguText` 时排除 `TextView` 自身设置的 `TextWatcher` 防止重复触发 `doOnTextChanged`
|
||||
|
||||
|
||||
@@ -14,7 +14,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.4"
|
||||
project.pangutext-android.version="1.0.5"
|
||||
# Maven Publish Configuration
|
||||
SONATYPE_HOST=CENTRAL_PORTAL
|
||||
RELEASE_SIGNING_ENABLED=true
|
||||
|
||||
Reference in New Issue
Block a user