Release v3.4.0
📦 Download / 下载
Windows
macOS
- DMG:
ARM64 (M1-M6) | Intel
Linux
🎉 [v3.4.0] Release Notes
⚠️ Breaking Changes
- The
uploadPathsetting 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.
✨ 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.
🐛 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.
🎉 [v3.4.0] 更新日志
⚠️ 破坏性变更
- 内置AWS S3图床的上传路径
uploadPath设置项现在不再支持使用占位符,如果之前使用了占位符,请将其替换为固定路径或通过高级重命名功能实现动态路径的需求
✨ 新增功能
- 增加新的文件缩放设置项
longEdgeAsHeight,当启用时,将长边视为高度进行缩放,适用于竖图的处理需求 - 更新了阿里云OSS,腾讯云COS和七牛云的可用地域列表,移除了已废弃的地域选项,并添加了新的可用地域
- 添加了上传API服务的最大上传并发数和上传间隔设置项,避免并发上传过多导致服务器压力过大或被图床服务商限制访问
- 云端页面的SM.MS迁移至S.EE平台
- 云端页面WebDAV平台现在打开官网时会优先使用当前图床配置的endpoint作为链接地址
- 插件页面现在会显示插件的最后更新时间,方便用户了解插件的维护状态
- 优化了本地文件的扩展名获取逻辑,提升了对特殊文件名的兼容性
- 更新了linux下的剪贴板图片获取脚本
- 现在支持在拷贝文件时监听系统剪贴板的变化
- 优化了网络环境不佳时主界面的打开速度
🐛 问题修复
- 修复了云端页面部分文字没有跟随语言设置进行改变的问题
- 修复了云端webdav页面图片或文件无法预览的问题
- 修复了单图床重命名设置项在更新时,配置文件设置的值未正确更新的问题
- 修复了某些情况下重命名未生效的问题
- 修复了部分情况下,忽略软件更新选项未正确保存的问题
- 修复了源文件格式与转换格式相同时仍会进入转换流程的问题
- 修复了Docker版本构建时未正确清理构建缓存的问题,修复后镜像体积减小至100MB
Full Changelog: v3.4.0...HEAD