chore: release v1.73.2

This commit is contained in:
Jim Liu 宝玉 2026-03-20 14:46:06 -05:00
parent 0e6bfbcabd
commit 83afacb00e
4 changed files with 18 additions and 2 deletions

View File

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

View File

@ -2,6 +2,14 @@
English | [中文](./CHANGELOG.zh.md)
## 1.73.2 - 2026-03-20
### Fixes
- `baoyu-post-to-wechat`: fix body image upload to correctly use media/uploadimg API with format and size validation (by @AICreator-Wind)
### Refactor
- `baoyu-post-to-wechat`: extract image processor module for local format conversion (WebP/BMP/GIF → JPEG/PNG) instead of material API fallback
## 1.73.1 - 2026-03-18
### Refactor

View File

@ -2,6 +2,14 @@
[English](./CHANGELOG.md) | 中文
## 1.73.2 - 2026-03-20
### 修复
- `baoyu-post-to-wechat`:修复正文图片上传,正确使用 media/uploadimg 接口并处理格式和大小限制 (by @AICreator-Wind)
### 重构
- `baoyu-post-to-wechat`提取图片处理模块本地转换不支持的格式WebP/BMP/GIF → JPEG/PNG而非回退到 material 接口
## 1.73.1 - 2026-03-18
### 重构

View File

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