File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff 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 "
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
66val osName = System .getProperty(" os.name" ).lowercase()
77val osArch = System .getProperty(" os.arch" ).lowercase()
88
9- val appVersion = " 1.4.3 "
9+ val appVersion = " 1.4.4 "
1010val appVersionSuffix = " "
1111
1212val platformStr = when {
You can’t perform that action at this time.
0 commit comments