Skip to content

Commit 5baa876

Browse files
committed
chore(release): Update the app version to 1.4.4
1 parent c1ee18e commit 5baa876

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/build-desktop.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,12 +226,14 @@ jobs:
226226
shell: bash
227227
run: |
228228
# Define common release notes
229-
NOTES="1.更新标题栏图标
229+
NOTES="1.设置界面增加“导出报错日志”功能
230+
2.优化日志打印和日志文件写入功能
231+
3.优化本地文件操作框的 UI,使其更加现代化
230232
 
231-
因为此次修改更新了可执行程序名称,自动安装后出现报错提示“Failed to launch application **”属于正常现象,安装成功后把旧的快捷方式从桌面或开始菜单删除即可。
233+
因为此版本更新了可执行程序名称,自动安装后出现报错提示“Failed to launch application **”属于正常现象,安装成功后把旧的快捷方式从桌面或开始菜单删除即可。
232234
 
233235
感谢以下飞牛共建团成员反馈问题并协助排查:
234-
@[一西啊](https://club.fnnas.com/home.php?mod=space&uid=785)
236+
@[MR_XIAOBO](https://github.com/xiaobonet)
235237
 
236238
> **当前应用中没有展示出来或者点击没有反应的就是还没做的功能,后面陆续都会实现,请仅对已实现的功能提出合理意见,感谢理解**
237239
  "

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.4.3"
9+
val appVersion = "1.4.4"
1010
val appVersionSuffix = ""
1111

1212
val platformStr = when {

0 commit comments

Comments
 (0)