chore: release v1.88.0

This commit is contained in:
Jim Liu 宝玉
2026-03-27 14:12:23 -05:00
parent 2ff139112f
commit c51ae47eac
4 changed files with 26 additions and 2 deletions
+12
View File
@@ -2,6 +2,18 @@
[English](./CHANGELOG.md) | 中文
## 1.88.0 - 2026-03-27
### 新功能
- `baoyu-fetch`:新增 URL 阅读器 CLI 包,支持 Chrome CDP 和站点适配器(X/Twitter、YouTube、Hacker News、通用页面)
### 重构
- `baoyu-url-to-markdown`:用 `baoyu-fetch` CLI 替换自定义 CDP/转换管道
- `shared-skill-packages`:支持 `package.json``files` 白名单,vendor 同步时过滤测试文件、CHANGELOG 和 `.changeset` 目录
### 修复
- `baoyu-md`:修正测试中图片路径 `images/``imgs/`
## 1.87.2 - 2026-03-26
### 重构