video-pipeline 1.2.0 → 1.2.3
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 +30 -0
- package/README.md +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.2.3] - 2026-06-11
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
- 修复 Release 版本名双 v 前缀 + 只显示当前版本变更 (`9108168`)
|
|
8
|
+
|
|
9
|
+
### Chores
|
|
10
|
+
|
|
11
|
+
- 仓库地址统一指向 GitHub (gitee → github) (`d2f3462`)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [1.2.2] - 2026-06-11
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
- 修复 workflows/publish.yml 无效的 releases 权限值 (`2a2f778`)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
## [1.2.1] - 2026-06-11
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
- 改进发布流程 — 未提交文件提示提交 + 移除 GITHUB_TOKEN 依赖 (`2269869`)
|
|
26
|
+
- release.js 推送失败时显示 git 原始错误信息 (stderr) (`fba88f3`)
|
|
27
|
+
|
|
28
|
+
### Documentation
|
|
29
|
+
|
|
30
|
+
- update (`055da24`)
|
|
31
|
+
|
|
32
|
+
|
|
3
33
|
## [1.2.0] - 2026-06-11
|
|
4
34
|
|
|
5
35
|
### 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.3",
|
|
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": "",
|