diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 42a22bd..46a5c99 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.33.0" + "version": "1.33.1" }, "plugins": [ { diff --git a/CHANGELOG.md b/CHANGELOG.md index bbcf81e..281ebfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ English | [中文](./CHANGELOG.zh.md) +## 1.33.1 - 2026-02-14 + +### Refactor +- `baoyu-post-to-x`: replace hand-rolled markdown parser with marked ecosystem for X Articles HTML conversion. + +### Documentation +- `baoyu-post-to-x`: remove `--submit` flag from all scripts; clarify that scripts only fill content into browser for manual review and publish. + ## 1.33.0 - 2026-02-13 ### Features diff --git a/CHANGELOG.zh.md b/CHANGELOG.zh.md index 37d7943..81ca3ca 100644 --- a/CHANGELOG.zh.md +++ b/CHANGELOG.zh.md @@ -2,6 +2,14 @@ [English](./CHANGELOG.md) | 中文 +## 1.33.1 - 2026-02-14 + +### 重构 +- `baoyu-post-to-x`:将手写 markdown 解析器替换为 marked 生态系统,用于 X Articles HTML 转换。 + +### 文档 +- `baoyu-post-to-x`:移除所有脚本的 `--submit` 参数;明确脚本仅将内容填充到浏览器,由用户手动审核和发布。 + ## 1.33.0 - 2026-02-13 ### 新功能