Skip to content

Commit

Permalink
Bump pangutext-android to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fankes committed Feb 11, 2025
1 parent 7a233d8 commit 690784b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
7 changes: 6 additions & 1 deletion docs-source/src/en/about/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ Time zone of version release date: **UTC+8**

## pangutext-android

### 1.0.0 | 2025.02.10 &ensp;<Badge type="tip" text="latest" vertical="middle" />
### 1.0.1 | 2025.02.11 &ensp;<Badge type="tip" text="latest" vertical="middle" />

- Fixed an issue where injecting `PanguText` could cause incorrect width measurement in `TextView`
- Added `isAutoRemeasureText` to `PanguTextConfig` to control whether to automatically remeasure text width (applies to single-line text in `TextView`)

### 1.0.0 | 2025.02.10 &ensp;<Badge type="warning" text="stale" vertical="middle" />

- The first version is submitted to Maven

Expand Down
7 changes: 6 additions & 1 deletion docs-source/src/zh-cn/about/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@

## pangutext-android

### 1.0.0 | 2025.02.10 &ensp;<Badge type="tip" text="最新" vertical="middle" />
### 1.0.1 | 2025.02.11 &ensp;<Badge type="tip" text="最新" vertical="middle" />

- 修复注入 `PanguText``TextView` 可能导致测量宽度不正确的问题
- `PanguTextConfig` 新增 `isAutoRemeasureText`,用于控制是否自动重新测量文本宽度 (作用于 `TextView` 单行文本)

### 1.0.0 | 2025.02.10 &ensp;<Badge type="warning" text="过旧" vertical="middle" />

- 首个版本提交至 Maven

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.0"
project.pangutext-android.version="1.0.1"
# Maven Publish Configuration
SONATYPE_HOST=CENTRAL_PORTAL
RELEASE_SIGNING_ENABLED=true
Expand Down

0 comments on commit 690784b

Please sign in to comment.