From 8a117a41e85f8fd7c12e29d5534b89a0a41a4f8c Mon Sep 17 00:00:00 2001 From: kl Date: Tue, 14 Apr 2026 09:00:11 +0800 Subject: [PATCH] Merge v5.0 notes into 5.0.0 release notes --- README.cn.md | 19 +++++++------------ README.md | 20 +++++++------------- 2 files changed, 14 insertions(+), 25 deletions(-) diff --git a/README.cn.md b/README.cn.md index bef30c0e..8b3e4152 100644 --- a/README.cn.md +++ b/README.cn.md @@ -151,18 +151,6 @@ pdf预览模式预览效果如下 #### > 2026年04月14日,v5.0.0 版本发布 : #### 优化内容 -1. 压缩包预览页重构为单工作区布局,支持目录折叠与右侧内嵌预览 -2. 优化压缩包内文件类型标识,以及单图预览页的展示样式 -3. 补充面向工程自动化与编码代理的仓库说明文档 - -#### 修复问题 -1. 修复压缩包内 Office 文件在重复解压后被追加写坏,导致一直卡在加载中的问题 -2. Office 默认预览改为 PDF 模式,且 PDF 预览默认打开缩略图侧栏 -3. 启动脚本改为自动发现当前发布包中的 jar,移除过时的硬编码 jar 名称 -4. 更新 Docker 与发布辅助文档,使其与 5.0.0 发布线保持一致 - -#### > 2026年01月20日,v5.0 版本发布 : -#### 优化内容 1. xlsx 前端解析优化 - 提升Excel文件前端渲染性能 2. 图片解析优化 - 改进图片处理机制 3. tif 解析优化 - 增强TIF格式支持 @@ -171,6 +159,9 @@ pdf预览模式预览效果如下 6. ftp多客户端接入优化 - 提升FTP服务兼容性 7. 首页目录访问优化 - 采用post服务端分页机制 8. marked 解析优化 - 改进Markdown渲染 +9. 压缩包预览页重构为单工作区布局,支持目录折叠与右侧内嵌预览 +10. 优化压缩包内文件类型标识,以及单图预览页的展示样式 +11. 补充面向工程自动化与编码代理的仓库说明文档 #### 新增功能 1. msg邮件解析 - 新增msg格式邮件文件预览支持 @@ -191,6 +182,10 @@ pdf预览模式预览效果如下 2. 安全问题 - 修复安全漏洞 3. 图片水印不全问题 - 修复水印显示不完整 4. SSL自签证书接入问题 - 修复自签名证书兼容性 +5. 修复压缩包内 Office 文件在重复解压后被追加写坏,导致一直卡在加载中的问题 +6. Office 默认预览改为 PDF 模式,且 PDF 预览默认打开缩略图侧栏 +7. 启动脚本改为自动发现当前发布包中的 jar,移除过时的硬编码 jar 名称 +8. 更新 Docker 与发布辅助文档,使其与 5.0.0 发布线保持一致 #### 更新内容 1. JDK版本要求 - 强制要求JDK 21及以上版本 diff --git a/README.md b/README.md index 5cf4c8a2..3ada09b9 100644 --- a/README.md +++ b/README.md @@ -68,19 +68,6 @@ URL:[https://file.kkview.cn](https://file.kkview.cn) ### Version 5.0.0 (April 14, 2026) #### Improvements -1. Redesigned archive preview into a single workspace with a collapsible tree and inline file preview -2. Improved archive preview file-type badges and single-image preview styling -3. Added an agent-focused repository guide for engineering automation and maintenance - -#### Fixes -1. Fixed archive-contained Office files that could stay stuck on loading because repeated extraction appended to existing files -2. Default Office preview now prefers PDF mode, and PDF preview opens with the thumbnail sidebar visible by default -3. Updated startup scripts to discover the packaged jar dynamically instead of relying on stale hard-coded jar names -4. Updated Docker and release helper docs to align with the 5.0.0 release line - -### Version 5.0 (January 20, 2026) - -#### Optimizations 1. Enhanced xlsx front-end parsing - Improved Excel file front-end rendering performance 2. Optimized image parsing - Enhanced image processing mechanism 3. Improved tif parsing - Enhanced TIF format support @@ -89,6 +76,9 @@ URL:[https://file.kkview.cn](https://file.kkview.cn) 6. Optimized ftp multi-client access - Improved FTP service compatibility 7. Enhanced home page directory access - Implemented post server-side pagination mechanism 8. Improved marked parsing - Enhanced Markdown rendering +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 #### New Features 1. msg email parsing - Added support for msg format email file preview @@ -109,6 +99,10 @@ URL:[https://file.kkview.cn](https://file.kkview.cn) 2. Security issues - Fixed security vulnerabilities 3. Incomplete image watermark issues - Fixed incomplete watermark display 4. SSL self-signed certificate access issues - Fixed compatibility with self-signed certificates +5. Fixed archive-contained Office files that could stay stuck on loading because repeated extraction appended to existing files +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 #### Updates 1. JDK version requirement - Mandatory requirement for JDK 21 or higher