Skip to content

Commit 415e360

Browse files
committed
chore(release): Update the app version number to 1.4.0
1 parent 021e438 commit 415e360

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/build-desktop.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,11 +226,12 @@ jobs:
226226
shell: bash
227227
run: |
228228
# Define common release notes
229-
NOTES="1.优化登录历史记录逻辑
230-
2. 优化登录界面 UI
229+
NOTES="1.播放器增加画中画播放功能
230+
2.修复 Windows 端播放视频时会息屏的问题
231+
3.修复个别电视节目因视频信息刮削不全导致无法播放的问题
231232
 
232233
感谢以下飞牛共建团成员反馈问题并协助排查:
233-
@[玉尺书生](https://club.fnnas.com/home.php?mod=space&uid=6482) @[一西啊](https://club.fnnas.com/home.php?mod=space&uid=785)
234+
@[玉尺书生](https://club.fnnas.com/home.php?mod=space&uid=6482) @[空城](https://club.fnnas.com/home.php?mod=space&uid=2332)
234235
 
235236
> **当前应用中没有展示出来或者点击没有反应的就是还没做的功能,后面陆续都会实现,请仅对已实现的功能提出合理意见,感谢理解**
236237
  "

composeApp/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ 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.3.3"
10-
val appVersionSuffix = ""
9+
val appVersion = "1.4.0"
10+
val appVersionSuffix = "Beta"
1111

1212
val platformStr = when {
1313
osName.contains("win") -> {

0 commit comments

Comments
 (0)