chore: release v1.89.0
This commit is contained in:
parent
3a8b0cc158
commit
8e2967d4a2
|
|
@ -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.88.0"
|
"version": "1.89.0"
|
||||||
},
|
},
|
||||||
"plugins": [
|
"plugins": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
21
CHANGELOG.md
21
CHANGELOG.md
|
|
@ -2,6 +2,27 @@
|
||||||
|
|
||||||
English | [中文](./CHANGELOG.zh.md)
|
English | [中文](./CHANGELOG.zh.md)
|
||||||
|
|
||||||
|
## 1.89.0 - 2026-03-31
|
||||||
|
|
||||||
|
### Features
|
||||||
|
- `baoyu-fetch`: add X session cookie sidecar to persist login across runs, graceful Chrome shutdown via Browser.close, and stale profile lock auto-recovery
|
||||||
|
- `baoyu-article-illustrator`: add warm palette variant for vector-illustration style with new `warm-knowledge` preset
|
||||||
|
- `baoyu-post-to-x`: add X session persistence after login, Chrome lock recovery, and graceful shutdown
|
||||||
|
|
||||||
|
### Documentation
|
||||||
|
- `baoyu-post-to-weibo`: add post type auto-selection rules and safer CDP kill instructions
|
||||||
|
|
||||||
|
### Refactor
|
||||||
|
- `baoyu-danger-gemini-web`: use graceful Chrome shutdown instead of hard kill
|
||||||
|
- `baoyu-danger-x-to-markdown`: use graceful Chrome shutdown instead of hard kill
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
- Sync npm lockfile and root node tests
|
||||||
|
|
||||||
|
### Maintenance
|
||||||
|
- `baoyu-url-to-markdown`: sync vendor baoyu-fetch with session and lifecycle changes
|
||||||
|
- Update bun.lock files
|
||||||
|
|
||||||
## 1.88.0 - 2026-03-27
|
## 1.88.0 - 2026-03-27
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,27 @@
|
||||||
|
|
||||||
[English](./CHANGELOG.md) | 中文
|
[English](./CHANGELOG.md) | 中文
|
||||||
|
|
||||||
|
## 1.89.0 - 2026-03-31
|
||||||
|
|
||||||
|
### 新功能
|
||||||
|
- `baoyu-fetch`:新增 X 会话 Cookie 旁路文件,跨运行持久化登录状态;通过 Browser.close 优雅关闭 Chrome;自动检测并清理过期的 Chrome 配置锁文件
|
||||||
|
- `baoyu-article-illustrator`:新增暖色调矢量插画配色方案,含 `warm-knowledge` 预设
|
||||||
|
- `baoyu-post-to-x`:新增登录后 X 会话持久化、Chrome 锁文件恢复和优雅关闭
|
||||||
|
|
||||||
|
### 文档
|
||||||
|
- `baoyu-post-to-weibo`:新增发帖类型自动选择规则,优化 CDP Chrome 终止指令
|
||||||
|
|
||||||
|
### 重构
|
||||||
|
- `baoyu-danger-gemini-web`:使用优雅 Chrome 关闭替代强制终止
|
||||||
|
- `baoyu-danger-x-to-markdown`:使用优雅 Chrome 关闭替代强制终止
|
||||||
|
|
||||||
|
### 修复
|
||||||
|
- 同步 npm lockfile 及修复根目录 Node 测试
|
||||||
|
|
||||||
|
### 维护
|
||||||
|
- `baoyu-url-to-markdown`:同步 vendor baoyu-fetch 的会话和生命周期改进
|
||||||
|
- 更新 bun.lock 文件
|
||||||
|
|
||||||
## 1.88.0 - 2026-03-27
|
## 1.88.0 - 2026-03-27
|
||||||
|
|
||||||
### 新功能
|
### 新功能
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue