-
-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
64 changed files
with
763 additions
and
685 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,19 @@ | ||
### ✨ Features | ||
|
||
- 现在`upload`接口只传递`picbed`参数时,使用对应图床的默认配置,而不是`Default`配置 | ||
- 优化了对smms图床的备用域名的处理逻辑 | ||
- 内置aws S3图床现在设置权限时使用下拉选择框,同时`disableBucketPrefixToURL`现在修改为布尔类型 | ||
- 高级重命名现在支持`{str-number}`格式,其中number为任意数字,新增`{ms}`(毫秒)的支持 | ||
- 管理功能中,上传自定义重命名新增对`{h}`(小时),`{i}`(分钟),`{s}`(秒),,同时`{timestamp}`修改为毫秒,新增对`{str-number}`的支持 | ||
- 管理功能中,阿里云图床新增对创建`oss-cn-wuhan(华南1-武汉)`地域存储桶的支持 | ||
- 优化了重命名占位符说明页面的排版 | ||
- Docker版本PicList-core现在修改时区为东八区 | ||
- 现在从相册删除云端图片时的日志记录于日志文件中,而不是打印到控制台 | ||
- 现在软件内窗口打开手册和打开图床手册时,会根据软件语言自动设置语言 | ||
- 现在设置自定义mini窗口图标和保持置顶后会即时生效,不再需要重启软件 | ||
- 优化了同步配置时的下载速度 | ||
- 优化了监听剪贴板功能的性能表现 | ||
|
||
### 🐛 Bug Fixes | ||
|
||
- 修正了高级重命名中时间戳的说明,由秒修改为毫秒 | ||
- 修复了第一次进入页面时,下拉选择项显示的默认值是后台值而非标签的问题 | ||
- 修复了tray页面监听器没有正确移除的问题 | ||
|
||
### 📦Chore | ||
|
||
- 优化了[官网](https://piclist.cn)的加载速度,添加了`配置文件结构`的说明 | ||
- mac打包平台迁移至`macos-12` | ||
- 移除了已废弃的配置项相关的代码 | ||
- 移除了管理配置中试剂未使用的`currentPicBedConfig`配置项 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,19 @@ | ||
### ✨ Features | ||
|
||
- 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 | ||
- Now when deleting cloud images from the album, the log is recorded in the log file instead of being printed to the console | ||
- Now when opening the manual and the image bed manual in the software window, the language will be automatically set according to the software language | ||
- Now the custom mini window icon and keep top will take effect immediately after setting, no need to restart the software | ||
- Optimized the download speed of synchronizing configuration | ||
- Optimized the performance of listening to the clipboard function | ||
|
||
### 🐛 Bug Fixes | ||
|
||
- Fixed the description of the timestamp in advanced renaming, changed from seconds to milliseconds | ||
- Fixed the problem that the default value displayed in the drop-down selection when entering the page for the first time is the background value rather than the label | ||
- Fixed the problem that the tray page listener was not correctly removed | ||
|
||
### 📦Chore | ||
|
||
- Optimized the loading speed of [official website](https://piclist.cn), added the description of `configuration file structure` | ||
- Mac packaging platform migrated to `macos-12` | ||
- Removed the code related to the deprecated configuration items | ||
- Removed the `currentPicBedConfig` configuration item that is not used in the management configuration |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "piclist", | ||
"version": "2.8.5", | ||
"version": "2.8.6", | ||
"author": { | ||
"name": "Kuingsmile", | ||
"email": "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.