chore: release v1.88.0
This commit is contained in:
parent
2ff139112f
commit
c51ae47eac
|
|
@ -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.87.2"
|
"version": "1.88.0"
|
||||||
},
|
},
|
||||||
"plugins": [
|
"plugins": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -2,6 +2,18 @@
|
||||||
|
|
||||||
English | [中文](./CHANGELOG.zh.md)
|
English | [中文](./CHANGELOG.zh.md)
|
||||||
|
|
||||||
|
## 1.88.0 - 2026-03-27
|
||||||
|
|
||||||
|
### Features
|
||||||
|
- `baoyu-fetch`: new URL reader CLI package with Chrome CDP and site-specific adapters (X/Twitter, YouTube, Hacker News, generic)
|
||||||
|
|
||||||
|
### Refactor
|
||||||
|
- `baoyu-url-to-markdown`: replace custom CDP/converter pipeline with `baoyu-fetch` CLI
|
||||||
|
- `shared-skill-packages`: add `package.json` `files` allowlist support and filter test files, changelogs, and `.changeset` dirs during vendor sync
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
- `baoyu-md`: rename test image paths from `images/` to `imgs/`
|
||||||
|
|
||||||
## 1.87.2 - 2026-03-26
|
## 1.87.2 - 2026-03-26
|
||||||
|
|
||||||
### Refactor
|
### Refactor
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,18 @@
|
||||||
|
|
||||||
[English](./CHANGELOG.md) | 中文
|
[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
|
## 1.87.2 - 2026-03-26
|
||||||
|
|
||||||
### 重构
|
### 重构
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue