@@ -16,10 +16,14 @@ special thanks to the supports of @唐老大 and the contributions of @端木详
1616- REST API
1717- Abstract file preview interface so that it is easy to extend more file extensions and develop this project on your own
1818
19+ ### Official website and DOCS
20+
21+ URL:[ https://kkfileview.keking.cn ] ( https://kkfileview.keking.cn )
22+
1923### Live demo
2024> Please treat public service kindly, or this would stop at any time.
2125
22- URL:http ://file.keking.cn/
26+ URL:[ https ://file.keking.cn] ( https://file.keking.cn )
2327
2428### Documentation
25291 . 中文文档:https://gitee.com/kekingcn/file-online-preview/blob/master/README.md
@@ -67,6 +71,23 @@ If everything is ok,you will see the picture below.
6771![ 输入图片说明] ( https://gitee.com/uploads/images/2017/1213/100221_ea15202e_492218.png " 屏幕截图.png ")
6872
6973### Changelog
74+ > May 20th 2020 :
75+ 1 . Support for global watermark and dynamic change of watermark content through parameters
76+ 2 . Support for CAD file Preview
77+ 3 . Add configuration item base.url, support using nginx reverse proxy and set context-path
78+ 4 . All configuration items can be read from environment variables, which is convenient for docker image deployment and large-scale use in cluster
79+ 5 . Support the configuration of TrustHost (only the file source from the trust site can be previewed), and protect the preview service from abuse
80+ 6 . Support configuration of customize cache cleanup time (cron expression)
81+ 7 . All recognizable plain text can be previewed directly without downloading, such as .md .java .py, etc
82+ 8 . Support configuration to limit PDF file download after conversion
83+ 9 . Optimize Maven packaging configuration to solve the problem of line break in .sh script
84+ 10 . Place all CDN dependencies on the front end locally for users without external network connection
85+ 11 . Comment Service on home page switched from Sohu ChangYan to gitalk
86+ 12 . Fixed preview exceptions that may be caused by special characters in the URL
87+ 13 . Fixed the addtask exception of the transformation file queue
88+ 14 . Fixed other known issues
89+ 15 . Official website build: [ https://kkfileview.keking.cn ] ( https://kkfileview.keking.cn )
90+ 16 . Official docker image repository build: [ https://hub.docker.com/r/keking/kkfileview ] ( https://hub.docker.com/r/keking/kkfileview )
7091
7192> June 18th 2019 :
72931 . Support automatic cleaning of cache and preview files
0 commit comments