4 Commits

Author SHA1 Message Date
YILS
46c612946b 优化构建配置 2025-08-08 10:04:41 +08:00
YILS
8c77530f58 优化构建配置 2025-08-08 09:48:52 +08:00
YILS
d1be7c2043 优化构建配置 2025-08-07 18:01:51 +08:00
YILS
4423ca2ceb 优化构建配置 2025-08-07 17:46:59 +08:00
4 changed files with 19 additions and 10 deletions

View File

@@ -73,9 +73,9 @@ jobs:
# Upload artifacts
- name: Upload artifacts
uses: softprops/action-gh-release@v2
uses: ncipollo/release-action@v1
with:
files: |
artifacts: |
release/${env.VERSION}/*.dmg
release/${env.VERSION}/*.exe
release/${env.VERSION}/*.deb
@@ -84,7 +84,6 @@ jobs:
release/${env.VERSION}/latest*.yml
release/${env.VERSION}/*.blockmap
body: ${{ env.NOTES }}
draft: false
prerelease: false
allowUpdates: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@@ -1,7 +1,17 @@
# Changelog
此项目的所有显著更改都将记录在此文件中。
## [v0.7.3] - 2025-08-07
## [v1.0.0] - 2025-08-07
### Added
- 发布第一个正式版本
- 支持使用大语言模型生成文案推荐免费的GLM-4.5-Flash
- 支持使用EdgeTTS免费合成语音
- 支持视频分镜自动混剪
- 支持渲染合成视频
- 支持自动化批量任务
- 美观的UI界面
## [v0.7.7] - 2025-08-07
### Added
- 构建测试
- 跨平台: macOS dmg, Windows exe, Linux deb/rpm/AppImage.
- 跨平台: macOS dmg, Windows exe, Linux AppImage.

View File

@@ -12,7 +12,7 @@
beforePack: './scripts/before-pack.js',
mac: {
target: ['dmg'],
artifactName: '${productName}-Mac-${arch}-${version}-Installer.${ext}',
artifactName: '${name}-mac-${arch}-${version}-installer.${ext}',
icon: './public/icon.png',
},
win: {
@@ -21,7 +21,7 @@
target: 'nsis',
},
],
artifactName: '${productName}-Windows-${arch}-${version}-Setup.${ext}',
artifactName: '${name}-windows-${arch}-${version}-setup.${ext}',
icon: './public/icon.png',
},
nsis: {
@@ -33,7 +33,7 @@
},
linux: {
target: ['AppImage'],
artifactName: '${productName}-Linux-${arch}-${version}.${ext}',
artifactName: '${name}-linux-${arch}-${version}.${ext}',
icon: './public/icon.png',
},
}

View File

@@ -1,7 +1,7 @@
{
"name": "short-video-factory",
"description": "短视频工厂一键生成产品营销与泛内容短视频AI批量自动剪辑",
"version": "0.7.3",
"version": "0.7.7",
"author": {
"name": "YILS",
"developer": "YILS",