mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-06-20 23:24:11 +08:00
📝 Docs(custom): prepare for 3.5.0
This commit is contained in:
@@ -1,28 +1,14 @@
|
||||
## 🎉 [v3.4.0] 更新日志
|
||||
|
||||
### ⚠️ 破坏性变更
|
||||
|
||||
- 内置AWS S3图床的上传路径`uploadPath`设置项现在不再支持使用占位符,如果之前使用了占位符,请将其替换为固定路径或通过高级重命名功能实现动态路径的需求
|
||||
## 🎉 [v3.5.0] 更新日志
|
||||
|
||||
### ✨ 新增功能
|
||||
|
||||
- 增加新的文件缩放设置项`longEdgeAsHeight`,当启用时,将长边视为高度进行缩放,适用于竖图的处理需求
|
||||
- 更新了阿里云OSS,腾讯云COS和七牛云的可用地域列表,移除了已废弃的地域选项,并添加了新的可用地域
|
||||
- 添加了上传API服务的最大上传并发数和上传间隔设置项,避免并发上传过多导致服务器压力过大或被图床服务商限制访问
|
||||
- 云端页面的SM.MS迁移至S.EE平台
|
||||
- 云端页面WebDAV平台现在打开官网时会优先使用当前图床配置的endpoint作为链接地址
|
||||
- 插件页面现在会显示插件的最后更新时间,方便用户了解插件的维护状态
|
||||
- 优化了本地文件的扩展名获取逻辑,提升了对特殊文件名的兼容性
|
||||
- 更新了linux下的剪贴板图片获取脚本
|
||||
- 现在支持在拷贝文件时监听系统剪贴板的变化
|
||||
- 优化了网络环境不佳时主界面的打开速度
|
||||
- 高级重命名新增 `{ulid}` 占位符,可生成随机 ULID 文件名片段。
|
||||
- 云端管理页面新增图片预览缩略图后缀设置,可为公开图片预览追加缩略图参数,且不影响复制链接、下载或删除使用的原始地址。
|
||||
- 相册现在支持预览 JXL 图片,会将本地或远程 JXL 文件转换为 PNG 预览,并在相册列表和预览弹窗中显示。
|
||||
- 剪贴板上传现在支持识别剪贴板中的绝对文件路径文本和 `file://` 地址,便于直接从文件路径文本上传文件。
|
||||
|
||||
### 🐛 问题修复
|
||||
|
||||
- 修复了云端页面部分文字没有跟随语言设置进行改变的问题
|
||||
- 修复了云端webdav页面图片或文件无法预览的问题
|
||||
- 修复了单图床重命名设置项在更新时,配置文件设置的值未正确更新的问题
|
||||
- 修复了某些情况下重命名未生效的问题
|
||||
- 修复了部分情况下,忽略软件更新选项未正确保存的问题
|
||||
- 修复了源文件格式与转换格式相同时仍会进入转换流程的问题
|
||||
- 修复了Docker版本构建时未正确清理构建缓存的问题,修复后镜像体积减小至100MB
|
||||
- 修复了转换格式为heif时的兼容性问题
|
||||
- 修改了EXIF数据的处理逻辑,避免移除exif后导致的文件大小异常问题
|
||||
- 移除了开发环境启动时自动安装 Vue DevTools 的逻辑,避免相关安装失败影响启动或产生错误日志。
|
||||
|
||||
@@ -1,28 +1,14 @@
|
||||
## 🎉 [v3.4.0] Release Notes
|
||||
|
||||
### ⚠️ Breaking Changes
|
||||
|
||||
- The `uploadPath` setting for the built-in AWS S3 image bed no longer supports placeholders. If you previously used placeholders, please replace them with a fixed path or use the advanced renaming feature to achieve dynamic paths.
|
||||
## 🎉 [v3.5.0] Release Notes
|
||||
|
||||
### ✨ New Features
|
||||
|
||||
- Added a new file scaling setting `longEdgeAsHeight`. When enabled, the long edge is treated as the height for scaling, suitable for handling vertical images.
|
||||
- Updated the available regions for Alibaba Cloud OSS, Tencent Cloud COS, and Qiniu Cloud, removing deprecated regions and adding new ones.
|
||||
- Added settings for maximum upload concurrency and upload interval for the Upload API service to prevent excessive concurrent uploads that could put too much pressure on the server or lead to access restrictions by image bed providers.
|
||||
- The cloud page's SM.MS has migrated to the S.EE platform.
|
||||
- The cloud page WebDAV platform now prioritizes using the current image bed configuration's endpoint as the link address when opening the official website.
|
||||
- Plugin pages now display the last update time of the plugin, making it easier for users to understand the maintenance status of the plugin.
|
||||
- Optimized the logic for obtaining local file extensions, improving compatibility with special file names.
|
||||
- Updated the clipboard image acquisition script for Linux.
|
||||
- Now supports monitoring system clipboard changes when copying files.
|
||||
- Optimized the opening speed of the main interface in poor network conditions.
|
||||
- Added the `{ulid}` placeholder for advanced renaming, allowing random ULID segments in generated file names.
|
||||
- Added an image preview thumbnail suffix setting for cloud management. It can append thumbnail parameters to public image previews without changing the original URLs used for copy, download, or delete operations.
|
||||
- Gallery now supports JXL image preview by converting local or remote JXL files to PNG previews for the gallery list and preview dialog.
|
||||
- Clipboard upload now recognizes absolute file path text and `file://` URLs from the clipboard, making it possible to upload directly from copied file path text.
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- Fixed an issue where some text on the cloud page did not change according to the language settings.
|
||||
- Fixed an issue where images or files on the cloud webdav page could not be previewed.
|
||||
- Fixed an issue where the value set in the configuration file for the single image bed renaming setting was not correctly updated during updates.
|
||||
- Fixed an issue where renaming did not take effect in certain cases.
|
||||
- Fixed an issue where the option to ignore software updates was not correctly saved in some cases.
|
||||
- Fixed an issue where the conversion process would still occur when the source file format was the same as the conversion format.
|
||||
- Fixed an issue where the Docker version build did not properly clean the build cache, resulting in a reduced image size of 100MB after the fix.
|
||||
- Fixed compatibility issues when converting to HEIF format.
|
||||
- Modified the handling of EXIF data to avoid file size anomalies after removal.
|
||||
- Removed automatic Vue DevTools installation during development startup to avoid startup impact or error logs when installation fails.
|
||||
|
||||
@@ -89,7 +89,7 @@
|
||||
"multer": "^2.1.1",
|
||||
"node-ssh-no-cpu-features": "^2.0.0",
|
||||
"nodejs-file-downloader": "^4.13.0",
|
||||
"piclist": "^2.4.1",
|
||||
"piclist": "^2.4.2",
|
||||
"qiniu": "7.14.0",
|
||||
"semver": "^7.7.4",
|
||||
"shell-path": "3.0.0",
|
||||
|
||||
Reference in New Issue
Block a user