File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -226,10 +226,8 @@ jobs:
226226 shell : bash
227227 run : |
228228 # Define common release notes
229- NOTES="1.修复倍速播放时字幕被跳过的问题
230- 2.修复切换窗口置顶后快捷键不生效的问题
231- 3.优化更新弹窗错误信息显示
232- 4.其他若干 UI 方面的优化
229+ NOTES="1.新增使用 NAS 和 FN Connect 登录的支持
230+ 2.修复电视节目切换下一集后快捷键失效的问题
233231
234232 感谢以下飞牛共建团成员反馈问题并协助排查:
235233 @[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 @@ -6,7 +6,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
66val osName = System .getProperty(" os.name" ).lowercase()
77val osArch = System .getProperty(" os.arch" ).lowercase()
88
9- val appVersion = " 1.2.3 "
9+ val appVersion = " 1.3.0 "
1010val appVersionSuffix = " "
1111
1212val platformStr = when {
You can’t perform that action at this time.
0 commit comments