From 6d1336d8bd680475bd36586be7fdba3c40642303 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jim=20Liu=20=E5=AE=9D=E7=8E=89?= Date: Thu, 5 Mar 2026 00:55:59 -0600 Subject: [PATCH] chore: release v1.45.0 --- .claude-plugin/marketplace.json | 2 +- CHANGELOG.md | 6 ++++++ CHANGELOG.zh.md | 6 ++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 402d1a2..221e73f 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.44.0" + "version": "1.45.0" }, "plugins": [ { diff --git a/CHANGELOG.md b/CHANGELOG.md index 5438b7d..0db80d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ English | [中文](./CHANGELOG.zh.md) +## 1.45.0 - 2026-03-05 + +### Features +- `baoyu-post-to-x`: add post-composition verification for X Articles — automatically checks remaining placeholders and image count after all images are inserted +- `baoyu-post-to-x`: increase CDP timeout to 60s and add 3s DOM stabilization delay between image insertions for long articles + ## 1.44.0 - 2026-03-05 ### Features diff --git a/CHANGELOG.zh.md b/CHANGELOG.zh.md index b6195b0..7f3d6b7 100644 --- a/CHANGELOG.zh.md +++ b/CHANGELOG.zh.md @@ -2,6 +2,12 @@ [English](./CHANGELOG.md) | 中文 +## 1.45.0 - 2026-03-05 + +### 新功能 +- `baoyu-post-to-x`:X 文章发布后自动验证——检查残留占位符和图片数量是否正确 +- `baoyu-post-to-x`:增加 CDP 超时至 60 秒,图片插入间隔增加 3 秒 DOM 稳定等待,改善长文章发布稳定性 + ## 1.44.0 - 2026-03-05 ### 新功能