diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 4fcbb1d..fdd320b 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.28.4" + "version": "1.29.0" }, "plugins": [ { diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a33b9f..14c9e12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ English | [中文](./CHANGELOG.zh.md) +## 1.29.0 - 2026-02-06 + +### Features +- `baoyu-image-gen`: add EXTEND.md configuration support, including schema documentation and runtime preference loading in scripts (by @kingdomad). + +### Fixes +- `baoyu-post-to-wechat`: fix duplicated title and ordered-list numbering in WeChat article publishing (by @NantesCheval). +- `baoyu-url-to-markdown`: replace regex-only conversion with multi-strategy content extraction and Turndown conversion; improve noise filtering for Substack-style pages. + ## 1.28.4 - 2026-02-03 ### Features diff --git a/CHANGELOG.zh.md b/CHANGELOG.zh.md index 3a25f55..2ffe424 100644 --- a/CHANGELOG.zh.md +++ b/CHANGELOG.zh.md @@ -2,6 +2,15 @@ [English](./CHANGELOG.md) | 中文 +## 1.29.0 - 2026-02-06 + +### 新功能 +- `baoyu-image-gen`:新增 EXTEND.md 配置支持,补充配置 schema 文档并在脚本运行时读取偏好设置 (by @kingdomad)。 + +### 修复 +- `baoyu-post-to-wechat`:修复公众号文章发布时标题和有序列表编号重复问题 (by @NantesCheval)。 +- `baoyu-url-to-markdown`:将正则转换升级为多策略正文抽取 + Turndown 转换,提升 Substack 类页面的噪声过滤能力。 + ## 1.28.4 - 2026-02-03 ### 新功能