From fdfb0e2dfe56fd5072aa87e05f216c5ae3b8bfc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jim=20Liu=20=E5=AE=9D=E7=8E=89?= Date: Sun, 8 Mar 2026 13:07:49 -0500 Subject: [PATCH] chore: release v1.55.0 --- .claude-plugin/marketplace.json | 2 +- CHANGELOG.md | 10 ++++++++++ CHANGELOG.zh.md | 10 ++++++++++ 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index cb9bdad..82c286b 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.54.1" + "version": "1.55.0" }, "plugins": [ { diff --git a/CHANGELOG.md b/CHANGELOG.md index 79c22a0..27d9bfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ English | [中文](./CHANGELOG.zh.md) +## 1.55.0 - 2026-03-08 + +### Features +- `baoyu-article-illustrator`: add screen-print style and `--preset` flag for quick type + style selection +- `baoyu-cover-image`: add screen-print rendering and duotone palette with 5 new style presets +- `baoyu-xhs-images`: add screen-print style and `--preset` flag with 23 built-in presets + +### Documentation +- Add credits section to both READMEs acknowledging open source inspirations + ## 1.54.1 - 2026-03-07 ### Fixes diff --git a/CHANGELOG.zh.md b/CHANGELOG.zh.md index 0a77206..6c246d8 100644 --- a/CHANGELOG.zh.md +++ b/CHANGELOG.zh.md @@ -2,6 +2,16 @@ [English](./CHANGELOG.md) | 中文 +## 1.55.0 - 2026-03-08 + +### 新功能 +- `baoyu-article-illustrator`:新增 screen-print 风格和 `--preset` 快捷预设(如 tech-explainer、opinion-piece) +- `baoyu-cover-image`:新增 screen-print 渲染风格和 duotone 调色板,包含 5 个新预设(poster-art、mondo 等) +- `baoyu-xhs-images`:新增 screen-print 风格和 `--preset` 快捷预设,内置 23 个场景预设 + +### 文档 +- 为中英文 README 新增致谢章节,致敬相关开源项目 + ## 1.54.1 - 2026-03-07 ### 修复