diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 23f2f95..4875ec4 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.34.1" + "version": "1.34.2" }, "plugins": [ { diff --git a/CHANGELOG.md b/CHANGELOG.md index 0117012..134dc7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ English | [中文](./CHANGELOG.zh.md) +## 1.34.2 - 2026-02-25 + +### Documentation +- `baoyu-markdown-to-html`: clarify theme resolution order with local and cross-skill EXTEND.md fallbacks before prompting user. +- `baoyu-post-to-wechat`: align markdown conversion theme handling with deterministic fallback (`CLI --theme` -> EXTEND.md `default_theme` -> `default`) and require explicit `--theme` parameter. + ## 1.34.1 - 2026-02-20 ### Fixes diff --git a/CHANGELOG.zh.md b/CHANGELOG.zh.md index f64bee7..4106c92 100644 --- a/CHANGELOG.zh.md +++ b/CHANGELOG.zh.md @@ -2,6 +2,12 @@ [English](./CHANGELOG.md) | 中文 +## 1.34.2 - 2026-02-25 + +### 文档 +- `baoyu-markdown-to-html`:明确主题解析优先级,先读取本技能与跨技能 EXTEND.md 的 `default_theme`,仅在未命中时询问用户。 +- `baoyu-post-to-wechat`:统一 markdown 转 HTML 的主题解析回退链(CLI `--theme` -> EXTEND.md `default_theme` -> `default`),并强制始终显式传入 `--theme` 参数。 + ## 1.34.1 - 2026-02-20 ### 修复