chore: release v1.104.0

This commit is contained in:
Jim Liu 宝玉 2026-04-13 14:24:04 -05:00
parent b3f5c0a8aa
commit 1ba68c9a9c
4 changed files with 18 additions and 2 deletions

View File

@ -6,7 +6,7 @@
}, },
"metadata": { "metadata": {
"description": "Skills shared by Baoyu for improving daily work efficiency", "description": "Skills shared by Baoyu for improving daily work efficiency",
"version": "1.103.1" "version": "1.104.0"
}, },
"plugins": [ "plugins": [
{ {

View File

@ -2,6 +2,14 @@
English | [中文](./CHANGELOG.zh.md) English | [中文](./CHANGELOG.zh.md)
## 1.104.0 - 2026-04-13
### Features
- `baoyu-diagram`: add Mermaid sketch step (6d-0) before SVG generation — write a Mermaid code block as structural intent; add MermaidSVG consistency check in step 6f
### Fixes
- `baoyu-post-to-wechat`: verify editor focus before paste and type operations to prevent silent paste failures
## 1.103.1 - 2026-04-13 ## 1.103.1 - 2026-04-13
### Fixes ### Fixes

View File

@ -2,6 +2,14 @@
[English](./CHANGELOG.md) | 中文 [English](./CHANGELOG.md) | 中文
## 1.104.0 - 2026-04-13
### 新功能
- `baoyu-diagram`:新增 Mermaid 草图步骤6d-0在生成 SVG 前先写 Mermaid 代码块作为结构意图;在步骤 6f 新增 MermaidSVG 一致性检查
### 修复
- `baoyu-post-to-wechat`:在粘贴和输入操作前校验编辑器焦点,避免粘贴静默失败
## 1.103.1 - 2026-04-13 ## 1.103.1 - 2026-04-13
### 修复 ### 修复

View File

@ -1,6 +1,6 @@
# CLAUDE.md # CLAUDE.md
Claude Code marketplace plugin providing AI-powered content generation skills. Version: **1.103.0**. Claude Code marketplace plugin providing AI-powered content generation skills. Version: **1.104.0**.
## Architecture ## Architecture