video-pipeline 1.2.2 → 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 CHANGED
@@ -1,5 +1,16 @@
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
+
3
14
  ## [1.2.2] - 2026-06-11
4
15
 
5
16
  ### Bug Fixes
package/README.md CHANGED
@@ -25,7 +25,7 @@ video-pipeline --help
25
25
 
26
26
  ```bash
27
27
  # 克隆或下载脚本
28
- git clone https://gitee.com/siriussupreme/yt-dlp_ffmpeg_whisper_memo-ai.git
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.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://gitee.com/siriussupreme/yt-dlp_ffmpeg_whisper_memo-ai",
20
+ "homepage": "https://github.com/GuoSirius/yt-dlp_ffmpeg_whisper_memo-ai",
21
21
  "repository": {
22
22
  "type": "git",
23
- "url": "https://gitee.com/siriussupreme/yt-dlp_ffmpeg_whisper_memo-ai.git"
23
+ "url": "https://github.com/GuoSirius/yt-dlp_ffmpeg_whisper_memo-ai.git"
24
24
  },
25
25
  "bugs": {
26
- "url": "https://gitee.com/siriussupreme/yt-dlp_ffmpeg_whisper_memo-ai/issues"
26
+ "url": "https://github.com/GuoSirius/yt-dlp_ffmpeg_whisper_memo-ai/issues"
27
27
  },
28
28
  "license": "MIT",
29
29
  "author": "",