Skip to content

Commit f21d360

Browse files
committed
feat(login): Upgrade version number to 1.3.0
1 parent 4e6fb44 commit f21d360

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/build-desktop.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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)

composeApp/build.gradle.kts

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

9-
val appVersion = "1.2.3"
9+
val appVersion = "1.3.0"
1010
val appVersionSuffix = ""
1111

1212
val platformStr = when {

0 commit comments

Comments
 (0)