Skip to content

Commit 41d4688

Browse files
author
Demo User
committed
chore(release): bump version to 1.0.2
- Update package.json version to 1.0.2 - Add CHANGELOG for v1.0.2 with font documentation improvements - Enhanced font descriptions and language-specific recommendations
1 parent 4d85e8a commit 41d4688

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
---
99

10+
## [1.0.2] - 2025-03-11
11+
12+
### Added
13+
- **Detailed Font Documentation**: Added comprehensive font descriptions and recommendations
14+
- Font names in native languages (中文, 繁體中文, 한국어, English)
15+
- Font style categorization (Modern, Traditional, Humanist)
16+
- Recommended use cases for each font
17+
- Font download commands with specific file names
18+
- **Language-Specific Font Selection**: Updated SKILL.md with automatic font recommendations based on user's language
19+
- 简体中文: 思源黑体 (modern) / 思源宋体 (traditional)
20+
- 繁體中文: 思源黑體 (modern)
21+
- 한국어: 본고딕 (modern)
22+
- English: Roboto (modern) / Open Sans (humanist)
23+
24+
### Improved
25+
- **Enhanced `pto download-fonts --list`**: Better formatting with language grouping and installation status
26+
- **Updated READMEs**: All 5 language versions (EN, ZH-CN, ZH-TW, JA, KO) now include detailed font tables
27+
- **SKILL.md**: Added automatic language detection logic for font selection
28+
29+
---
30+
1031
## [1.0.1] - 2025-03-11
1132

1233
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "perfect-text-overlay",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Fix imperfect AI-generated text in images by separating image generation and text overlay",
55
"main": "lib/index.js",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)