diff --git a/Dockerfile b/Dockerfile index 4fc88f03..377402e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM keking/kkfileview-jdk:4.1.1 MAINTAINER chenjh "842761733@qq.com" ADD server/target/kkFileView-*.tar.gz /opt/ -ENV KKFILEVIEW_BIN_FOLDER /opt/kkFileView-4.1.0-SNAPSHOT/bin -ENTRYPOINT ["java","-Dfile.encoding=UTF-8","-Dspring.config.location=/opt/kkFileView-4.1.0-SNAPSHOT/config/application.properties","-jar","/opt/kkFileView-4.1.0-SNAPSHOT/bin/kkFileView-4.1.0-SNAPSHOT.jar"] \ No newline at end of file +ENV KKFILEVIEW_BIN_FOLDER /opt/kkFileView-4.1.0/bin +ENTRYPOINT ["java","-Dfile.encoding=UTF-8","-Dspring.config.location=/opt/kkFileView-4.1.0/config/application.properties","-jar","/opt/kkFileView-4.1.0/bin/kkFileView-4.1.0.jar"] diff --git a/README.md b/README.md index 3aeb5209..2bb26a75 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,19 @@ pdf预览模式预览效果如下 ### 历史更新记录 +> 2022年12月14日,v4.1.0 版本发布 : + +1. 全新首页视觉 @wsd7747 +2. tif图片预览兼容多页tif的pdf转换、jpg转换,以及jpg在线多页预览功能 @zhangzhen1979 +3. 优化docker构建方案,使用分层构建方式 @yl-yue +4. 实现基于userToken缓存加密文件 @yl-yue +5. 实现加密word、ppt、excel文件预览 @yl-yue +6. Linux & Docker镜像升级LibreOffice 7.3 +7. 更新OFD预览组件、更新tif预览组件、更新PPT水印支持 +8. 大量其他升级优化 & 已知问题修复 + +感谢 @yl-yue @wsd7747 @zhangzhen1979 @tomhusky @shenghuadun @kischn.sun 的代码贡献 + > 2021年7月6日,v4.0.0 版本发布 : 1. 底层集成OpenOffice替换为LibreOffice,Office文件兼容性增强,预览效果提升 diff --git a/office-plugin/pom.xml b/office-plugin/pom.xml index 21b68e0f..3dfbc295 100644 --- a/office-plugin/pom.xml +++ b/office-plugin/pom.xml @@ -6,7 +6,7 @@ kkFileView-parent cn.keking - 4.1.0-SNAPSHOT + 4.1.0 office-plugin diff --git a/pom.xml b/pom.xml index 9d94545e..cb13f1e8 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ cn.keking kkFileView-parent - 4.1.0-SNAPSHOT + 4.1.0 1.8 diff --git a/server/pom.xml b/server/pom.xml index 3e8e3db5..b1a4c69c 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -6,7 +6,7 @@ kkFileView-parent cn.keking - 4.1.0-SNAPSHOT + 4.1.0 kkFileView diff --git a/server/src/main/bin/startup.bat b/server/src/main/bin/startup.bat index f6f59664..4310caee 100644 --- a/server/src/main/bin/startup.bat +++ b/server/src/main/bin/startup.bat @@ -4,6 +4,7 @@ cd "%KKFILEVIEW_BIN_FOLDER%" echo Using KKFILEVIEW_BIN_FOLDER %KKFILEVIEW_BIN_FOLDER% echo Starting kkFileView... echo Please check log file in ../log/kkFileView.log for more information -echo You can get help in our official homesite: https://kkFileView.keking.cn +echo You can get help in our official home site: https://kkFileView.keking.cn +echo If you need further help, please join our kk opensource community: https://t.zsxq.com/09ZHSXbsQ echo If this project is helpful to you, please star it on https://gitee.com/kekingcn/file-online-preview/stargazers -java -Dspring.config.location=..\config\application.properties -jar kkFileView-4.1.0-SNAPSHOT.jar -> ..\log\kkFileView.log \ No newline at end of file +java -Dspring.config.location=..\config\application.properties -jar kkFileView-4.1.0.jar -> ..\log\kkFileView.log diff --git a/server/src/main/bin/startup.sh b/server/src/main/bin/startup.sh index 25d3b49d..e0292009 100644 --- a/server/src/main/bin/startup.sh +++ b/server/src/main/bin/startup.sh @@ -51,9 +51,10 @@ else ## 启动kkFileView echo "Starting kkFileView..." - nohup java -Dfile.encoding=UTF-8 -Dspring.config.location=../config/application.properties -jar kkFileView-4.1.0-SNAPSHOT.jar > ../log/kkFileView.log 2>&1 & + nohup java -Dfile.encoding=UTF-8 -Dspring.config.location=../config/application.properties -jar kkFileView-4.1.0.jar > ../log/kkFileView.log 2>&1 & echo "Please execute ./showlog.sh to check log for more information" - echo "You can get help in our official homesite: https://kkFileView.keking.cn" + echo "You can get help in our official home site: https://kkFileView.keking.cn" + echo "If you need further help, please join our kk opensource community: https://t.zsxq.com/09ZHSXbsQ" echo "If this project is helpful to you, please star it on https://gitee.com/kekingcn/file-online-preview/stargazers" PROCESS=$(ps -ef | grep kkFileView | awk 'NR==1{print $2}') # 启动成功后将进程号写入pid文件 diff --git a/server/src/main/resources/banner.txt b/server/src/main/resources/banner.txt index fccdef64..c02e6c8c 100644 --- a/server/src/main/resources/banner.txt +++ b/server/src/main/resources/banner.txt @@ -6,9 +6,9 @@ | < | < | | | | | | | __/ \ / | | | __/ \ V V / |_|\_\ |_|\_\ |_| |_| |_| \___| \/ |_| \___| \_/\_/ - => Spring Boot :: ${spring-boot.version} - => kkFileView :: 4.1.0-SNAPSHOT - => Homepage :: https://kkfileview.keking.cn - => Github :: https://github.com/kekingcn/kkFileView - => Gitee :: https://gitee.com/kekingcn/file-online-preview - => QQ Group :: 613025121 484680571 + => Spring Boot :: ${spring-boot.version} + => kkFileView :: 4.1.0 + => Home site :: https://kkfileview.keking.cn + => Github :: https://github.com/kekingcn/kkFileView + => Gitee :: https://gitee.com/kekingcn/file-online-preview + => kk opensource community :: https://t.zsxq.com/09ZHSXbsQ diff --git a/server/src/main/resources/web/record.ftl b/server/src/main/resources/web/record.ftl index 9611feca..0291ee1c 100644 --- a/server/src/main/resources/web/record.ftl +++ b/server/src/main/resources/web/record.ftl @@ -46,18 +46,20 @@
-

v4.1.0 版本, 发布时间:TBD

+

2022年12月14日,v4.1.0 版本

- ** 本次版本主要功能均由社区开发贡献,感谢 @yl-yue @wsd7747 @zhangzhen1979 @tomhusky @shenghuadun @kischn.sun 的代码贡献 **
1. 全新首页视觉 @wsd7747
2. tif图片预览兼容多页tif的pdf转换、jpg转换,以及jpg在线多页预览功能 @zhangzhen1979
3. 优化docker构建方案,使用分层构建方式 @yl-yue
4. 实现基于userToken缓存加密文件 @yl-yue
5. 实现加密word、ppt、excel文件预览 @yl-yue
6. Linux & Docker镜像升级LibreOffice 7.3
- 7. 其他升级优化 & 已知问题修复 + 7. 更新OFD预览组件、更新tif预览组件、更新PPT水印支持
+ 7. 大量其他升级优化 & 已知问题修复
+
+ 感谢 @yl-yue @wsd7747 @zhangzhen1979 @tomhusky @shenghuadun @kischn.sun 的代码贡献