From 76e091900b871082240307533a4aec8ed4be5219 Mon Sep 17 00:00:00 2001 From: kl Date: Tue, 14 Apr 2026 09:07:18 +0800 Subject: [PATCH] Complete 5.0.0 release notes from v4.4.0 diff --- README.cn.md | 4 ++++ README.md | 4 ++++ server/src/main/resources/web/main/record.ftl | 3 +++ 3 files changed, 11 insertions(+) diff --git a/README.cn.md b/README.cn.md index 1a1360ce..32ceaa08 100644 --- a/README.cn.md +++ b/README.cn.md @@ -162,6 +162,7 @@ pdf预览模式预览效果如下 9. 压缩包预览页重构为单工作区布局,支持目录折叠与右侧内嵌预览 10. 优化压缩包内文件类型标识,以及单图预览页的展示样式 11. 补充面向工程自动化与编码代理的仓库说明文档 +12. 重构演示门户页面,包括首页、接入说明、版本记录与赞助页 #### 新增功能 1. msg邮件解析 - 新增msg格式邮件文件预览支持 @@ -186,6 +187,8 @@ pdf预览模式预览效果如下 6. Office 默认预览改为 PDF 模式,且 PDF 预览默认打开缩略图侧栏 7. 启动脚本改为自动发现当前发布包中的 jar,移除过时的硬编码 jar 名称 8. 更新 Docker 与发布辅助文档,使其与 5.0.0 发布线保持一致 +9. 修复 OFD 表格竖线溢出导致的渲染异常 +10. 修复 PDF.js 兼容性补丁,避免兼容环境下的预览报错 #### 更新内容 1. JDK版本要求 - 强制要求JDK 21及以上版本 @@ -197,6 +200,7 @@ pdf预览模式预览效果如下 7. 视频后端异步转换优化 - 实现多线程异步转换 8. CAD后端异步转换优化 - 实现多线程异步转换 9. 默认预览配置策略调整 - Office 预览默认切换为 PDF 模式,默认隐藏图片/PDF 模式切换按钮,且 PDF 预览默认展开缩略图侧栏。若升级后仍需保持旧的图片优先体验,请显式设置 `office.preview.type=image` 和 `office.preview.switch.disabled=false`。 +10. 信任域名配置匹配策略扩展 - `trust.host` 及相关规则现已支持通配符和 CIDR 匹配,升级后如果你依赖域名/IP 模式匹配,需要重新检查白名单和黑名单的实际生效范围 #### > 2025年01月16日,v4.4.0 版本发布 : diff --git a/README.md b/README.md index dabb5f1d..474cb41c 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ URL:[https://file.kkview.cn](https://file.kkview.cn) 9. Redesigned archive preview into a single workspace with a collapsible tree and inline file preview 10. Improved archive preview file-type badges and single-image preview styling 11. Added an agent-focused repository guide for engineering automation and maintenance +12. Refreshed the demo portal pages, including the index, integration guide, release record, and sponsor pages #### New Features 1. msg email parsing - Added support for msg format email file preview @@ -103,6 +104,8 @@ URL:[https://file.kkview.cn](https://file.kkview.cn) 6. Default Office preview now prefers PDF mode, and PDF preview opens with the thumbnail sidebar visible by default 7. Updated startup scripts to discover the packaged jar dynamically instead of relying on stale hard-coded jar names 8. Updated Docker and release helper docs to align with the 5.0.0 release line +9. Fixed OFD table border overflow rendering issues +10. Refined the PDF.js compatibility polyfill to avoid preview errors in compatibility environments #### Updates 1. JDK version requirement - Mandatory requirement for JDK 21 or higher @@ -114,6 +117,7 @@ URL:[https://file.kkview.cn](https://file.kkview.cn) 7. Video backend async conversion optimization - Implemented multi-threaded asynchronous conversion 8. CAD backend async conversion optimization - Implemented multi-threaded asynchronous conversion 9. Default preview configuration strategy adjusted - Office preview now defaults to PDF mode, the mode switch is hidden by default, and PDF preview opens with the thumbnail sidebar visible. If you need the previous image-first behavior after upgrade, explicitly set `office.preview.type=image` and `office.preview.switch.disabled=false`. +10. Trust host configuration matching expanded - `trust.host` and related rules now support wildcard and CIDR matching, which may broaden or narrow effective allow/deny behavior after upgrade depending on your patterns ### Version 4.4.0 (January 16, 2025) diff --git a/server/src/main/resources/web/main/record.ftl b/server/src/main/resources/web/main/record.ftl index 93e42249..115ce7fa 100644 --- a/server/src/main/resources/web/main/record.ftl +++ b/server/src/main/resources/web/main/record.ftl @@ -68,6 +68,7 @@
  • 首页支持目录访问,并切换为 POST 服务端分页。
  • 压缩包预览页重构为单工作区布局,支持目录折叠与右侧内嵌预览。
  • 优化压缩包内文件类型标识,以及单图预览页展示样式。
  • +
  • 重构演示门户页面,包括首页、接入说明、版本记录与赞助页。
  • @@ -87,6 +88,7 @@
  • 修复 SSL 自签证书接入问题。
  • 修复压缩包内 Office 文件重复解压后被追加写坏、导致一直加载中的问题。
  • Office 默认预览切到 PDF 模式,并默认展开 PDF 缩略图侧栏。
  • +
  • 修复 OFD 表格竖线溢出导致的渲染异常,并修正 PDF.js 兼容性补丁。
  • @@ -97,6 +99,7 @@
  • 后端异步转换升级:PDF、TIF、视频、CAD。
  • 启动脚本改为自动发现当前发布包中的 jar,并同步更新 Docker 与发布辅助文档。
  • 默认配置策略调整:Office 预览默认使用 PDF 模式,默认隐藏图片/PDF 模式切换按钮;如需保留旧的图片优先体验,请显式设置 office.preview.type=imageoffice.preview.switch.disabled=false
  • +
  • 信任域名配置匹配策略扩展:trust.host 及相关规则支持通配符与 CIDR 匹配;升级后请重新核对白名单和黑名单的匹配范围。