File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
55val osName = System .getProperty(" os.name" ).lowercase()
66val osArch = System .getProperty(" os.arch" ).lowercase()
77
8- val appVersion = " 1.2.2 "
8+ val appVersion = " 1.2.3 "
99val appVersionSuffix = " "
1010
1111val platformStr = when {
You can’t perform that action at this time.
0 commit comments