diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index b014f97..1a3b572 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.42.3" + "version": "1.43.0" }, "plugins": [ { diff --git a/CHANGELOG.md b/CHANGELOG.md index ddfc33c..bc1b50b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ English | [中文](./CHANGELOG.zh.md) +## 1.43.0 - 2026-03-02 + +### Features +- `baoyu-post-to-wechat`: support env var overrides for browser debug port (`WECHAT_BROWSER_DEBUG_PORT`) and profile directory (`WECHAT_BROWSER_PROFILE_DIR`) +- `baoyu-post-to-x`: support env var overrides for browser debug port (`X_BROWSER_DEBUG_PORT`) and profile directory (`X_BROWSER_PROFILE_DIR`) + ## 1.42.3 - 2026-03-02 ### Fixes diff --git a/CHANGELOG.zh.md b/CHANGELOG.zh.md index 5a4781a..633d90c 100644 --- a/CHANGELOG.zh.md +++ b/CHANGELOG.zh.md @@ -2,6 +2,12 @@ [English](./CHANGELOG.md) | 中文 +## 1.43.0 - 2026-03-02 + +### 新功能 +- `baoyu-post-to-wechat`:支持通过环境变量覆盖浏览器调试端口(`WECHAT_BROWSER_DEBUG_PORT`)和配置目录(`WECHAT_BROWSER_PROFILE_DIR`) +- `baoyu-post-to-x`:支持通过环境变量覆盖浏览器调试端口(`X_BROWSER_DEBUG_PORT`)和配置目录(`X_BROWSER_PROFILE_DIR`) + ## 1.42.3 - 2026-03-02 ### 修复