From 6c0ae7a86a3fc2e4d4cc8f5a8a18643ba3fefdcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jim=20Liu=20=E5=AE=9D=E7=8E=89?= Date: Tue, 10 Feb 2026 15:50:31 -0600 Subject: [PATCH] chore: release v1.31.1 --- .claude-plugin/marketplace.json | 2 +- CHANGELOG.md | 9 +++++++++ CHANGELOG.zh.md | 9 +++++++++ 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 1c817d8..f2d7459 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.31.0" + "version": "1.31.1" }, "plugins": [ { diff --git a/CHANGELOG.md b/CHANGELOG.md index 09f1f39..b3ffe8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ English | [中文](./CHANGELOG.zh.md) +## 1.31.1 - 2026-02-10 + +### Features +- `baoyu-post-to-wechat`: adapt to new WeChat UI — rename 图文 to 贴图; add ProseMirror editor support with old editor fallback; add fallback file input selector; add upload progress monitoring; improve save button detection with toast verification. + +### Fixes +- `baoyu-post-to-wechat`: truncate digest > 120 chars at punctuation boundary; fix cover image relative path resolution. +- `baoyu-post-to-x`: fix Chrome launch on macOS via `open -na`; fix cover image relative path resolution. + ## 1.31.0 - 2026-02-07 ### Features diff --git a/CHANGELOG.zh.md b/CHANGELOG.zh.md index cbe66db..a219c95 100644 --- a/CHANGELOG.zh.md +++ b/CHANGELOG.zh.md @@ -2,6 +2,15 @@ [English](./CHANGELOG.md) | 中文 +## 1.31.1 - 2026-02-10 + +### 新功能 +- `baoyu-post-to-wechat`:适配微信新版 UI — 图文更名为贴图;新增 ProseMirror 编辑器支持(兼容旧版编辑器);新增备用文件上传选择器;新增上传进度监控;改进保存按钮检测并增加 toast 验证。 + +### 修复 +- `baoyu-post-to-wechat`:摘要超过 120 字符时在标点处截断;修复封面图片相对路径解析。 +- `baoyu-post-to-x`:修复 macOS 上 Chrome 启动问题(使用 `open -na`);修复封面图片相对路径解析。 + ## 1.31.0 - 2026-02-07 ### 新功能