Skip to content

Commit fc4ff0e

Browse files
committed
feat(app): Update the app version to 1.9.0
1 parent c0effa9 commit fc4ff0e

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build-desktop.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,9 @@ jobs:
300300
shell: bash
301301
run: |
302302
# Define common release notes
303-
NOTES="1.添加对 VTT 字幕内联标签样式的支持
304-
2.其他 UI 方面优化
303+
NOTES="1.添加搜索功能
304+
2.添加人物详情页
305+
3.其他 UI 方面的优化
305306
 
306307
此项目已更名为飞鲸影视,可执行程序名称也相应做了更改,从更名前的旧版本升级到新版过程中出现报错提示“Failed to launch application **”属于正常现象,安装成功后把旧的快捷方式从桌面或开始菜单删除即可。
307308
 

composeApp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
66
val osName = System.getProperty("os.name").lowercase()
77
val osArch = System.getProperty("os.arch").lowercase()
88

9-
val appVersion = "1.8.2"
9+
val appVersion = "1.9.0"
1010

1111
val appVersionSuffix = ""
1212

0 commit comments

Comments
 (0)