Skip to content

Commit 611dec9

Browse files
committed
chore: Bump version to 1.2.2 and update release notes
1 parent 202e363 commit 611dec9

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/build-desktop.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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=""

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.1"
8+
val appVersion = "1.2.2"
99
val appVersionSuffix = ""
1010

1111
val platformStr = when {

0 commit comments

Comments
 (0)