From 3b031c77680131f32c212f8051e29d9f9b394bf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jim=20Liu=20=E5=AE=9D=E7=8E=89?= Date: Fri, 6 Mar 2026 20:54:11 -0600 Subject: [PATCH] chore: release v1.52.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 30a2856..a4c34c3 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.51.2" + "version": "1.52.0" }, "plugins": [ { diff --git a/CHANGELOG.md b/CHANGELOG.md index 12bf713..a48a5c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ English | [中文](./CHANGELOG.zh.md) +## 1.52.0 - 2026-03-06 + +### Features +- `baoyu-post-to-weibo`: add video upload support via `--video` flag (max 18 files total) +- `baoyu-post-to-weibo`: switch from clipboard paste to `DOM.setFileInputFiles` for more reliable uploads + +### Fixes +- `baoyu-post-to-weibo`: add Chrome health check with auto-restart for unresponsive instances +- `baoyu-post-to-weibo`: add navigation check to ensure Weibo home page before posting + ## 1.51.2 - 2026-03-06 ### Fixes diff --git a/CHANGELOG.zh.md b/CHANGELOG.zh.md index 7637eaf..4bca424 100644 --- a/CHANGELOG.zh.md +++ b/CHANGELOG.zh.md @@ -2,6 +2,16 @@ [English](./CHANGELOG.md) | 中文 +## 1.52.0 - 2026-03-06 + +### 新功能 +- `baoyu-post-to-weibo`:新增 `--video` 视频上传支持(图片+视频最多 18 个文件) +- `baoyu-post-to-weibo`:上传方式从剪贴板粘贴改为 `DOM.setFileInputFiles`,提升上传可靠性 + +### 修复 +- `baoyu-post-to-weibo`:新增 Chrome 健康检查,无响应时自动重启 +- `baoyu-post-to-weibo`:发布前检查页面是否在微博首页,避免在错误页面操作 + ## 1.51.2 - 2026-03-06 ### 修复