mirror of
https://github.com/JimLiu/baoyu-skills.git
synced 2026-08-02 07:09:47 +08:00
chore: release v1.52.0
This commit is contained in:
@@ -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.51.2"
|
"version": "1.52.0"
|
||||||
},
|
},
|
||||||
"plugins": [
|
"plugins": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -2,6 +2,16 @@
|
|||||||
|
|
||||||
English | [中文](./CHANGELOG.zh.md)
|
English | [中文](./CHANGELOG.zh.md)
|
||||||
|
|
||||||
|
## 1.52.0 - 2026-03-06
|
||||||
|
|
||||||
|
### Features
|
||||||
|
- `baoyu-post-to-weibo`: add video upload support via `--video` flag (max 18 files total)
|
||||||
|
- `baoyu-post-to-weibo`: switch from clipboard paste to `DOM.setFileInputFiles` for more reliable uploads
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
- `baoyu-post-to-weibo`: add Chrome health check with auto-restart for unresponsive instances
|
||||||
|
- `baoyu-post-to-weibo`: add navigation check to ensure Weibo home page before posting
|
||||||
|
|
||||||
## 1.51.2 - 2026-03-06
|
## 1.51.2 - 2026-03-06
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|||||||
@@ -2,6 +2,16 @@
|
|||||||
|
|
||||||
[English](./CHANGELOG.md) | 中文
|
[English](./CHANGELOG.md) | 中文
|
||||||
|
|
||||||
|
## 1.52.0 - 2026-03-06
|
||||||
|
|
||||||
|
### 新功能
|
||||||
|
- `baoyu-post-to-weibo`:新增 `--video` 视频上传支持(图片+视频最多 18 个文件)
|
||||||
|
- `baoyu-post-to-weibo`:上传方式从剪贴板粘贴改为 `DOM.setFileInputFiles`,提升上传可靠性
|
||||||
|
|
||||||
|
### 修复
|
||||||
|
- `baoyu-post-to-weibo`:新增 Chrome 健康检查,无响应时自动重启
|
||||||
|
- `baoyu-post-to-weibo`:发布前检查页面是否在微博首页,避免在错误页面操作
|
||||||
|
|
||||||
## 1.51.2 - 2026-03-06
|
## 1.51.2 - 2026-03-06
|
||||||
|
|
||||||
### 修复
|
### 修复
|
||||||
|
|||||||
Reference in New Issue
Block a user