From cc95e6fe057400fcd274ba952f2056d2a84f21f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jim=20Liu=20=E5=AE=9D=E7=8E=89?= Date: Tue, 3 Feb 2026 11:49:41 -0600 Subject: [PATCH] chore: release v1.28.4 --- .claude-plugin/marketplace.json | 2 +- CHANGELOG.md | 8 ++++++++ CHANGELOG.zh.md | 8 ++++++++ 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index a339548..4fcbb1d 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.28.3" + "version": "1.28.4" }, "plugins": [ { diff --git a/CHANGELOG.md b/CHANGELOG.md index c8cfa07..6a33b9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ English | [中文](./CHANGELOG.zh.md) +## 1.28.4 - 2026-02-03 + +### Features +- `baoyu-markdown-to-html`: add author and description meta tags to generated HTML from YAML frontmatter; strip quotes from frontmatter values (supports both English and Chinese quotation marks). + +### Fixes +- `baoyu-post-to-wechat`: remove extra empty lines after image paste; fix summary field timing to fill after content paste (prevents being overwritten). + ## 1.28.3 - 2026-02-03 ### Fixes diff --git a/CHANGELOG.zh.md b/CHANGELOG.zh.md index 7801503..3a25f55 100644 --- a/CHANGELOG.zh.md +++ b/CHANGELOG.zh.md @@ -2,6 +2,14 @@ [English](./CHANGELOG.md) | 中文 +## 1.28.4 - 2026-02-03 + +### 新功能 +- `baoyu-markdown-to-html`:从 YAML frontmatter 生成 author 和 description meta 标签;自动去除 frontmatter 值两端的引号(支持中英文引号)。 + +### 修复 +- `baoyu-post-to-wechat`:移除图片粘贴后产生的多余空行;修复摘要填充时机,改为内容粘贴后填写(避免被覆盖)。 + ## 1.28.3 - 2026-02-03 ### 修复