Skip to content

Commit 0aabf83

Browse files
committed
4.2.1 bugfix release
1 parent d3f92b1 commit 0aabf83

File tree

7 files changed

+17
-7
lines changed

7 files changed

+17
-7
lines changed

Diff for: Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM keking/kkfileview-jdk:4.1.1
22
MAINTAINER chenjh "[email protected]"
33
ADD server/target/kkFileView-*.tar.gz /opt/
4-
ENV KKFILEVIEW_BIN_FOLDER /opt/kkFileView-4.2.0/bin
5-
ENTRYPOINT ["java","-Dfile.encoding=UTF-8","-Dspring.config.location=/opt/kkFileView-4.2.0/config/application.properties","-jar","/opt/kkFileView-4.2.0/bin/kkFileView-4.2.0.jar"]
4+
ENV KKFILEVIEW_BIN_FOLDER /opt/kkFileView-4.2.1/bin
5+
ENTRYPOINT ["java","-Dfile.encoding=UTF-8","-Dspring.config.location=/opt/kkFileView-4.2.1/config/application.properties","-jar","/opt/kkFileView-4.2.1/bin/kkFileView-4.2.1.jar"]

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>cn.keking</groupId>
88
<artifactId>kkFileView-parent</artifactId>
9-
<version>4.2.0</version>
9+
<version>4.2.1</version>
1010

1111
<properties>
1212
<java.version>1.8</java.version>

Diff for: server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>kkFileView-parent</artifactId>
88
<groupId>cn.keking</groupId>
9-
<version>4.2.0</version>
9+
<version>4.2.1</version>
1010
</parent>
1111

1212
<artifactId>kkFileView</artifactId>

Diff for: 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.2.0.jar -> ..\log\kkFileView.log
10+
java -Dspring.config.location=..\config\application.properties -jar kkFileView-4.2.1.jar -> ..\log\kkFileView.log

Diff for: 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.2.0.jar > ../log/kkFileView.log 2>&1 &
54+
nohup java -Dfile.encoding=UTF-8 -Dspring.config.location=../config/application.properties -jar kkFileView-4.2.1.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"

Diff for: 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.2.0
10+
=> kkFileView :: 4.2.1
1111
=> Home site :: https://kkview.cn
1212
=> Github :: https://github.com/kekingcn/kkFileView
1313
=> Gitee :: https://gitee.com/kekingcn/file-online-preview

Diff for: server/src/main/resources/web/main/record.ftl

+10
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,16 @@
4646
<div class="page-header">
4747
<h1>版本发布记录</h1>
4848
</div>
49+
<div class="panel panel-success">
50+
<div class="panel-heading">
51+
<h3 class="panel-title">2023年04月18日,v4.2.1 版本</h3>
52+
</div>
53+
<div class="panel-body">
54+
<div>
55+
1. 修复 dwg 等 CAD 类型文件报空指针的 bug<br>
56+
</div>
57+
</div>
58+
</div>
4959
<div class="panel panel-success">
5060
<div class="panel-heading">
5161
<h3 class="panel-title">2023年04月13日,v4.2.0 版本</h3>

0 commit comments

Comments
 (0)