From 434d4857daa8ac961ae0b0326d7a82bd0ebd6639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jim=20Liu=20=E5=AE=9D=E7=8E=89?= Date: Sun, 12 Apr 2026 20:17:25 -0500 Subject: [PATCH] chore: release v1.103.0 --- .claude-plugin/marketplace.json | 2 +- CHANGELOG.md | 11 +++++++++++ CHANGELOG.zh.md | 11 +++++++++++ CLAUDE.md | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 8c1249b..30aacca 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.102.0" + "version": "1.103.0" }, "plugins": [ { diff --git a/CHANGELOG.md b/CHANGELOG.md index 786a288..9aa58a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ English | [中文](./CHANGELOG.zh.md) +## 1.103.0 - 2026-04-12 + +### Features +- `baoyu-diagram`: add multi-diagram mode — analyze article content and generate multiple diagrams at identified positions; new `--density` option (`minimal`, `balanced`, `per-section`, `rich`) and `--mode` option (`single`, `multi`, `auto`); auto-detects mode from input (file path → multi, short topic → single); inserts diagram image links into article; output structure `diagram/{article-slug}/NN-{type}-{slug}/` + +### Fixes +- `baoyu-article-illustrator`: prevent color names and hex codes from appearing as visible text in generated images — add semantic constraint to all palette references and prompt construction rules +- `baoyu-cover-image`: prevent color names and hex codes from appearing as visible text in generated images — add constraint to all palette references and prompt template +- `baoyu-image-cards`: prevent color names from appearing as visible text in generated images +- `baoyu-post-to-wechat`: decode HTML entities and strip HTML tags from article summary before using as WeChat article digest + ## 1.102.0 - 2026-04-12 ### Features diff --git a/CHANGELOG.zh.md b/CHANGELOG.zh.md index 222d418..456f1ce 100644 --- a/CHANGELOG.zh.md +++ b/CHANGELOG.zh.md @@ -2,6 +2,17 @@ [English](./CHANGELOG.md) | 中文 +## 1.103.0 - 2026-04-12 + +### 新功能 +- `baoyu-diagram`:新增多图模式 —— 分析文章内容,在识别出的位置批量生成图表;新增 `--density` 参数(`minimal`、`balanced`、`per-section`、`rich`)和 `--mode` 参数(`single`、`multi`、`auto`);根据输入自动判断模式(文件路径→多图,短主题→单图);自动在文章中插入图表链接;输出目录结构 `diagram/{article-slug}/NN-{type}-{slug}/` + +### 修复 +- `baoyu-article-illustrator`:修复生成图像中出现颜色名称和色值文字的问题 —— 在所有调色板参考文件和提示构建规则中添加语义约束 +- `baoyu-cover-image`:修复生成图像中出现颜色名称和色值文字的问题 —— 在所有调色板参考文件和提示模板中添加约束 +- `baoyu-image-cards`:修复生成图像中出现颜色名称文字的问题 +- `baoyu-post-to-wechat`:修复文章摘要中 HTML 实体未解码及 HTML 标签未剥离的问题,避免微信文章摘要显示乱码 + ## 1.102.0 - 2026-04-12 ### 新功能 diff --git a/CLAUDE.md b/CLAUDE.md index bc5a1c5..8aa5eb2 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,6 +1,6 @@ # CLAUDE.md -Claude Code marketplace plugin providing AI-powered content generation skills. Version: **1.97.0**. +Claude Code marketplace plugin providing AI-powered content generation skills. Version: **1.103.0**. ## Architecture