Skip to content

Commit 8633e5d

Browse files
committed
chore(release): Update the app version number to 1.2.3
1 parent 49d7caa commit 8633e5d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/build-desktop.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,10 @@ jobs:
226226
shell: bash
227227
run: |
228228
# Define common release notes
229-
NOTES="1.修复切换用户后导航栏媒体库列表未更新的问题
230-
2.修复切换用户后 VLC 代理信息未更新的问题
229+
NOTES="1.修复倍速播放时字幕被跳过的问题
230+
2.修复切换窗口置顶后快捷键不生效的问题
231+
3.优化更新弹窗错误信息显示
232+
4.其他若干 UI 方面的优化
231233
 
232234
感谢以下飞牛共建团成员反馈问题并协助排查:
233235
@[zhengbf](https://club.fnnas.com/home.php?mod=space&uid=187) @[空城](https://club.fnnas.com/home.php?mod=space&uid=2332)

composeApp/build.gradle.kts

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

8-
val appVersion = "1.2.2"
8+
val appVersion = "1.2.3"
99
val appVersionSuffix = ""
1010

1111
val platformStr = when {

0 commit comments

Comments
 (0)