chore: release v1.81.0

This commit is contained in:
Jim Liu 宝玉 2026-03-24 20:59:56 -05:00
parent 09ce80357f
commit 40f9f05c22
4 changed files with 18 additions and 2 deletions

View File

@ -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.80.1" "version": "1.81.0"
}, },
"plugins": [ "plugins": [
{ {

View File

@ -2,6 +2,14 @@
English | [中文](./CHANGELOG.zh.md) English | [中文](./CHANGELOG.zh.md)
## 1.81.0 - 2026-03-24
### Features
- `baoyu-youtube-transcript`: add yt-dlp fallback when YouTube blocks direct InnerTube API, with alternate client identity retry and cookie support via `YOUTUBE_TRANSCRIPT_COOKIES_FROM_BROWSER` env var
### Refactor
- `baoyu-youtube-transcript`: split monolithic script into typed modules (youtube, transcript, storage, shared, types) and add unit tests
## 1.80.1 - 2026-03-24 ## 1.80.1 - 2026-03-24
### Fixes ### Fixes

View File

@ -2,6 +2,14 @@
[English](./CHANGELOG.md) | 中文 [English](./CHANGELOG.md) | 中文
## 1.81.0 - 2026-03-24
### 新功能
- `baoyu-youtube-transcript`YouTube 封锁直连 InnerTube API 时自动回退到 yt-dlp支持备用客户端身份重试及通过 `YOUTUBE_TRANSCRIPT_COOKIES_FROM_BROWSER` 环境变量传递浏览器 Cookie
### 重构
- `baoyu-youtube-transcript`将单体脚本拆分为类型化模块youtube、transcript、storage、shared、types并添加单元测试
## 1.80.1 - 2026-03-24 ## 1.80.1 - 2026-03-24
### 修复 ### 修复

View File

@ -1,6 +1,6 @@
# CLAUDE.md # CLAUDE.md
Claude Code marketplace plugin providing AI-powered content generation skills. Version: **1.80.1**. Claude Code marketplace plugin providing AI-powered content generation skills. Version: **1.81.0**.
## Architecture ## Architecture