From 7c36b2a6a573dacf6957d21f060de83ded59fbab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jim=20Liu=20=E5=AE=9D=E7=8E=89?= Date: Sun, 1 Feb 2026 19:49:49 -0600 Subject: [PATCH] chore: release v1.28.0 --- .claude-plugin/marketplace.json | 2 +- CHANGELOG.md | 11 +++++++++++ CHANGELOG.zh.md | 11 +++++++++++ 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index ab01f9d..cb4af7a 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.27.0" + "version": "1.28.0" }, "plugins": [ { diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e6ed43..7d8eba2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ English | [中文](./CHANGELOG.zh.md) +## 1.28.0 - 2026-02-01 + +### Features +- `baoyu-cover-image`: add reference image support (`--ref` parameter) with direct/style/palette usage types; add visual elements library with icon vocabulary by topic. +- `baoyu-article-illustrator`: add reference image support with direct/style/palette usage types. +- `baoyu-post-to-wechat`: add `newspic` article type for image-text posts. + +### Refactor +- `baoyu-cover-image`, `baoyu-article-illustrator`, `baoyu-comic`, `baoyu-xhs-images`: enforce first-time setup as blocking operation before any other workflow steps. +- `baoyu-cover-image`: remove character limits from titles, use original source titles. + ## 1.26.1 - 2026-01-29 ### Features diff --git a/CHANGELOG.zh.md b/CHANGELOG.zh.md index e4f1403..2942b86 100644 --- a/CHANGELOG.zh.md +++ b/CHANGELOG.zh.md @@ -2,6 +2,17 @@ [English](./CHANGELOG.md) | 中文 +## 1.28.0 - 2026-02-01 + +### 新功能 +- `baoyu-cover-image`:新增参考图片支持(`--ref` 参数),支持 direct/style/palette 三种用法;新增视觉元素库,按主题分类图标词汇。 +- `baoyu-article-illustrator`:新增参考图片支持,支持 direct/style/palette 三种用法。 +- `baoyu-post-to-wechat`:新增 `newspic` 图文消息类型支持。 + +### 重构 +- `baoyu-cover-image`、`baoyu-article-illustrator`、`baoyu-comic`、`baoyu-xhs-images`:强化首次设置为阻塞操作,必须在其他工作流步骤之前完成。 +- `baoyu-cover-image`:移除标题字符数限制,使用原始来源标题。 + ## 1.26.1 - 2026-01-29 ### 新功能