Merge v5.0 notes into 5.0.0 release notes

This commit is contained in:
kl
2026-04-14 09:00:11 +08:00
parent 17ba41320e
commit 8a117a41e8
2 changed files with 14 additions and 25 deletions

View File

@@ -151,18 +151,6 @@ pdf预览模式预览效果如下
#### > 2026年04月14日v5.0.0 版本发布 #### > 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文件前端渲染性能 1. xlsx 前端解析优化 - 提升Excel文件前端渲染性能
2. 图片解析优化 - 改进图片处理机制 2. 图片解析优化 - 改进图片处理机制
3. tif 解析优化 - 增强TIF格式支持 3. tif 解析优化 - 增强TIF格式支持
@@ -171,6 +159,9 @@ pdf预览模式预览效果如下
6. ftp多客户端接入优化 - 提升FTP服务兼容性 6. ftp多客户端接入优化 - 提升FTP服务兼容性
7. 首页目录访问优化 - 采用post服务端分页机制 7. 首页目录访问优化 - 采用post服务端分页机制
8. marked 解析优化 - 改进Markdown渲染 8. marked 解析优化 - 改进Markdown渲染
9. 压缩包预览页重构为单工作区布局支持目录折叠与右侧内嵌预览
10. 优化压缩包内文件类型标识以及单图预览页的展示样式
11. 补充面向工程自动化与编码代理的仓库说明文档
#### 新增功能 #### 新增功能
1. msg邮件解析 - 新增msg格式邮件文件预览支持 1. msg邮件解析 - 新增msg格式邮件文件预览支持
@@ -191,6 +182,10 @@ pdf预览模式预览效果如下
2. 安全问题 - 修复安全漏洞 2. 安全问题 - 修复安全漏洞
3. 图片水印不全问题 - 修复水印显示不完整 3. 图片水印不全问题 - 修复水印显示不完整
4. SSL自签证书接入问题 - 修复自签名证书兼容性 4. SSL自签证书接入问题 - 修复自签名证书兼容性
5. 修复压缩包内 Office 文件在重复解压后被追加写坏导致一直卡在加载中的问题
6. Office 默认预览改为 PDF 模式 PDF 预览默认打开缩略图侧栏
7. 启动脚本改为自动发现当前发布包中的 jar移除过时的硬编码 jar 名称
8. 更新 Docker 与发布辅助文档使其与 5.0.0 发布线保持一致
#### 更新内容 #### 更新内容
1. JDK版本要求 - 强制要求JDK 21及以上版本 1. JDK版本要求 - 强制要求JDK 21及以上版本

View File

@@ -68,19 +68,6 @@ URL[https://file.kkview.cn](https://file.kkview.cn)
### Version 5.0.0 (April 14, 2026) ### Version 5.0.0 (April 14, 2026)
#### Improvements #### 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 1. Enhanced xlsx front-end parsing - Improved Excel file front-end rendering performance
2. Optimized image parsing - Enhanced image processing mechanism 2. Optimized image parsing - Enhanced image processing mechanism
3. Improved tif parsing - Enhanced TIF format support 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 6. Optimized ftp multi-client access - Improved FTP service compatibility
7. Enhanced home page directory access - Implemented post server-side pagination mechanism 7. Enhanced home page directory access - Implemented post server-side pagination mechanism
8. Improved marked parsing - Enhanced Markdown rendering 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 #### New Features
1. msg email parsing - Added support for msg format email file preview 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 2. Security issues - Fixed security vulnerabilities
3. Incomplete image watermark issues - Fixed incomplete watermark display 3. Incomplete image watermark issues - Fixed incomplete watermark display
4. SSL self-signed certificate access issues - Fixed compatibility with self-signed certificates 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 #### Updates
1. JDK version requirement - Mandatory requirement for JDK 21 or higher 1. JDK version requirement - Mandatory requirement for JDK 21 or higher