From 40f9f05c22eae76c93aba0f20d8367fe563a3337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jim=20Liu=20=E5=AE=9D=E7=8E=89?= Date: Tue, 24 Mar 2026 20:59:56 -0500 Subject: [PATCH] chore: release v1.81.0 --- .claude-plugin/marketplace.json | 2 +- CHANGELOG.md | 8 ++++++++ CHANGELOG.zh.md | 8 ++++++++ CLAUDE.md | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 1b7ded0..d99290c 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -6,7 +6,7 @@ }, "metadata": { "description": "Skills shared by Baoyu for improving daily work efficiency", - "version": "1.80.1" + "version": "1.81.0" }, "plugins": [ { diff --git a/CHANGELOG.md b/CHANGELOG.md index 912468a..fb17ef4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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 ### Fixes diff --git a/CHANGELOG.zh.md b/CHANGELOG.zh.md index dbcdcb6..774309f 100644 --- a/CHANGELOG.zh.md +++ b/CHANGELOG.zh.md @@ -2,6 +2,14 @@ [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 ### 修复 diff --git a/CLAUDE.md b/CLAUDE.md index 9575d8e..97a66b4 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,6 +1,6 @@ # 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