From 20d2a78f87364efd87a32390c403ebd702579002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jim=20Liu=20=E5=AE=9D=E7=8E=89?= Date: Fri, 6 Mar 2026 14:56:49 -0600 Subject: [PATCH] chore: release v1.51.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 d4baf75..ebb5c35 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.50.0" + "version": "1.51.0" }, "plugins": [ { diff --git a/CHANGELOG.md b/CHANGELOG.md index d91ebf5..27c824d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ English | [中文](./CHANGELOG.zh.md) +## 1.51.0 - 2026-03-06 + +### Features +- `baoyu-post-to-weibo`: new skill for posting to Weibo — supports text posts with images and headline articles (头条文章) via Chrome CDP +- `baoyu-format-markdown`: add title/summary multi-candidate selection — generates 3 candidates for user to pick, with `auto_select` EXTEND.md support + ## 1.50.0 - 2026-03-06 ### Features diff --git a/CHANGELOG.zh.md b/CHANGELOG.zh.md index 7148139..b7ab9ed 100644 --- a/CHANGELOG.zh.md +++ b/CHANGELOG.zh.md @@ -2,6 +2,12 @@ [English](./CHANGELOG.md) | 中文 +## 1.51.0 - 2026-03-06 + +### 新功能 +- `baoyu-post-to-weibo`:新增微博发布技能——支持带图文本发布和头条文章,通过 Chrome CDP 自动化操作 +- `baoyu-format-markdown`:新增标题/摘要多候选项选择——生成 3 个候选供用户选择,支持 EXTEND.md 中的 `auto_select` 配置 + ## 1.50.0 - 2026-03-06 ### 新功能