From e4d4ec8334f3232de40771c4ed4f1b2a9ddde500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jim=20Liu=20=E5=AE=9D=E7=8E=89?= Date: Sun, 8 Mar 2026 22:30:46 -0500 Subject: [PATCH] chore: release v1.58.0 --- .claude-plugin/marketplace.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ CHANGELOG.zh.md | 15 +++++++++++++++ 3 files changed, 31 insertions(+), 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index a39ba33..478f9a9 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.57.0" + "version": "1.58.0" }, "plugins": [ { diff --git a/CHANGELOG.md b/CHANGELOG.md index d50410e..1706626 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ English | [中文](./CHANGELOG.zh.md) +## 1.58.0 - 2026-03-08 + +### Features +- Add XDG config path support for EXTEND.md (by @liby) + +### Fixes +- `baoyu-post-to-wechat`: surface agent-browser startup errors +- `baoyu-post-to-wechat`: harden agent-browser command and eval handling (by @luojiyin1987) +- `baoyu-image-gen`: use execFileSync for google curl requests (by @luojiyin1987) +- `baoyu-format-markdown`: use spawnSync for autocorrect command (by @luojiyin1987) + +### Documentation +- Fix CLAUDE dependency statement (by @luojiyin1987) +- Add markdown-to-html to README utility skills (by @luojiyin1987) + ## 1.57.0 - 2026-03-08 ### Features diff --git a/CHANGELOG.zh.md b/CHANGELOG.zh.md index 48b1eed..fb501fa 100644 --- a/CHANGELOG.zh.md +++ b/CHANGELOG.zh.md @@ -2,6 +2,21 @@ [English](./CHANGELOG.md) | 中文 +## 1.58.0 - 2026-03-08 + +### 新功能 +- 新增 EXTEND.md 的 XDG 配置路径支持 (by @liby) + +### 修复 +- `baoyu-post-to-wechat`:暴露 agent-browser 启动错误信息 +- `baoyu-post-to-wechat`:加固 agent-browser 命令和 eval 处理 (by @luojiyin1987) +- `baoyu-image-gen`:使用 execFileSync 替代 shell 执行 Google curl 请求 (by @luojiyin1987) +- `baoyu-format-markdown`:使用 spawnSync 替代 shell 执行 autocorrect 命令 (by @luojiyin1987) + +### 文档 +- 修正 CLAUDE 依赖说明 (by @luojiyin1987) +- 将 markdown-to-html 添加到 README 工具技能列表 (by @luojiyin1987) + ## 1.57.0 - 2026-03-08 ### 新功能