diff --git a/currentVersion.md b/currentVersion.md index 4274de9a..bbc11daa 100644 --- a/currentVersion.md +++ b/currentVersion.md @@ -1,15 +1,14 @@ - ### ✨ Features -- 管理功能 - - 现在修改自定义域名后会自动强制刷新当前页面 - - 现在第一次进入管理页面时默认获取云端最新文件列表 -- 现在内置s3图床默认允许自签证书 -- 现在高级重命名中的时间戳精确到毫秒 +- 现在`upload`接口只传递`picbed`参数时,使用对应图床的默认配置,而不是`Default`配置 +- 优化了对smms图床的备用域名的处理逻辑 +- 内置aws S3图床现在设置权限时使用下拉选择框,同时`disableBucketPrefixToURL`现在修改为布尔类型 +- 高级重命名现在支持`{str-number}`格式,其中number为任意数字,新增`{ms}`(毫秒)的支持 +- 管理功能中,上传自定义重命名新增对`{h}`(小时),`{i}`(分钟),`{s}`(秒),,同时`{timestamp}`修改为毫秒,新增对`{str-number}`的支持 +- 管理功能中,阿里云图床新增对创建`oss-cn-wuhan(华南1-武汉)`地域存储桶的支持 +- 优化了重命名占位符说明页面的排版 +- Docker版本PicList-core现在修改时区为东八区 ### 🐛 Bug Fixes -- 管理功能 - - 修复了强制https对本地图床没有生效的问题 -- 修复了不填写区域时,minio无法正常删除图片的问题 -- 修复了内置s3图床,配合minio使用时会额外添加桶名的问题 +- 修正了高级重命名中时间戳的说明,由秒修改为毫秒 diff --git a/currentVersion_en.md b/currentVersion_en.md index 4f297a3e..48aa161f 100644 --- a/currentVersion_en.md +++ b/currentVersion_en.md @@ -1,14 +1,14 @@ ### ✨ Features -- Manage - - Now, after modifying the custom domain name, the current page will be automatically forced to refresh - - Now, the cloud-side latest file list is obtained by default when entering the management page for the first time -- Now the built-in s3 image bed defaults to allowing self-signed certificates -- Now the timestamp in advanced renaming is accurate to milliseconds +- Now when the `upload` interface only passes the `picbed` parameter, the default configuration of the corresponding image bed is used instead of the `Default` configuration +- Optimized the processing logic of the backup domain name of the smms image bed +- The built-in aws S3 image bed now uses a drop-down box when setting permissions, and `disableBucketPrefixToURL` is now modified to a boolean type +- Advanced renaming now supports the `{str-number}` format, where number is any number, and adds support for `{ms}` (milliseconds) +- In the management function, the upload custom renaming adds support for `{h}` (hour), `{i}` (minute), `{s}` (second), and `{timestamp}` is modified to milliseconds, and adds support for `{str-number}` +- In the management function, the Alibaba Cloud image bed adds support for creating `oss-cn-wuhan (South China 1-Wuhan)` regional storage buckets +- Optimized the layout of the placeholder description page for renaming +- The Docker version of PicList-core now changes the time zone to East Eight District ### 🐛 Bug Fixes -- Manage - - Fixed the problem that forcing https does not take effect on the local image bed -- Fixed the problem that Minio cannot delete images normally when the region is not filled in -- Fixed the problem that the built-in s3 image bed will add an additional bucket name when used with Minio \ No newline at end of file +- Fixed the description of the timestamp in advanced renaming, changed from seconds to milliseconds