From b45b5d2c6e3ca7814204ffc0079d4ca06feef28a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jim=20Liu=20=E5=AE=9D=E7=8E=89?= Date: Thu, 29 Jan 2026 20:59:45 -0600 Subject: [PATCH] chore: release v1.26.0 --- .claude-plugin/marketplace.json | 2 +- CHANGELOG.md | 6 ++++++ CHANGELOG.zh.md | 6 ++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 4f522c6..1da5a3b 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.4" + "version": "1.26.0" }, "plugins": [ { diff --git a/CHANGELOG.md b/CHANGELOG.md index 66ccecf..f03a563 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ English | [中文](./CHANGELOG.zh.md) +## 1.26.0 - 2026-01-29 + +### Features +- `baoyu-xhs-images`: add `notebook` style (hand-drawn infographic with watercolor rendering and Morandi palette) and `study-notes` style (realistic handwritten photo aesthetic). +- `baoyu-xhs-images`: add `mindmap` (center radial) and `quadrant` (four-section grid) layouts. + ## 1.25.4 - 2026-01-29 ### Fixes diff --git a/CHANGELOG.zh.md b/CHANGELOG.zh.md index e04d988..d23fbfd 100644 --- a/CHANGELOG.zh.md +++ b/CHANGELOG.zh.md @@ -2,6 +2,12 @@ [English](./CHANGELOG.md) | 中文 +## 1.26.0 - 2026-01-29 + +### 新功能 +- `baoyu-xhs-images`:新增 `notebook` 风格(水彩渲染手绘信息图 + 莫兰迪配色)和 `study-notes` 风格(真实手写照片美学)。 +- `baoyu-xhs-images`:新增 `mindmap`(中心发散式)和 `quadrant`(四象限)布局。 + ## 1.25.4 - 2026-01-29 ### 修复