chore: release v1.89.1
This commit is contained in:
parent
450c76d955
commit
b791ee5dc7
|
|
@ -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.89.0"
|
"version": "1.89.1"
|
||||||
},
|
},
|
||||||
"plugins": [
|
"plugins": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -2,6 +2,16 @@
|
||||||
|
|
||||||
English | [中文](./CHANGELOG.zh.md)
|
English | [中文](./CHANGELOG.zh.md)
|
||||||
|
|
||||||
|
## 1.89.1 - 2026-04-01
|
||||||
|
|
||||||
|
### Features
|
||||||
|
- `baoyu-chrome-cdp`: add `gracefulKillChrome` that waits for Chrome to exit and release its port; fix `killChrome` to use `exitCode`/`signalCode` instead of `.killed` for reliable process state detection
|
||||||
|
- `baoyu-fetch`: auto-detect login state before extraction in interaction wait mode
|
||||||
|
|
||||||
|
### Maintenance
|
||||||
|
- Sync vendor baoyu-chrome-cdp across CDP skills
|
||||||
|
- `baoyu-url-to-markdown`: sync vendor baoyu-fetch with login auto-detect
|
||||||
|
|
||||||
## 1.89.0 - 2026-03-31
|
## 1.89.0 - 2026-03-31
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,16 @@
|
||||||
|
|
||||||
[English](./CHANGELOG.md) | 中文
|
[English](./CHANGELOG.md) | 中文
|
||||||
|
|
||||||
|
## 1.89.1 - 2026-04-01
|
||||||
|
|
||||||
|
### 新功能
|
||||||
|
- `baoyu-chrome-cdp`:新增 `gracefulKillChrome`,等待 Chrome 进程退出并释放端口;修复 `killChrome` 使用 `exitCode`/`signalCode` 替代 `.killed` 以更可靠地检测进程状态
|
||||||
|
- `baoyu-fetch`:在交互等待模式下自动检测登录状态,未登录时提示用户先登录再提取内容
|
||||||
|
|
||||||
|
### 维护
|
||||||
|
- 同步 vendor baoyu-chrome-cdp 至所有 CDP 技能
|
||||||
|
- `baoyu-url-to-markdown`:同步 vendor baoyu-fetch 的登录自动检测功能
|
||||||
|
|
||||||
## 1.89.0 - 2026-03-31
|
## 1.89.0 - 2026-03-31
|
||||||
|
|
||||||
### 新功能
|
### 新功能
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue