diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index e3b9f99..f31a4e8 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.23.1" + "version": "1.24.0" }, "plugins": [ { diff --git a/CHANGELOG.md b/CHANGELOG.md index dc6ef5b..81d012d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ English | [中文](./CHANGELOG.zh.md) +## 1.24.0 - 2026-01-27 + +### Features +- `baoyu-post-to-wechat`: reuse existing Chrome browser instead of requiring all windows closed (by @AliceLJY). + +### Fixes +- `baoyu-post-to-wechat`: improves title extraction to support h1/h2 headings; adds summary auto-fill and content verification after paste/type; supports flexible HTML meta tag attribute ordering. + +### Documentation +- `release-skills`: adds third-party contributor attribution rules to changelog workflow. +- Backfills missing third-party contributor attributions across historical changelog entries. + ## 1.23.1 - 2026-01-27 ### Fixes diff --git a/CHANGELOG.zh.md b/CHANGELOG.zh.md index 07995c2..6353408 100644 --- a/CHANGELOG.zh.md +++ b/CHANGELOG.zh.md @@ -2,6 +2,18 @@ [English](./CHANGELOG.md) | 中文 +## 1.24.0 - 2026-01-27 + +### 新功能 +- `baoyu-post-to-wechat`:复用已打开的 Chrome 浏览器,无需关闭所有窗口 (by @AliceLJY)。 + +### 修复 +- `baoyu-post-to-wechat`:改进标题提取,支持 h1/h2 标题;新增摘要自动填充和粘贴/输入后内容验证;支持 HTML meta 标签属性顺序灵活匹配。 + +### 文档 +- `release-skills`:在发布流程中新增第三方贡献者署名规则。 +- 补全历史 changelog 中缺失的第三方贡献者署名。 + ## 1.23.1 - 2026-01-27 ### 修复