From 218816041804433f3e0bb7ce94f32223bb8d6437 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jim=20Liu=20=E5=AE=9D=E7=8E=89?= Date: Sat, 28 Feb 2026 01:15:53 -0600 Subject: [PATCH] chore: release v1.40.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 6f72031..c167e17 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.39.0" + "version": "1.40.0" }, "plugins": [ { diff --git a/CHANGELOG.md b/CHANGELOG.md index 46949b4..99d99cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ English | [中文](./CHANGELOG.zh.md) +## 1.40.0 - 2026-02-28 + +### Features +- `baoyu-image-gen`: support OpenAI chat completions endpoint for image generation (by @zhao-newname) +- `baoyu-markdown-to-html`: add CLI customization options (--color, --font-family, --font-size, --code-theme, --mac-code-block, --line-number, --cite, --count, --legend) and EXTEND.md config support + ## 1.39.0 - 2026-02-28 ### Features diff --git a/CHANGELOG.zh.md b/CHANGELOG.zh.md index 447a4c0..f2a408c 100644 --- a/CHANGELOG.zh.md +++ b/CHANGELOG.zh.md @@ -2,6 +2,12 @@ [English](./CHANGELOG.md) | 中文 +## 1.40.0 - 2026-02-28 + +### 新功能 +- `baoyu-image-gen`:支持 OpenAI Chat Completions 端点生成图片 (by @zhao-newname) +- `baoyu-markdown-to-html`:新增 CLI 自定义选项(--color、--font-family、--font-size、--code-theme、--mac-code-block、--line-number、--cite、--count、--legend)及 EXTEND.md 配置支持 + ## 1.39.0 - 2026-02-28 ### 新功能