3 Commits

Author SHA1 Message Date
YILS
d1be7c2043 优化构建配置 2025-08-07 18:01:51 +08:00
YILS
4423ca2ceb 优化构建配置 2025-08-07 17:46:59 +08:00
YILS
178cc1c1f9 优化构建配置 2025-08-07 17:37:40 +08:00
3 changed files with 16 additions and 4 deletions

View File

@@ -73,7 +73,7 @@ jobs:
# Upload artifacts
- name: Upload artifacts
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: |
release/${env.VERSION}/*.dmg
@@ -86,5 +86,7 @@ jobs:
body: ${{ env.NOTES }}
draft: false
prerelease: false
overwrite_files: false
append_body: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

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

View File

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