video-pipeline 1.2.2 → 1.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +26 -0
- package/README.md +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.2.4] - 2026-06-11
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- release body 自动提取当前版本 CHANGELOG 段 (`4f03302`)
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- sed 模式改用 #+ 匹配任意层级标题,兼容 major/minor/patch 不同 # 数量 (`86f2e5b`)
|
|
12
|
+
|
|
13
|
+
### Documentation
|
|
14
|
+
|
|
15
|
+
- update (`9e4fd55`)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
## [1.2.3] - 2026-06-11
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
- 修复 Release 版本名双 v 前缀 + 只显示当前版本变更 (`9108168`)
|
|
23
|
+
|
|
24
|
+
### Chores
|
|
25
|
+
|
|
26
|
+
- 仓库地址统一指向 GitHub (gitee → github) (`d2f3462`)
|
|
27
|
+
|
|
28
|
+
|
|
3
29
|
## [1.2.2] - 2026-06-11
|
|
4
30
|
|
|
5
31
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ video-pipeline --help
|
|
|
25
25
|
|
|
26
26
|
```bash
|
|
27
27
|
# 克隆或下载脚本
|
|
28
|
-
git clone https://
|
|
28
|
+
git clone https://github.com/GuoSirius/yt-dlp_ffmpeg_whisper_memo-ai.git
|
|
29
29
|
cd yt-dlp_ffmpeg_whisper_memo-ai
|
|
30
30
|
|
|
31
31
|
# 安装 Python 依赖
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "video-pipeline",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.4",
|
|
4
4
|
"description": "视频下载、转码、文本识别、AI 关键词分析一体化流程 CLI 工具",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"video",
|
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
"tencent",
|
|
18
18
|
"youku"
|
|
19
19
|
],
|
|
20
|
-
"homepage": "https://
|
|
20
|
+
"homepage": "https://github.com/GuoSirius/yt-dlp_ffmpeg_whisper_memo-ai",
|
|
21
21
|
"repository": {
|
|
22
22
|
"type": "git",
|
|
23
|
-
"url": "https://
|
|
23
|
+
"url": "https://github.com/GuoSirius/yt-dlp_ffmpeg_whisper_memo-ai.git"
|
|
24
24
|
},
|
|
25
25
|
"bugs": {
|
|
26
|
-
"url": "https://
|
|
26
|
+
"url": "https://github.com/GuoSirius/yt-dlp_ffmpeg_whisper_memo-ai/issues"
|
|
27
27
|
},
|
|
28
28
|
"license": "MIT",
|
|
29
29
|
"author": "",
|