diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 7571577..d18506c 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -6,7 +6,7 @@ }, "metadata": { "description": "Skills shared by Baoyu for improving daily work efficiency", - "version": "1.25.2" + "version": "1.25.3" }, "plugins": [ { diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b706f2..a012409 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ English | [中文](./CHANGELOG.zh.md) +## 1.25.3 - 2026-01-28 + +### Features +- `baoyu-format-markdown`: add content type detection with user confirmation for markdown files; add CJK punctuation handling to move paired punctuation outside emphasis markers. + ## 1.25.2 - 2026-01-28 ### Documentation diff --git a/CHANGELOG.zh.md b/CHANGELOG.zh.md index 9be471e..8c0eb7d 100644 --- a/CHANGELOG.zh.md +++ b/CHANGELOG.zh.md @@ -2,6 +2,11 @@ [English](./CHANGELOG.md) | 中文 +## 1.25.3 - 2026-01-28 + +### 新功能 +- `baoyu-format-markdown`:新增内容类型检测,对已有 markdown 格式的文件提供用户确认选项;新增 CJK 配对标点处理,将括号、引号等标点移出加粗标记外。 + ## 1.25.2 - 2026-01-28 ### 文档