Skip to content

Commit a40d0e6

Browse files
committed
fix(app): Update app version to 1.11.3
1 parent 67e367d commit a40d0e6

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build-desktop.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,9 @@ jobs:
300300
shell: bash
301301
run: |
302302
# Define common release notes
303-
NOTES="1.优化 ASS 字幕的渲染效果
303+
NOTES="1.新增支持忽略证书异常的功能
304+
2.修复多屏下窗口定位异常
305+
3.优化 webview 窗口 UI 样式
304306
 
305307
此项目已更名为飞鲸影视,可执行程序名称也相应做了更改,从更名前的旧版本升级到新版过程中出现报错提示“Failed to launch application **”属于正常现象,安装成功后把旧的快捷方式从桌面或开始菜单删除即可。
306308
 

composeApp/build.gradle.kts

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

11-
val appVersion = "1.11.2"
11+
val appVersion = "1.11.3"
1212

1313
val appVersionSuffix = ""
1414

0 commit comments

Comments
 (0)