From 6cc8627ca8c6d64fd3fadc565ed9b895a90f8166 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jim=20Liu=20=E5=AE=9D=E7=8E=89?= Date: Thu, 12 Feb 2026 01:58:23 -0600 Subject: [PATCH] chore: release v1.32.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 92f147e..1205e36 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.31.2" + "version": "1.32.0" }, "plugins": [ { diff --git a/CHANGELOG.md b/CHANGELOG.md index b1cd214..67f1129 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ English | [中文](./CHANGELOG.zh.md) +## 1.32.0 - 2026-02-12 + +### Features +- `baoyu-danger-x-to-markdown`: add `--download-media` flag to download images/videos locally and rewrite markdown links to relative paths; add media localization module; add first-time setup with EXTEND.md preferences; add `coverImage` to frontmatter output. + +### Refactor +- `baoyu-danger-x-to-markdown`: use camelCase for frontmatter keys (`tweetCount`, `coverImage`, `requestedUrl`, etc.). +- `baoyu-format-markdown`: rename `featureImage` to `coverImage` as primary frontmatter key (with `featureImage` as accepted alias). +- `baoyu-post-to-wechat`: prioritize `coverImage` over `featureImage` in cover image frontmatter lookup order. + ## 1.31.2 - 2026-02-10 ### Fixes diff --git a/CHANGELOG.zh.md b/CHANGELOG.zh.md index 4eb7e5c..d589450 100644 --- a/CHANGELOG.zh.md +++ b/CHANGELOG.zh.md @@ -2,6 +2,16 @@ [English](./CHANGELOG.md) | 中文 +## 1.32.0 - 2026-02-12 + +### 新功能 +- `baoyu-danger-x-to-markdown`:新增 `--download-media` 参数,支持将图片/视频下载到本地并将 markdown 链接改写为相对路径;新增媒体本地化模块;新增首次使用 EXTEND.md 偏好设置;在 frontmatter 中输出 `coverImage`。 + +### 重构 +- `baoyu-danger-x-to-markdown`:frontmatter 字段改为 camelCase(`tweetCount`、`coverImage`、`requestedUrl` 等)。 +- `baoyu-format-markdown`:将主 frontmatter 字段从 `featureImage` 更名为 `coverImage`(兼容 `featureImage`)。 +- `baoyu-post-to-wechat`:封面图片 frontmatter 查找顺序中优先使用 `coverImage`。 + ## 1.31.2 - 2026-02-10 ### 修复