Skip to content

Commit ac6c0e9

Browse files
committed
4.3.0版本发布
1 parent 43299e8 commit ac6c0e9

File tree

4 files changed

+24
-23
lines changed

4 files changed

+24
-23
lines changed

server/src/main/bin/startup.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ echo Please check log file in ../log/kkFileView.log for more information
77
echo You can get help in our official home site: https://kkview.cn
88
echo If you need further help, please join our kk opensource community: https://t.zsxq.com/09ZHSXbsQ
99
echo If this project is helpful to you, please star it on https://gitee.com/kekingcn/file-online-preview/stargazers
10-
java -Dspring.config.location=..\config\application.properties -jar kkFileView-4.3.0-SNAPSHOT.jar -> ..\log\kkFileView.log
10+
java -Dspring.config.location=..\config\application.properties -jar kkFileView-4.3.0.jar -> ..\log\kkFileView.log

server/src/main/bin/startup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ else
5151

5252
## 启动kkFileView
5353
echo "Starting kkFileView..."
54-
nohup java -Dfile.encoding=UTF-8 -Dspring.config.location=../config/application.properties -jar kkFileView-4.3.0-SNAPSHOT.jar > ../log/kkFileView.log 2>&1 &
54+
nohup java -Dfile.encoding=UTF-8 -Dspring.config.location=../config/application.properties -jar kkFileView-4.3.0.jar > ../log/kkFileView.log 2>&1 &
5555
echo "Please execute ./showlog.sh to check log for more information"
5656
echo "You can get help in our official home site: https://kkview.cn"
5757
echo "If you need further help, please join our kk opensource community: https://t.zsxq.com/09ZHSXbsQ"

server/src/main/resources/banner.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
|_|\_\ |_|\_\ |_| |_| |_| \___| \/ |_| \___| \_/\_/
88

99
=> Spring Boot :: ${spring-boot.version}
10-
=> kkFileView :: 4.3.0-SNAPSHOT
10+
=> kkFileView :: 4.3.0
1111
=> Home site :: https://kkview.cn
1212
=> Github :: https://github.com/kekingcn/kkFileView
1313
=> Gitee :: https://gitee.com/kekingcn/file-online-preview

server/src/main/resources/web/main/record.ftl

+21-20
Original file line numberDiff line numberDiff line change
@@ -48,29 +48,30 @@
4848
</div>
4949
<div class="panel panel-success">
5050
<div class="panel-heading">
51-
<h3 class="panel-title">2023年04月20日,v4.3.0-SNAPSHOT版本</h3>
51+
<h3 class="panel-title">2023年07月04日,v4.3.0版本</h3>
5252
</div>
5353
<div class="panel-body">
5454
<div>
55-
1.新增 dcm 等医疗数位影像预览<br>
56-
2.新增 drawio 绘图预览<br>
57-
3.新增开启缓存的情况下重新生成的命令 &forceUpdatedCache=true <br>
58-
4.新增 dwf CAD文件预览 <br>
59-
5.新增 PDF文件支持密码功能 <br>
60-
6.修复反代情况下压缩包获取路径错误 <br>
61-
7.新增:PDF文件生成图片的像素大小 <br>
62-
8.修复预览图片的url中如果包含&会导致.click报错 <br>
63-
9.新增:删除转换后OFFICE、CAD、TIFF、压缩包源文件 默认开启 节约磁盘空间 <br>
64-
10.调整生成的PDF文件 文件名称添加文件后缀 防止生成同名文件 <br>
65-
11.新增pages格式支持,调整SQL文件预览方式 <br>
66-
12.OFD修复部分已知Bug,提高OFD兼容性处理。 <br>
67-
13.新增前端解析xlsx方法。 <br>
68-
14.OFD修复部分文字未显示的问题,完善OFD兼容性处理。 <br>
69-
15.美化TXT文本 分页框的显示。 <br>
70-
16.修复预览压缩包时,如果点击的是文件目录(树节点),页面会报错。 <br>
71-
17.升级Windows内置office为 LibreOffice-7.5.3 Portable版本。 <br>
72-
18.新增pages,eps, iges , igs, dwt, dng, ifc, dwfx, stl, cf2, plt等格式支持 。 <br>
73-
19.其他功能优化。 <br>
55+
1. 新增dcm等医疗数位影像预览<br>
56+
2. 新增drawio绘图预览<br>
57+
3. 新增开启缓存的情况下重新生成的命令 &forceUpdatedCache=true <br>
58+
4. 新增dwg CAD文件预览 <br>
59+
5. 新增PDF文件支持密码功能 <br>
60+
6. 修复反代情况下压缩包获取路径错误 <br>
61+
7. 新增PDF文件生成图片的dpi自定义配置 <br>
62+
8. 修复预览图片的url中如果包含&会导致.click报错 <br>
63+
9. 新增删除转换后OFFICE、CAD、TIFF、压缩包源文件配置 默认开启 节约磁盘空间 <br>
64+
10. 调整生成的PDF文件 文件名称添加文件后缀 防止生成同名文件 <br>
65+
11. 新增pages格式支持,调整SQL文件预览方式 <br>
66+
12. OFD修复部分已知Bug,提高OFD兼容性处理。 <br>
67+
13. 新增前端解析xlsx方法。 <br>
68+
14. OFD修复部分文字未显示的问题,完善OFD兼容性处理 <br>
69+
15. 美化TXT文本 分页框的显示 <br>
70+
16. 修复预览压缩包时,如果点击的是文件目录(树节点),页面会报错 <br>
71+
17. 升级Linux、Docker版内置office为LibreOffice-7.5.3版本
72+
18. 升级Windows内置office为LibreOffice-7.5.3 Portable版本 <br>
73+
19. 新增pages,eps, iges , igs, dwt, dng, ifc, dwfx, stl, cf2, plt等格式支持 <br>
74+
20. 其他功能优化及已知问题修复 <br>
7475
</div>
7576
</div>
7677
<div class="panel panel-success">

0 commit comments

Comments
 (0)