File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -214,13 +214,14 @@ jobs:
214214 shell : bash
215215 run : |
216216 # Define common release notes
217- NOTES="1.剧集季详情页中的剧集列表现在会滚动至当前播放的剧集
218- 2.播放器支持双击切换全屏/窗口模式
219- 3.优化视频起播延迟时间
220- 4.优化 UI 方面用户体验
217+ NOTES="1.修复切换用户后导航栏媒体库列表未更新的问题
218+ 2.修复切换用户后 VLC 代理信息未更新的问题
221219
222220 感谢以下飞牛共建团成员反馈问题并协助排查:
223- @[zhengbf](https://club.fnnas.com/home.php?mod=space&uid=187) @[空城](https://club.fnnas.com/home.php?mod=space&uid=2332) "
221+ @[zhengbf](https://club.fnnas.com/home.php?mod=space&uid=187) @[空城](https://club.fnnas.com/home.php?mod=space&uid=2332)
222+
223+ > **当前应用中没有展示出来或者点击没有反应的就是还没做的功能,后面陆续都会实现,请仅对已实现的功能提出合理意见,感谢理解**
224+ "
224225
225226 # Define warning for Alpha versions
226227 WARNING=""
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.1 "
8+ val appVersion = " 1.2.2 "
99val appVersionSuffix = " "
1010
1111val platformStr = when {
You can’t perform that action at this time.
0 commit comments